![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
BoundaryPatchEnclosingVerticesProperty< GridView, ncomp > Class Template Reference
Insertion property for vertex vector. More...
#include <dune/fufem/boundarypatch.hh>
Public Types | |
| typedef GridView::Intersection | Intersection |
Public Member Functions | |
| BoundaryPatchEnclosingVerticesProperty (const GridView &gridView, const Dune::BitSetVector< ncomp > &vertices) | |
| Create property from a marker vector. | |
| bool | operator() (const Intersection &i) const |
| Check if intersection is enclosed by vertices in the vector. | |
Detailed Description
template<class GridView, int ncomp = 1>
class BoundaryPatchEnclosingVerticesProperty< GridView, ncomp >
class BoundaryPatchEnclosingVerticesProperty< GridView, ncomp >
Insertion property for vertex vector.
You can use a BoundaryPatchEnclosingVerticesProperty with BoundaryPatch::insertFacesByProperty() to insert all faces that are enclosed by vertices marked in a vector.
Member Typedef Documentation
◆ Intersection
template<class GridView , int ncomp = 1>
| typedef GridView::Intersection BoundaryPatchEnclosingVerticesProperty< GridView, ncomp >::Intersection |
Constructor & Destructor Documentation
◆ BoundaryPatchEnclosingVerticesProperty()
template<class GridView , int ncomp = 1>
|
inline |
Create property from a marker vector.
Member Function Documentation
◆ operator()()
template<class GridView , int ncomp = 1>
|
inline |
Check if intersection is enclosed by vertices in the vector.
The documentation for this class was generated from the following file:
