dune-pdelab  2.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
Dune::PDELab::MimeticCellProperties< ctype, dim > Struct Template Reference

#include <dune/pdelab/localoperator/mfdcommon.hh>

Public Types

typedef FieldVector< ctype, dimVector
 

Public Member Functions

template<class Entity >
void init (const Entity &ent)
 
template<class Intersection >
void add_face (const Intersection &is)
 
void print () const
 

Public Attributes

Vector center
 
ctype volume
 
unsigned int num_faces
 
std::vector< ctype > face_areas
 
std::vector< Vectorface_centers
 
std::vector< bool > boundary
 
std::vector< ctype > R
 
std::vector< ctype > N
 

Member Typedef Documentation

template<class ctype, int dim>
typedef FieldVector<ctype,dim> Dune::PDELab::MimeticCellProperties< ctype, dim >::Vector

Member Function Documentation

template<class ctype, int dim>
template<class Intersection >
void Dune::PDELab::MimeticCellProperties< ctype, dim >::add_face ( const Intersection &  is)
inline
template<class ctype, int dim>
template<class Entity >
void Dune::PDELab::MimeticCellProperties< ctype, dim >::init ( const Entity &  ent)
inline
template<class ctype, int dim>
void Dune::PDELab::MimeticCellProperties< ctype, dim >::print ( ) const
inline

Member Data Documentation

template<class ctype, int dim>
std::vector<bool> Dune::PDELab::MimeticCellProperties< ctype, dim >::boundary
template<class ctype, int dim>
Vector Dune::PDELab::MimeticCellProperties< ctype, dim >::center
template<class ctype, int dim>
std::vector<ctype> Dune::PDELab::MimeticCellProperties< ctype, dim >::face_areas
template<class ctype, int dim>
std::vector<Vector> Dune::PDELab::MimeticCellProperties< ctype, dim >::face_centers
template<class ctype, int dim>
std::vector<ctype> Dune::PDELab::MimeticCellProperties< ctype, dim >::N
template<class ctype, int dim>
unsigned int Dune::PDELab::MimeticCellProperties< ctype, dim >::num_faces
template<class ctype, int dim>
std::vector<ctype> Dune::PDELab::MimeticCellProperties< ctype, dim >::R
template<class ctype, int dim>
ctype Dune::PDELab::MimeticCellProperties< ctype, dim >::volume

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