19 #ifndef LIBMESH_MESH_H 20 #define LIBMESH_MESH_H 24 #ifdef LIBMESH_ENABLE_PARMESH 91 #endif // LIBMESH_MESH_H Mesh & operator=(const Mesh &)=delete
Base class for Replicated and Distributed meshes.
DistributedMesh DefaultMesh
Mesh data structure which is distributed across all processors.
Mesh(const Parallel::Communicator &comm_in, unsigned char dim=1)
Manages a collection of Nodes and Elems.
Mesh(const UnstructuredMesh &other_mesh)