Public Attributes

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

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

List of all members.

Public Attributes

std::vector< std::vector
< Tensor< 1, dim > > > 
shape_values
std::vector< std::vector
< Tensor< 2, dim > > > 
shape_grads

Detailed Description

template<class POLY, int dim, int spacedim = dim>
class FE_PolyTensor< POLY, dim, spacedim >::InternalData

Fields of cell-independent data for FE_PolyTensor. Stores the values of the shape functions and their derivatives on the reference cell for later use.

All tables are organized in a way, that the value for shape function i at quadrature point k is accessed by indices (i,k).

Definition at line 247 of file fe_poly_tensor.h.


Member Data Documentation

template<class POLY, int dim, int spacedim = dim>
std::vector<std::vector<Tensor<1,dim> > > FE_PolyTensor< POLY, dim, spacedim >::InternalData::shape_values

Array with shape function values in quadrature points. There is one row for each shape function, containing values for each quadrature point.

Definition at line 259 of file fe_poly_tensor.h.

template<class POLY, int dim, int spacedim = dim>
std::vector<std::vector<Tensor<2,dim> > > FE_PolyTensor< POLY, dim, spacedim >::InternalData::shape_grads

Array with shape function gradients in quadrature points. There is one row for each shape function, containing values for each quadrature point.

Definition at line 270 of file fe_poly_tensor.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