|
KASKADE 7 development version
|
Classes | |
| struct | AllShapeFunctions |
| struct | CompressedFirst |
| A functor for extracting the first component of a boost compressed pair. More... | |
| struct | Empty |
| struct | FirstLess |
| struct | RestrictToBoundary |
Functions | |
| bool | onSimplexFace (int dim, int codim, int id, int localFaceId) |
| check if a given subentity E is part of a certain simplex face F More... | |
| template<class Face > | |
| int | getBoundaryId (Face const &face, std::vector< int > const &boundaryIds) |
| bool | usedId (int id, std::vector< int > const &usedIds) |
| template<class Face > | |
| bool | considerFace (Face const &face, std::vector< int > const &boundaryIds, std::vector< int > const &usedIds) |
| template<class Policy > | |
| constexpr bool | isRestriction () |
|
inline |
Definition at line 123 of file scalarspace.hh.
Referenced by Kaskade::BoundaryMapper< Implementation_, Scalar_, GridView_ >::inDomain(), and Kaskade::ScalarSpaceDetail::RestrictToBoundary::treatBoundary().
| int Kaskade::ScalarSpaceDetail::getBoundaryId | ( | Face const & | face, |
| std::vector< int > const & | boundaryIds | ||
| ) |
Definition at line 109 of file scalarspace.hh.
Referenced by considerFace().
|
constexpr |
Definition at line 154 of file scalarspace.hh.
|
inline |
check if a given subentity E is part of a certain simplex face F
| dim | space dimension |
| codim | codimension of subentity E |
| id | index of E within the subentities with codimension codim |
| localFaceId | local index of face F in cell |
Definition at line 69 of file scalarspace.hh.
Referenced by Kaskade::algebraicPatch(), and Kaskade::ScalarSpaceDetail::RestrictToBoundary::treatBoundary().
|
inline |
Definition at line 116 of file scalarspace.hh.
Referenced by considerFace().