Go to the documentation of this file.
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"
60 Mesh (
const Parallel::Communicator & comm_in,
90 #endif // LIBMESH_MESH_H
The Mesh class is a thin wrapper, around the ReplicatedMesh class by default.
The libMesh namespace provides an interface to certain functionality in the library.
Mesh(const Parallel::Communicator &comm_in, unsigned char dim=1)
Constructor.
DistributedMesh DefaultMesh
The UnstructuredMesh class is derived from the MeshBase class.
Mesh & operator=(const Mesh &)=delete
Copy and move assignment are not allowed.
The DistributedMesh class is derived from the MeshBase class, and is intended to provide identical fu...
Mesh(const UnstructuredMesh &other_mesh)
Copy-constructor.