Go to the source code of this file.
Functions | |
| void | readFEM (int m, TetMesh &t) |
| Read this mesh from the FEM framework's mesh m. | |
| void | readGhostFEM (int m, TetMesh &t) |
| void | writeFEM (int m, TetMesh &t) |
| Write this mesh to the FEM framework's mesh m. | |
Read this mesh from the FEM framework's mesh m.
Orion Sky Lawlor, olawlor@acm.org, 3/24/2003
Definition at line 11 of file tetmesh_fem.C.
References TetMesh::allocate(), FEM_Mesh_data(), FEM_Mesh_get_length(), TetMesh::getPointArray(), and TetMesh::getTetConn().
Definition at line 20 of file tetmesh_fem.C.
References TetMesh::allocate(), FEM_Mesh_data(), FEM_Mesh_get_length(), TetMesh::getPoint(), TetMesh::getPointArray(), TetMesh::getTet(), TetMesh::getTetConn(), TetMesh::nonGhostPt, and TetMesh::nonGhostTet.
Write this mesh to the FEM framework's mesh m.
Definition at line 56 of file tetmesh_fem.C.
References FEM_Mesh_data(), TetMesh::getPointArray(), TetMesh::getPoints(), TetMesh::getTetConn(), and TetMesh::getTets().
1.5.1