Reference documentation for deal.II version 8.1.0
Public Attributes | List of all members
FE_PolyTensor< POLY, dim, spacedim >::InternalData Class Reference

#include <fe_poly_tensor.h>

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

Public Attributes

std::vector< std::vector< Tensor< 1, dim > > > shape_values
 
std::vector< std::vector< DerivativeForm< 1, dim, spacedim > > > shape_grads
 
- Public Attributes inherited from FiniteElement< dim, spacedim >::InternalDataBase
std::vector< FEValues< dim, spacedim > * > differences
 
- Public Attributes inherited from Mapping< dim, spacedim >::InternalDataBase
UpdateFlags update_flags
 
UpdateFlags update_once
 
UpdateFlags update_each
 
std::vector< doublevolume_elements
 
std::vector< Point< spacedim > > support_point_values
 
std::vector< Tensor< 2, spacedim > > support_point_gradients
 
std::vector< Tensor< 2, spacedim > > support_point_inverse_gradients
 

Additional Inherited Members

- Public Member Functions inherited from FiniteElement< dim, spacedim >::InternalDataBase
virtual ~InternalDataBase ()
 
void initialize_2nd (const FiniteElement< dim, spacedim > *element, const Mapping< dim, spacedim > &mapping, const Quadrature< dim > &quadrature)
 
- Public Member Functions inherited from Mapping< dim, spacedim >::InternalDataBase
 InternalDataBase ()
 
UpdateFlags current_update_flags () const
 
bool is_first_cell () const
 
virtual void clear_first_cell ()
 
virtual std::size_t memory_consumption () const
 
- Public Member Functions inherited from Subscriptor
 Subscriptor ()
 
 Subscriptor (const Subscriptor &)
 
virtual ~Subscriptor ()
 
Subscriptoroperator= (const Subscriptor &)
 
void subscribe (const char *identifier=0) const
 
void unsubscribe (const char *identifier=0) const
 
unsigned int n_subscriptions () const
 
void list_subscribers () const
 
 DeclException3 (ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects.\n"<< "(Additional information: "<< arg3<< ")\n"<< "Note the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "more information on what this error means.")
 
 DeclException2 (ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1)
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

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 253 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 265 of file fe_poly_tensor.h.

template<class POLY, int dim, int spacedim = dim>
std::vector< std::vector< DerivativeForm<1, dim, spacedim> > > 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 276 of file fe_poly_tensor.h.


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