|
dune-pdelab
2.0.0
|
Provide velocity field for gas phase. More...
#include <dune/pdelab/localoperator/twophaseccfv.hh>

Public Types | |
| typedef Dune::PDELab::GridFunctionTraits < GV, RF, dim, Dune::FieldVector< RF, dim > > | Traits |
| typedef Dune::PDELab::GridFunctionBase < Traits, V_g< 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_g (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::GridViewType & | getGridView () |
| const Traits::GridViewType & | getGridView () 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... | |
Provide velocity field for gas phase.
Uses RT0 interpolation on a cell.
| typedef Dune::PDELab::GridFunctionBase<Traits,V_g<TP,PL,PG> > Dune::PDELab::V_g< TP, PL, PG >::BaseT |
|
inherited |
Type of the GridView.
|
inherited |
| typedef Dune::PDELab::GridFunctionTraits<GV,RF,dim,Dune::FieldVector<RF,dim> > Dune::PDELab::V_g< TP, PL, PG >::Traits |
|
inline |
|
inlineinherited |
Return the data set type of this function.
Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inline |
|
inline |
|
inlineinherited |
Set the data set type of this function.
References Dune::PDELab::GridFunctionOutputParameters::dataSetType().
1.8.7