LifeV
|
Functor to check if a Face is on the boundary. More...
#include <MeshUtility.hpp>
Private Attributes | |
temporaryFaceContainerPtr_Type | boundaryFaceContainerPtr |
Public Types | |
typedef MeshType | mesh_Type |
typedef mesh_Type const * | meshPtr_Type |
typedef mesh_Type::face_Type | face_Type |
typedef mesh_Type::facetShape_Type | faceShape_Type |
typedef temporaryFaceContainer_Type const * | temporaryFaceContainerPtr_Type |
Constructor & Destructor | |
EnquireBFace (temporaryFaceContainer_Type const &boundaryFaceContainer) | |
Constructor taking a mesh object and a face Entity. More... | |
virtual | ~EnquireBFace () |
Virtual Destructor. More... | |
Operators | |
bool | operator() (const face_Type &face) const |
The function call operator. More... | |
Private Methods | |
EnquireBFace () | |
Empty Constructor. More... | |
Functor to check if a Face is on the boundary.
This object uses the information contained in a FaceContainer produced by findBoundaryFaces(). It does not use the information contained in the mesh PointList, so it may be used to set up a proper mesh
Definition at line 96 of file MeshUtility.hpp.
Definition at line 102 of file MeshUtility.hpp.
typedef mesh_Type const* meshPtr_Type |
Definition at line 103 of file MeshUtility.hpp.
typedef mesh_Type::face_Type face_Type |
Definition at line 104 of file MeshUtility.hpp.
Definition at line 105 of file MeshUtility.hpp.
typedef temporaryFaceContainer_Type const* temporaryFaceContainerPtr_Type |
Definition at line 106 of file MeshUtility.hpp.
|
inline |
Constructor taking a mesh object and a face Entity.
boundaryFaceContainer | a container of boundary faces |
Definition at line 117 of file MeshUtility.hpp.
|
inlinevirtual |
Virtual Destructor.
Definition at line 122 of file MeshUtility.hpp.
|
inlineprivate |
Empty Constructor.
Definition at line 160 of file MeshUtility.hpp.
|
inline |
The function call operator.
face | a face entity in the mesh_Type |
Definition at line 134 of file MeshUtility.hpp.
|
private |
Definition at line 163 of file MeshUtility.hpp.