![]() |
LifeV
|
#include <MeshUtility.hpp>
Collaboration diagram for EnquireBPoint< MeshType >:Private Attributes | |
| meshPtr_Type | meshPtr |
Public Types | |
| typedef MeshType | mesh_Type |
| typedef mesh_Type * | meshPtr_Type |
| EnquireBPoint () | |
| Empty Constructor. More... | |
Constructor & Destructor | |
| EnquireBPoint (mesh_Type &mesh) | |
| Constructor taking a mesh object. More... | |
| EnquireBPoint (EnquireBPoint const &enquireBoundaryPoint) | |
| Copy Constructor. More... | |
| virtual | ~EnquireBPoint () |
| Virtual Destructor. More... | |
Operators | |
| bool | operator() (const MeshEntity &meshEntity) const |
| The function call operator. More... | |
Functor to check if a mesh entity with boundary indicator is on the boundary
This objects works on mesh entities with boundary indicator (for instance a GeoPoint) by enquiring its boundary flag. To be used only for checks.
Definition at line 256 of file MeshUtility.hpp.
Definition at line 262 of file MeshUtility.hpp.
| typedef mesh_Type* meshPtr_Type |
Definition at line 263 of file MeshUtility.hpp.
|
inlineexplicit |
Constructor taking a mesh object.
| mesh | a mesh object |
Definition at line 273 of file MeshUtility.hpp.
|
inline |
Copy Constructor.
Definition at line 277 of file MeshUtility.hpp.
|
inlinevirtual |
Virtual Destructor.
Definition at line 282 of file MeshUtility.hpp.
|
inlineprivate |
Empty Constructor.
Definition at line 305 of file MeshUtility.hpp.
|
inline |
The function call operator.
| MeshEntity | a mesh entity with boundary indicator |
Definition at line 294 of file MeshUtility.hpp.
|
private |
Definition at line 309 of file MeshUtility.hpp.