OISEAU
A modern DGTD framework
Loading...
Searching...
No Matches
oiseau::dg::nodal::RefElement Class Referenceabstract
Inheritance diagram for oiseau::dg::nodal::RefElement:
oiseau::dg::nodal::RefHexahedron oiseau::dg::nodal::RefLine oiseau::dg::nodal::RefQuadrilateral oiseau::dg::nodal::RefTetrahedron oiseau::dg::nodal::RefTriangle

Public Member Functions

const xt::xarray< double > & v () const
const xt::xarray< double > & gv () const
const xt::xarray< double > & d () const
const xt::xarray< double > & r () const
unsigned order () const
unsigned number_of_nodes () const
unsigned number_of_face_nodes () const
virtual xt::xarray< double > vandermonde (const xt::xarray< double > &) const =0

Protected Member Functions

 RefElement (unsigned order)

Protected Attributes

unsigned m_order
unsigned m_np {}
unsigned m_nfp {}
xt::xarray< double > m_v
xt::xarray< double > m_gv
xt::xarray< double > m_d
xt::xarray< double > m_r

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