KASKADE 7 development version
|
A class storing all the corners (vertex-boundaryface incidences) at a boundary vertex. More...
#include <boundaryInterpolation.hh>
A class storing all the corners (vertex-boundaryface incidences) at a boundary vertex.
Definition at line 250 of file boundaryInterpolation.hh.
Public Types | |
using | Vector = Simplex::Vector< ctype, dim > |
Public Attributes | |
Index | vidx |
Center vertex index. More... | |
Vector | vx |
Center vertex position. More... | |
std::vector< Corner< Index, ctype, dim > > | corners |
Corners of the incident faces. More... | |
using Kaskade::BoundaryStar< Index, ctype, dim >::Vector = Simplex::Vector<ctype,dim> |
Definition at line 252 of file boundaryInterpolation.hh.
std::vector<Corner<Index,ctype,dim> > Kaskade::BoundaryStar< Index, ctype, dim >::corners |
Corners of the incident faces.
Definition at line 261 of file boundaryInterpolation.hh.
Index Kaskade::BoundaryStar< Index, ctype, dim >::vidx |
Center vertex index.
Definition at line 255 of file boundaryInterpolation.hh.
Vector Kaskade::BoundaryStar< Index, ctype, dim >::vx |
Center vertex position.
Definition at line 258 of file boundaryInterpolation.hh.