20 #ifndef LIBMESH_BOUNDARY_MESH_H 21 #define LIBMESH_BOUNDARY_MESH_H 24 #include "libmesh/mesh.h" 58 #endif // LIBMESH_BOUNDARY_MESH_H ~BoundaryMesh()
Destructor.
BoundaryMesh(const Parallel::Communicator &comm_in, unsigned char dim=1)
Constructor.
The libMesh namespace provides an interface to certain functionality in the library.
The BoundaryMesh is a Mesh in its own right, but it contains a description of the boundary of some ot...
The Mesh class is a thin wrapper, around the ReplicatedMesh class by default.