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