KASKADE 7 development version
Public Types | Public Attributes | List of all members
Kaskade::BoundaryStar< Index, ctype, dim > Struct Template Reference

A class storing all the corners (vertex-boundaryface incidences) at a boundary vertex. More...

#include <boundaryInterpolation.hh>

Detailed Description

template<class Index, class ctype, int dim>
struct Kaskade::BoundaryStar< Index, ctype, dim >

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...
 

Member Typedef Documentation

◆ Vector

template<class Index , class ctype , int dim>
using Kaskade::BoundaryStar< Index, ctype, dim >::Vector = Simplex::Vector<ctype,dim>

Definition at line 252 of file boundaryInterpolation.hh.

Member Data Documentation

◆ corners

template<class Index , class ctype , int dim>
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.

◆ vidx

template<class Index , class ctype , int dim>
Index Kaskade::BoundaryStar< Index, ctype, dim >::vidx

Center vertex index.

Definition at line 255 of file boundaryInterpolation.hh.

◆ vx

template<class Index , class ctype , int dim>
Vector Kaskade::BoundaryStar< Index, ctype, dim >::vx

Center vertex position.

Definition at line 258 of file boundaryInterpolation.hh.


The documentation for this struct was generated from the following file: