20 #ifndef LIBMESH_PARALLEL_MESH_H 21 #define LIBMESH_PARALLEL_MESH_H 44 virtual std::unique_ptr<MeshBase>
clone ()
const override 45 {
return libmesh_make_unique<ParallelMesh>(*this); }
53 #endif // LIBMESH_PARALLEL_MESH_H
ParallelMesh(const Parallel::Communicator &comm_in, unsigned char dim=1)
Base class for Replicated and Distributed meshes.
virtual std::unique_ptr< MeshBase > clone() const override
Mesh data structure which is distributed across all processors.
ParallelMesh(const UnstructuredMesh &other_mesh)