Chaste Release::3.1
|
#include <DistributedQuadraticMesh.hpp>
Public Member Functions | |
DistributedQuadraticMesh (DistributedTetrahedralMeshPartitionType::type partitioningMethod=DistributedTetrahedralMeshPartitionType::PARMETIS_LIBRARY) | |
virtual | ~DistributedQuadraticMesh () |
void | ConstructFromMeshReader (AbstractMeshReader< DIM, DIM > &rMeshReader) |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &archive, const unsigned int version) |
Friends | |
class | boost::serialization::access |
Parallel implementation of a quadratic mesh Nodes are distributed such that each process has
Definition at line 64 of file DistributedQuadraticMesh.hpp.
DistributedQuadraticMesh< DIM >::DistributedQuadraticMesh | ( | DistributedTetrahedralMeshPartitionType::type | partitioningMethod = DistributedTetrahedralMeshPartitionType::PARMETIS_LIBRARY | ) |
Constructor.
partitioningMethod | defaults to PARMETIS_LIBRARY, Nb: This is in contrast to the default behaviour of DistributedTetrahedralMesh, which defaults to METIS_LIBRARY |
Definition at line 40 of file DistributedQuadraticMesh.cpp.
DistributedQuadraticMesh< DIM >::~DistributedQuadraticMesh | ( | ) | [virtual] |
Destructor.
Definition at line 47 of file DistributedQuadraticMesh.cpp.
void DistributedQuadraticMesh< DIM >::ConstructFromMeshReader | ( | AbstractMeshReader< DIM, DIM > & | rMeshReader | ) |
Construct the mesh using a MeshReader.
rMeshReader | the mesh reader |
Definition at line 53 of file DistributedQuadraticMesh.cpp.
References QuadraticMeshHelper< DIM >::AddInternalNodesToBoundaryElements(), QuadraticMeshHelper< DIM >::AddInternalNodesToElements(), QuadraticMeshHelper< DIM >::CheckBoundaryElements(), DistributedTetrahedralMesh< ELEMENT_DIM, SPACE_DIM >::ConstructFromMeshReader(), EXCEPTION, and TrianglesMeshReader< ELEMENT_DIM, SPACE_DIM >::GetOrderOfElements().
void DistributedQuadraticMesh< DIM >::serialize | ( | Archive & | archive, |
const unsigned int | version | ||
) | [inline, private] |
Serialize the mesh.
archive | the archive |
version | the current version of this class |
Reimplemented from DistributedTetrahedralMesh< DIM, DIM >.
Definition at line 75 of file DistributedQuadraticMesh.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from DistributedTetrahedralMesh< DIM, DIM >.
Definition at line 67 of file DistributedQuadraticMesh.hpp.