Public Attributes

FE_PolyFace< POLY, dim, spacedim >::InternalData Class Reference

Inheritance diagram for FE_PolyFace< POLY, dim, spacedim >::InternalData:
Inheritance graph
[legend]

List of all members.

Public Attributes

std::vector< std::vector
< double > > 
shape_values

Detailed Description

template<class POLY, int dim = POLY::dimension+1, int spacedim = dim>
class FE_PolyFace< POLY, dim, spacedim >::InternalData

Fields of cell-independent data.

For information about the general purpose of this class, see the documentation of the base class.

Definition at line 313 of file fe_poly_face.h.


Member Data Documentation

template<class POLY, int dim = POLY::dimension+1, int spacedim = dim>
std::vector<std::vector<double> > FE_PolyFace< POLY, 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 341 of file fe_poly_face.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:07 by doxygen 1.7.2