Go to the documentation of this file.
49 Pout<<
"void pointMesh::mapFields(const mapPolyMesh&): "
50 <<
"Mapping all registered pointFields."
56 MapGeometricFields<scalar, pointPatchField, pointMeshMapper, pointMesh>(m);
57 MapGeometricFields<vector, pointPatchField, pointMeshMapper, pointMesh>(m);
65 MapGeometricFields<symmTensor, pointPatchField, pointMeshMapper, pointMesh>
67 MapGeometricFields<tensor, pointPatchField, pointMeshMapper, pointMesh>(m);
81 Pout<<
"pointMesh::pointMesh(const polyMesh&): "
82 <<
"Constructing from polyMesh " << pMesh.
name()
97 Pout<<
"~pointMesh::pointMesh()"
109 Pout<<
"pointMesh::movePoints(const pointField&): "
110 <<
"Moving points." <<
endl;
123 Pout<<
"pointMesh::updateMesh(const mapPolyMesh&): "
124 <<
"Updating for topology changes." <<
endl;
127 boundary_.updateMesh();
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars.
void mapFields(const mapPolyMesh &)
Map all fields.
pointBoundaryMesh boundary_
Boundary mesh.
void MapGeometricFields(const MeshMapper &mapper)
Generic Geometric field mapper.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Abstract base class for point-mesh patch fields.
Mesh consisting of general polyhedral cells.
const word & name() const
Return name.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
Mesh representing a set of points created from polyMesh.
pointMesh(const pointMesh &)
Disallow default bitwise copy construct.
Class holds all the necessary information for mapping fields associated with pointMesh.
void calcGeometry()
Calculate the geometry for the patches (transformation tensors etc.)
prefixOSstream Pout(cout, "Pout")
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface....
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
bool movePoints()
Move points.
defineTypeNameAndDebug(combustionModel, 0)
void updateMesh(const mapPolyMesh &mpm)
Update the mesh corresponding to given map.