Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
BoundaryPatchTouchingVerticesProperty< GridView > Class Template Reference

Insertion property for vertex vector. More...

#include <dune/fufem/boundarypatch.hh>

Public Types

typedef GridView::Intersection Intersection
 

Public Member Functions

 BoundaryPatchTouchingVerticesProperty (const GridView &gridView, const Dune::BitSetVector< 1 > &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>
class BoundaryPatchTouchingVerticesProperty< GridView >

Insertion property for vertex vector.

You can use a BoundaryPatchTouchingVerticesProperty with BoundaryPatch::insertFacesByProperty() to insert all faces that are touched by any vertices marked in a vector.

Member Typedef Documentation

◆ Intersection

template<class GridView >
typedef GridView::Intersection BoundaryPatchTouchingVerticesProperty< GridView >::Intersection

Constructor & Destructor Documentation

◆ BoundaryPatchTouchingVerticesProperty()

template<class GridView >
BoundaryPatchTouchingVerticesProperty< GridView >::BoundaryPatchTouchingVerticesProperty ( const GridView &  gridView,
const Dune::BitSetVector< 1 > &  vertices 
)
inline

Create property from a marker vector.

Member Function Documentation

◆ operator()()

template<class GridView >
bool BoundaryPatchTouchingVerticesProperty< GridView >::operator() ( const Intersection i) const
inline

Check if intersection is enclosed by vertices in the vector.


The documentation for this class was generated from the following file: