KASKADE 7 development version
Functions
Kaskade::BoundaryInterpolationDetail Namespace Reference

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)
 

Function Documentation

◆ getCellEdges()

template<class Cell , class GridView , class Vector , class Index >
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 
)

◆ getChildVertexDisplacements()

template<class Cell , class GridView , class Vector , class Index >
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().

◆ getIsBoundaryFace()

template<class Cell , class GridView >
auto Kaskade::BoundaryInterpolationDetail::getIsBoundaryFace ( Cell const &  cell,
GridView const &  gv 
)

◆ getVertexPositions()

template<class Cell >
auto Kaskade::BoundaryInterpolationDetail::getVertexPositions ( Cell const &  cell)