|
[Sponsors] |
November 25, 1998, 18:27 |
C code for node renumbering?
|
#1 |
Guest
Posts: n/a
|
Anyone out there have any C code for node renumbering of a finite element mesh? (It's for bandwidth reduction)
|
|
December 21, 1998, 07:10 |
Re: C code for node renumbering?
|
#2 |
Guest
Posts: n/a
|
the PETSc developpers have translated F77 code from sparspack (I believe) into C using f2c; it's now part of the PETSc library http://www.mcs.anl.gov/Projects/petsc/petsc.html.
For some time I' ve been using: ALGORITHM 582, COLLECTED ALGORITHMS FROM ACM. ALGORITHM APPEARED IN ACM-TRANS. MATH. SOFTWARE, VOL.8, NO. 2, JUN., 1982, P. 190. (http://www.math.psu.edu/dna/contents/toms.html) which is in F77, but translating it into C should pose no problems, I believe. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The FOAM Documentation Project - SHUT-DOWN | holger_marschall | OpenFOAM | 242 | March 7, 2013 13:30 |
Open Source Vs Commercial Software | MechE | OpenFOAM | 28 | May 16, 2011 12:02 |
Small 3-D code | Zdravko Stojanovic | Main CFD Forum | 2 | July 19, 2010 11:11 |
Design Integration with CFD? | John C. Chien | Main CFD Forum | 19 | May 17, 2001 16:56 |
own Code vs. commercial code | Bernhard Mueck | Main CFD Forum | 10 | February 16, 2000 11:07 |