|
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 |
| struct | SingleTagger |
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 142 of file partitionedspace.hh.
Referenced by Kaskade::PartitionedSpaceDetail::RestrictToBoundary::treatBoundary().
| int Kaskade::PartitionedSpaceDetail::getBoundaryId | ( | Face const & | face, |
| std::vector< int > const & | boundaryIds | ||
| ) |
Definition at line 128 of file partitionedspace.hh.
Referenced by considerFace().
|
constexpr |
Definition at line 173 of file partitionedspace.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 88 of file partitionedspace.hh.
Referenced by Kaskade::PartitionedSpaceDetail::RestrictToBoundary::treatBoundary().
|
inline |
Definition at line 135 of file partitionedspace.hh.
Referenced by considerFace().