internal::FEValuesViews::Cache< dim, spacedim > Struct Template Reference

List of all members.

Public Member Functions

 Cache (const FEValuesBase< dim, spacedim > &fe_values)

Public Attributes

std::vector
<::FEValuesViews::Scalar< dim,
spacedim > > 
scalars
std::vector
<::FEValuesViews::Vector< dim,
spacedim > > 
vectors

Detailed Description

template<int dim, int spacedim>
struct internal::FEValuesViews::Cache< dim, spacedim >

A class objects of which store a collection of FEValuesViews::Scalar, FEValuesViews::Vector, etc object. The FEValuesBase class uses it to generate all possible Views classes upon construction time; we do this at construction time since the Views classes cache some information and are therefore relatively expensive to create.


Constructor & Destructor Documentation

template<int dim, int spacedim>
internal::FEValuesViews::Cache< dim, spacedim >::Cache ( const FEValuesBase< dim, spacedim > &  fe_values  ) 

Constructor.


Member Data Documentation

template<int dim, int spacedim>
std::vector<::FEValuesViews::Scalar<dim,spacedim> > internal::FEValuesViews::Cache< dim, spacedim >::scalars

Caches for scalar and vector-valued views.

template<int dim, int spacedim>
std::vector<::FEValuesViews::Vector<dim,spacedim> > internal::FEValuesViews::Cache< dim, spacedim >::vectors

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

deal.II documentation generated on Mon Nov 23 22:58:23 2009 by doxygen 1.6.1