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