LifeV
|
#include <MeshUtility.hpp>
Private Attributes | |
temporaryEdgeContainerPtr_Type | boundaryEdgeContainerPtr |
Public Types | |
typedef MeshType | mesh_Type |
typedef mesh_Type const * | meshPtr_Type |
typedef mesh_Type::edge_Type | edge_Type |
typedef temporaryEdgeContainer_Type const * | temporaryEdgeContainerPtr_Type |
Constructor & Destructor | |
EnquireBEdge (temporaryEdgeContainer_Type const &boundaryEdgeContainer) | |
Constructor taking a mesh object and an edge container. More... | |
EnquireBEdge (EnquireBEdge const &enquireBoundaryEdge) | |
Copy Constructor. More... | |
virtual | ~EnquireBEdge () |
Virtual Destructor. More... | |
Operators | |
bool | operator() (const edge_Type &edge) const |
The function call operator. More... | |
Private Methods | |
EnquireBEdge () | |
Empty Constructor. More... | |
Functor to check if an edge is on the boundary
This object uses the information contained in an EdgeContainer produced by findBoundaryEdges(). It does not use the information contained in the mesh PointList, so it differs from EnquireBEntity.
Definition at line 179 of file MeshUtility.hpp.
Definition at line 185 of file MeshUtility.hpp.
typedef mesh_Type const* meshPtr_Type |
Definition at line 186 of file MeshUtility.hpp.
typedef mesh_Type::edge_Type edge_Type |
Definition at line 187 of file MeshUtility.hpp.
typedef temporaryEdgeContainer_Type const* temporaryEdgeContainerPtr_Type |
Definition at line 188 of file MeshUtility.hpp.
|
inline |
Constructor taking a mesh object and an edge container.
mesh | a mesh object |
boundaryEdgeContainer | a container of boundary edges |
Definition at line 199 of file MeshUtility.hpp.
|
inline |
Copy Constructor.
Definition at line 204 of file MeshUtility.hpp.
|
inlinevirtual |
Virtual Destructor.
Definition at line 209 of file MeshUtility.hpp.
|
inlineprivate |
Empty Constructor.
Definition at line 238 of file MeshUtility.hpp.
|
inline |
The function call operator.
edge | an edge entity in the mesh_Type |
Definition at line 221 of file MeshUtility.hpp.
|
private |
Definition at line 242 of file MeshUtility.hpp.