dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::V_l< TP, PL, PG > Class Template Reference

Provide velocity field for liquid phase. More...

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

Inheritance diagram for Dune::PDELab::V_l< TP, PL, PG >:
Inheritance graph

Public Types

typedef
Dune::PDELab::GridFunctionTraits
< GV, RF, dim,
Dune::FieldVector< RF, dim > > 
Traits
 
typedef
Dune::PDELab::GridFunctionBase
< Traits, V_l< TP, PL, PG > > 
BaseT
 
typedef GridFunctionTag ImplementationTag
 
typedef
Dune::PDELab::GridFunctionTraits
< PL::Traits::GridViewType,
PL::Traits::RangeFieldType,
PL::Traits::GridViewType::dimension,
Dune::FieldVector
< PL::Traits::RangeFieldType,
PL::Traits::GridViewType::dimension >
>::GridViewType 
GridViewType
 Type of the GridView. More...
 

Public Member Functions

 V_l (const TP &tp_, const PL &pl_, const PG &pg_)
 
void set_time (typename TP::Traits::RangeFieldType time_)
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const Traits::GridViewTypegetGridView ()
 
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 TP, typename PL, typename PG>
class Dune::PDELab::V_l< TP, PL, PG >

Provide velocity field for liquid phase.

Uses RT0 interpolation on a cell.

Member Typedef Documentation

template<typename TP , typename PL , typename PG >
typedef Dune::PDELab::GridFunctionBase<Traits,V_l<TP,PL,PG> > Dune::PDELab::V_l< TP, PL, PG >::BaseT
typedef Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > ::GridViewType Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > , V_l< TP, PL, PG > >::GridViewType
inherited

Type of the GridView.

typedef GridFunctionTag Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > , V_l< TP, PL, PG > >::ImplementationTag
inherited
template<typename TP , typename PL , typename PG >
typedef Dune::PDELab::GridFunctionTraits<GV,RF,dim,Dune::FieldVector<RF,dim> > Dune::PDELab::V_l< TP, PL, PG >::Traits

Constructor & Destructor Documentation

template<typename TP , typename PL , typename PG >
Dune::PDELab::V_l< TP, PL, PG >::V_l ( const TP &  tp_,
const PL &  pl_,
const PG &  pg_ 
)
inline

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 TP , typename PL , typename PG >
void Dune::PDELab::V_l< TP, PL, PG >::evaluate ( const typename Traits::ElementType e,
const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inline
const Traits::GridViewType& Dune::PDELab::GridFunctionInterface< Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > , V_l< TP, PL, PG > >::getGridView ( ) const
inlineinherited

get a reference to the GridView

template<typename TP , typename PL , typename PG >
const Traits::GridViewType& Dune::PDELab::V_l< TP, PL, PG >::getGridView ( )
inline
template<typename TP , typename PL , typename PG >
void Dune::PDELab::V_l< TP, PL, PG >::set_time ( typename TP::Traits::RangeFieldType  time_)
inline
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: