19 #ifndef LIBMESH_MESH_H 20 #define LIBMESH_MESH_H 22 #include "libmesh/libmesh_config.h" 24 #ifdef LIBMESH_ENABLE_PARMESH 25 #include "libmesh/distributed_mesh.h" 30 #include "libmesh/replicated_mesh.h" 99 #endif // LIBMESH_MESH_H Mesh & operator=(const Mesh &)=delete
Copy assignment is not allowed.
The libMesh namespace provides an interface to certain functionality in the library.
The UnstructuredMesh class is derived from the MeshBase class.
DistributedMesh DefaultMesh
The DistributedMesh class is derived from the MeshBase class, and is intended to provide identical fu...
Mesh(const Parallel::Communicator &comm_in, unsigned char dim=1)
Constructor.
The Mesh class is a thin wrapper, around the ReplicatedMesh class by default.
Mesh(const UnstructuredMesh &other_mesh)
Copy-constructor.