#include <DistributedQuadraticMesh.hpp>
Inherits DistributedTetrahedralMesh< DIM, DIM >.

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 |
) | [inline] |
Constructor.
| partitioningMethod | defaults to PARMETIS_LIBRARY, Nb: This is should have the same default behaviour as DistributedTetrahedralMesh |
Definition at line 40 of file DistributedQuadraticMesh.cpp.
| DistributedQuadraticMesh< DIM >::~DistributedQuadraticMesh | ( | ) | [inline, virtual] |
Destructor.
Definition at line 47 of file DistributedQuadraticMesh.cpp.
| void DistributedQuadraticMesh< DIM >::ConstructFromMeshReader | ( | AbstractMeshReader< DIM, DIM > & | rMeshReader | ) | [inline] |
Construct the mesh using a MeshReader.
| rMeshReader | the mesh reader |
Definition at line 53 of file DistributedQuadraticMesh.cpp.
References EXCEPTION, DistributedTetrahedralMesh< DIM, DIM >::GetNumBoundaryElements(), TrianglesMeshReader< ELEMENT_DIM, SPACE_DIM >::GetOrderOfElements(), and AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM >::mMeshIsLinear.
| 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.
1.6.2