dune-pdelab  2.4-dev
Public Types | Public Member Functions | List of all members
DarcyVelocityFromHeadFEM< P, T, X > Class Template Reference

Provide Darcy velocity as a vector-valued grid function. More...

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

Inheritance diagram for DarcyVelocityFromHeadFEM< P, T, X >:
Inheritance graph

Public Types

typedef Dune::PDELab::GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, Dune::FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain > > Traits
 

Public Member Functions

 DarcyVelocityFromHeadFEM (const P &p, const GFS &gfs, X &x_)
 Construct a DarcyVelocityFromHeadFEM. More...
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const Traits::GridViewTypegetGridView () const
 get a reference to the GridView More...
 
Output::DataSetType dataSetType () const
 Return the data set type of this function. More...
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function. More...
 

Detailed Description

template<typename P, typename T, typename X>
class DarcyVelocityFromHeadFEM< P, T, X >

Provide Darcy velocity as a vector-valued grid function.

The function values should be single-component vectors. The Gradient will be a dimDomain-component function.

Template Parameters
TType of GridFunctionSpace. The LocalBasis must provide the evaluateJacobian() method.
XType of coefficients vector

Member Typedef Documentation

template<typename P , typename T , typename X >
typedef Dune::PDELab::GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, Dune::FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain> > DarcyVelocityFromHeadFEM< P, T, X >::Traits

Constructor & Destructor Documentation

template<typename P , typename T , typename X >
DarcyVelocityFromHeadFEM< P, T, X >::DarcyVelocityFromHeadFEM ( const P &  p,
const GFS &  gfs,
X &  x_ 
)
inline

Construct a DarcyVelocityFromHeadFEM.

Parameters
gfsThe GridFunctionsSpace
x_The coefficients vector

Member Function Documentation

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inlineinherited

Return the data set type of this function.

Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().

template<typename P , typename T , typename X >
void DarcyVelocityFromHeadFEM< P, T, X >::evaluate ( const typename Traits::ElementType e,
const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inline
template<typename P , typename T , typename X >
const Traits::GridViewType& DarcyVelocityFromHeadFEM< P, T, X >::getGridView ( ) const
inline

get a reference to the GridView

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.

References Dune::PDELab::GridFunctionOutputParameters::dataSetType().


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