dune-fem  2.4.1-rc
Public Types | Public Member Functions | Public Attributes | List of all members
Dune::Fem::WeightDefault< GridPartType > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/operator/projection/vtxprojection.hh>

Public Types

typedef FieldVector< double, GridPartType::dimension > DomainType
 

Public Member Functions

template<class EntityType >
void setEntity (const EntityType &en)
 
double operator() (const DomainType &point)
 

Public Attributes

double volume_
 

Member Typedef Documentation

template<class GridPartType>
typedef FieldVector<double,GridPartType::dimension> Dune::Fem::WeightDefault< GridPartType >::DomainType

Member Function Documentation

template<class GridPartType>
double Dune::Fem::WeightDefault< GridPartType >::operator() ( const DomainType point)
inline
template<class GridPartType>
template<class EntityType >
void Dune::Fem::WeightDefault< GridPartType >::setEntity ( const EntityType &  en)
inline

Member Data Documentation

template<class GridPartType>
double Dune::Fem::WeightDefault< GridPartType >::volume_

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