37 #ifndef meshSearchMeshObject_H 38 #define meshSearchMeshObject_H 54 public MeshObject<polyMesh, GeometricMeshObject, meshSearchMeshObject>,
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search...
MeshObject wrapper around meshSearch(mesh).
const polyMesh & mesh() const
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
meshSearchMeshObject(const polyMesh &mesh)
Construct given polyMesh.
virtual ~meshSearchMeshObject()=default
Destructor.
Mesh consisting of general polyhedral cells.
GeometricMeshObject(const word &objName, const objectRegistry &obr)
Construct from name and instance on registry.
TypeName("meshSearchMeshObject")