Public Member Functions | |
InternalData (const Quadrature< dim > &quadrature) | |
virtual unsigned int | memory_consumption () const |
Public Attributes | |
Tensor< 1, dim > | length |
double | volume_element |
std::vector< Point< dim > > | quadrature_points |
Storage for internal data of the scaling.
MappingCartesian< dim, spacedim >::InternalData::InternalData | ( | const Quadrature< dim > & | quadrature | ) |
Constructor.
virtual unsigned int MappingCartesian< dim, spacedim >::InternalData::memory_consumption | ( | ) | const [virtual] |
Return an estimate (in bytes) or the memory consumption of this object.
Reimplemented from Mapping< dim, spacedim >::InternalDataBase.
Tensor<1,dim> MappingCartesian< dim, spacedim >::InternalData::length |
Length of the cell in different coordinate directions, hx, hy, hz.
double MappingCartesian< dim, spacedim >::InternalData::volume_element |
The volume element
std::vector<Point<dim> > MappingCartesian< dim, spacedim >::InternalData::quadrature_points |
Vector of all quadrature points. Especially, all points on all faces.