|
proteus
1.8.1
C/C++/Fortran libraries
|
#include <algorithm>#include <mpi.h>#include <PCU.h>#include <sstream>#include "MeshAdaptPUMI.h"#include "mesh.h"#include "DumpMesh.h"#include <cstring>Go to the source code of this file.
Variables | |
| const int | DEFAULT_ELEMENT_MATERIAL =0 |
| const int | DEFAULT_NODE_MATERIAL =-1 |
| const int | INTERIOR_NODE_MATERIAL =0 |
| const int | EXTERIOR_NODE_MATERIAL =1 |
| const int | INTERIOR_ELEMENT_BOUNDARY_MATERIAL =0 |
| const int | EXTERIOR_ELEMENT_BOUNDARY_MATERIAL =1 |
| const int DEFAULT_ELEMENT_MATERIAL =0 |
Definition at line 11 of file ParallelMeshConverter.cpp.
| const int DEFAULT_NODE_MATERIAL =-1 |
Definition at line 12 of file ParallelMeshConverter.cpp.
| const int EXTERIOR_ELEMENT_BOUNDARY_MATERIAL =1 |
Definition at line 16 of file ParallelMeshConverter.cpp.
| const int EXTERIOR_NODE_MATERIAL =1 |
Definition at line 14 of file ParallelMeshConverter.cpp.
| const int INTERIOR_ELEMENT_BOUNDARY_MATERIAL =0 |
Definition at line 15 of file ParallelMeshConverter.cpp.
| const int INTERIOR_NODE_MATERIAL =0 |
Definition at line 13 of file ParallelMeshConverter.cpp.