Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Public Attributes | List of all members
MappingCartesian< dim, spacedim >::InternalData Class Reference
Inheritance diagram for MappingCartesian< dim, spacedim >::InternalData:
[legend]

Public Member Functions

 InternalData (const Quadrature< dim > &quadrature)
 
virtual std::size_t memory_consumption () const override
 
- Public Member Functions inherited from Mapping< dim, spacedim >::InternalDataBase
 InternalDataBase ()
 
 InternalDataBase (const InternalDataBase &)=delete
 
virtual ~InternalDataBase ()=default
 

Public Attributes

Tensor< 1, dim > cell_extents
 
double volume_element
 
std::vector< Point< dim > > quadrature_points
 
- Public Attributes inherited from Mapping< dim, spacedim >::InternalDataBase
UpdateFlags update_each
 

Detailed Description

template<int dim, int spacedim = dim>
class MappingCartesian< dim, spacedim >::InternalData

Storage for internal data of the mapping. See Mapping::InternalDataBase for an extensive description.

This includes data that is computed once when the object is created (in get_data()) as well as data the class wants to store from between the call to fill_fe_values(), fill_fe_face_values(), or fill_fe_subface_values() until possible later calls from the finite element to functions such as transform(). The latter class of member variables are marked as 'mutable'.

Definition at line 160 of file mapping_cartesian.h.

Constructor & Destructor Documentation

template<int dim, int spacedim>
MappingCartesian< dim, spacedim >::InternalData::InternalData ( const Quadrature< dim > &  quadrature)

Constructor.

Definition at line 47 of file mapping_cartesian.cc.

Member Function Documentation

template<int dim, int spacedim>
std::size_t MappingCartesian< dim, spacedim >::InternalData::memory_consumption ( ) const
overridevirtual

Return an estimate (in bytes) or the memory consumption of this object.

Reimplemented from Mapping< dim, spacedim >::InternalDataBase.

Definition at line 58 of file mapping_cartesian.cc.

Member Data Documentation

template<int dim, int spacedim = dim>
Tensor<1, dim> MappingCartesian< dim, spacedim >::InternalData::cell_extents
mutable

Extents of the last cell we have seen in the coordinate directions, i.e., hx, hy, hz.

Definition at line 178 of file mapping_cartesian.h.

template<int dim, int spacedim = dim>
double MappingCartesian< dim, spacedim >::InternalData::volume_element
mutable

The volume element

Definition at line 183 of file mapping_cartesian.h.

template<int dim, int spacedim = dim>
std::vector<Point<dim> > MappingCartesian< dim, spacedim >::InternalData::quadrature_points

Vector of all quadrature points. Especially, all points on all faces.

Definition at line 188 of file mapping_cartesian.h.


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