|
KASKADE 7 development version
|
Functions | |
| template<class Cell > | |
| auto | getVertexPositions (Cell const &cell) |
| template<class Cell , class GridView , class Vector , class Index > | |
| auto | getCellEdges (Cell const &cell, GridView const &gv, std::set< BoundaryEdge< Index, Vector > > const &boundaryEdges, std::array< Vector, Cell::dimension+1 > const &vertexPositions) |
| template<class Cell , class GridView > | |
| auto | getIsBoundaryFace (Cell const &cell, GridView const &gv) |
| template<class Cell , class GridView , class Vector , class Index > | |
| void | getChildVertexDisplacements (Cell const &cell, GridView const &gv, std::set< BoundaryEdge< Index, Vector > > const &boundaryEdges, std::vector< Vector > &xs, bool computeDisplacements) |
| auto Kaskade::BoundaryInterpolationDetail::getCellEdges | ( | Cell const & | cell, |
| GridView const & | gv, | ||
| std::set< BoundaryEdge< Index, Vector > > const & | boundaryEdges, | ||
| std::array< Vector, Cell::dimension+1 > const & | vertexPositions | ||
| ) |
Definition at line 613 of file boundaryInterpolation.hh.
Referenced by Kaskade::BoundaryInterpolationDisplacement< GridView >::BoundaryInterpolationDisplacement(), and getChildVertexDisplacements().
| void Kaskade::BoundaryInterpolationDetail::getChildVertexDisplacements | ( | Cell const & | cell, |
| GridView const & | gv, | ||
| std::set< BoundaryEdge< Index, Vector > > const & | boundaryEdges, | ||
| std::vector< Vector > & | xs, | ||
| bool | computeDisplacements | ||
| ) |
Definition at line 688 of file boundaryInterpolation.hh.
Referenced by Kaskade::interpolateVertexPositions().
| auto Kaskade::BoundaryInterpolationDetail::getIsBoundaryFace | ( | Cell const & | cell, |
| GridView const & | gv | ||
| ) |
Definition at line 660 of file boundaryInterpolation.hh.
Referenced by Kaskade::BoundaryInterpolationDisplacement< GridView >::BoundaryInterpolationDisplacement(), and getChildVertexDisplacements().
| auto Kaskade::BoundaryInterpolationDetail::getVertexPositions | ( | Cell const & | cell | ) |
Definition at line 600 of file boundaryInterpolation.hh.
Referenced by Kaskade::BoundaryInterpolationDisplacement< GridView >::BoundaryInterpolationDisplacement(), and getChildVertexDisplacements().