Reference documentation for deal.II version 9.0.0
|
#include <deal.II/fe/fe_poly_face.h>
Public Attributes | |
std::vector< std::vector< double > > | shape_values |
Public Attributes inherited from FiniteElement< dim, spacedim >::InternalDataBase | |
UpdateFlags | update_each |
Additional Inherited Members | |
Public Member Functions inherited from FiniteElement< dim, spacedim >::InternalDataBase | |
InternalDataBase () | |
virtual | ~InternalDataBase ()=default |
virtual std::size_t | memory_consumption () const |
Fields of cell-independent data.
For information about the general purpose of this class, see the documentation of the base class.
Definition at line 194 of file fe_poly_face.h.
std::vector<std::vector<double> > FE_PolyFace< PolynomialType, dim, spacedim >::InternalData::shape_values |
Array with shape function values in quadrature points on one face. There is one row for each shape function, containing values for each quadrature point.
In this array, we store the values of the shape function in the quadrature points on one face of the unit cell. Since these values do not change under transformation to the real cell, we only need to copy them over when visiting a concrete cell.
In particular, we can simply copy the same set of values to each of the faces.
Definition at line 210 of file fe_poly_face.h.