![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
BoundaryPatchInsertionIndexProperty< GridView > Class Template Reference
Insertion property for segment insertion indices. More...
#include <dune/fufem/boundarypatch.hh>
Public Types | |
| typedef GridView::Intersection | Intersection |
Public Member Functions | |
| template<class T > | |
| BoundaryPatchInsertionIndexProperty (const GridFactory &factory, const T &t) | |
| Create property from GridFactory and container of insertion indices. | |
| BoundaryPatchInsertionIndexProperty (const GridFactory &factory, int i) | |
| Create property from GridFactory and a single insertion index. | |
| bool | operator() (const Intersection &i) const |
| Check if intersection is contained in one of the boundary segments. | |
Detailed Description
template<class GridView>
class BoundaryPatchInsertionIndexProperty< GridView >
class BoundaryPatchInsertionIndexProperty< GridView >
Insertion property for segment insertion indices.
You can use a BoundaryPatchInsertionIndexProperty with BoundaryPatch::insertFacesByProperty() to insert all faces contained a set boundary segments described by insertion indices.
Member Typedef Documentation
◆ Intersection
template<class GridView >
| typedef GridView::Intersection BoundaryPatchInsertionIndexProperty< GridView >::Intersection |
Constructor & Destructor Documentation
◆ BoundaryPatchInsertionIndexProperty() [1/2]
template<class GridView >
template<class T >
|
inline |
Create property from GridFactory and container of insertion indices.
◆ BoundaryPatchInsertionIndexProperty() [2/2]
template<class GridView >
|
inline |
Create property from GridFactory and a single insertion index.
Member Function Documentation
◆ operator()()
template<class GridView >
|
inline |
Check if intersection is contained in one of the boundary segments.
The documentation for this class was generated from the following file:
