proteus 1.9.0
C/C++/Fortran libraries
Loading...
Searching...
No Matches
ParallelMeshConverter.cpp File Reference
#include <algorithm>
#include <mpi.h>
#include <PCU.h>
#include <sstream>
#include "MeshAdaptPUMI.h"
#include "mesh.h"
#include "DumpMesh.h"
#include <cstring>
Include dependency graph for ParallelMeshConverter.cpp:

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

Variable Documentation

◆ DEFAULT_ELEMENT_MATERIAL

const int DEFAULT_ELEMENT_MATERIAL =0

Definition at line 11 of file ParallelMeshConverter.cpp.

◆ DEFAULT_NODE_MATERIAL

const int DEFAULT_NODE_MATERIAL =-1

Definition at line 12 of file ParallelMeshConverter.cpp.

◆ EXTERIOR_ELEMENT_BOUNDARY_MATERIAL

const int EXTERIOR_ELEMENT_BOUNDARY_MATERIAL =1

Definition at line 16 of file ParallelMeshConverter.cpp.

◆ EXTERIOR_NODE_MATERIAL

const int EXTERIOR_NODE_MATERIAL =1

Definition at line 14 of file ParallelMeshConverter.cpp.

◆ INTERIOR_ELEMENT_BOUNDARY_MATERIAL

const int INTERIOR_ELEMENT_BOUNDARY_MATERIAL =0

Definition at line 15 of file ParallelMeshConverter.cpp.

◆ INTERIOR_NODE_MATERIAL

const int INTERIOR_NODE_MATERIAL =0

Definition at line 13 of file ParallelMeshConverter.cpp.