|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFEJDMath.Renumbering
This class permits to find a better numbering for the mesh
Field Summary | |
static int |
NB
The global number of the next element which will be created |
Constructor Summary | |
Renumbering()
|
Method Summary | |
static void |
addLink(MeshPoint n1,
MeshPoint n2)
Creates a link between the MeshPoint n1 and n2 |
static void |
McKee(Mesh m,
boolean newNetFile)
Algorithm of reverse Cuthill Mc Kee applied to the Mesh m if the shape-functions are quadratic. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int NB
Constructor Detail |
public Renumbering()
Method Detail |
public static void addLink(MeshPoint n1, MeshPoint n2)
public static void McKee(Mesh m, boolean newNetFile)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |