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

Public Types | |
| using | Traits = Dune::PDELab::GridFunctionTraits< GV, RF, dim, Dune::FieldVector< RF, dim > > |
| using | BaseT = Dune::PDELab::GridFunctionBase< Traits, V_g< TP, PL, PG > > |
| 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... | |
| using | Output = typename Base::Output |
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 () |
| 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.
| using Dune::PDELab::V_g< TP, PL, PG >::BaseT = Dune::PDELab::GridFunctionBase<Traits,V_g<TP,PL,PG> > |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| using Dune::PDELab::V_g< TP, PL, PG >::Traits = Dune::PDELab::GridFunctionTraits<GV,RF,dim,Dune::FieldVector<RF,dim> > |
|
inline |
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Set the data set type of this function.
1.8.17