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

#include <mapping_cartesian.h>

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

Public Member Functions

 InternalData (const Quadrature< dim > &quadrature)
 
virtual std::size_t memory_consumption () const
 
- Public Member Functions inherited from Mapping< dim, spacedim >::InternalDataBase
 InternalDataBase ()
 
virtual ~InternalDataBase ()
 
UpdateFlags current_update_flags () const
 
bool is_first_cell () const
 
virtual void clear_first_cell ()
 
- 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)
 

Public Attributes

Tensor< 1, dim > length
 
double volume_element
 
std::vector< Point< dim > > quadrature_points
 
- 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
 

Detailed Description

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

Storage for internal data of the scaling.

Definition at line 159 of file mapping_cartesian.h.

Constructor & Destructor Documentation

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

Constructor.

Member Function Documentation

template<int dim, int spacedim = dim>
virtual std::size_t 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.

Member Data Documentation

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

Length of the cell in different coordinate directions, hx, hy, hz.

Definition at line 181 of file mapping_cartesian.h.

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

The volume element

Definition at line 186 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 193 of file mapping_cartesian.h.


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