43 #ifndef pointConstraints_H 44 #define pointConstraints_H 64 public MeshObject<pointMesh, UpdateableMeshObject, pointConstraints>
69 labelList patchPatchPointConstraintPoints_;
81 void makePatchPatchAddressing();
110 return patchPatchPointConstraintPoints_;
116 return patchPatchPointConstraintTensors_;
122 return patchPatchPointConstraints_;
144 template<
class Type,
class CombineOp>
176 const bool overrideValue =
false 185 const bool overrideValue =
false 197 void pointConstraints::constrainCorners<scalar>
203 void pointConstraints::constrainCorners<label>
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data li...
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
ClassName("pointConstraints")
void constrainDisplacement(pointVectorField &displacement, const bool overrideValue=false) const
Apply boundary conditions (single-patch constraints),.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool movePoints()
Correct weighting factors for moving mesh.
virtual void topoChange(const polyTopoChangeMap &)
Update mesh topology using the morph engine.
pointConstraints(const pointMesh &)
Constructor from pointMesh.
Mesh representing a set of points created from polyMesh.
Application of (multi-)patch point constraints.
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
static void syncUntransformedData(const polyMesh &mesh, List< Type > &pointData, const CombineOp &cop)
Helper: sync data on collocated points only.
void constrainCorners(GeometricField< Type, pointPatchField, pointMesh > &pf) const
Apply patch-patch constraints only.
void operator=(const pointConstraints &)=delete
Disallow default bitwise assignment.
const tensorField & patchPatchPointConstraintTensors() const
Special constraints.
static void setPatchFields(GeometricField< Type, pointPatchField, pointMesh > &)
Helper: set patchField values from internal values (on.
const List< pointConstraint > & patchPatchPointConstraints() const
Actual constraints.
const pointMesh & mesh() const
const labelList & patchPatchPointConstraintPoints() const
Mesh points on which to apply special constraints.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information.
void constrain(GeometricField< Type, pointPatchField, pointMesh > &pf, const bool overrideValue=false) const
Apply boundary conditions (single-patch constraints) and.
~pointConstraints()
Destructor.