|
dune-pdelab 2.7-git
|
Provide velocity field for liquid 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_l< TP, PL, PG > > |
| typedef GridFunctionTag | ImplementationTag |
| typedef T::GridViewType | GridViewType |
| Type of the GridView. | |
| using | Output = typename Base::Output |
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::GridViewType & | getGridView () |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. | |
| const Traits::GridViewType & | getGridView () const |
| get a reference to the GridView | |
| Output::DataSetType | dataSetType () const |
| Return the data set type of this function. | |
| void | setDataSetType (Output::DataSetType dataSetType) |
| Set the data set type of this function. | |
Provide velocity field for liquid phase.
Uses RT0 interpolation on a cell.
| using Dune::PDELab::V_l< TP, PL, PG >::BaseT = Dune::PDELab::GridFunctionBase<Traits,V_l<TP,PL,PG> > |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| using Dune::PDELab::V_l< TP, PL, PG >::Traits = Dune::PDELab::GridFunctionTraits<GV,RF,dim,Dune::FieldVector<RF,dim> > |
|
inline |
|
inlineinherited |
Return the data set type of this function.
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
| [in] | e | The entity to evaluate on |
| [in] | x | The position in entity-local coordinates |
| [out] | y | The result of the evaluation |
|
inline |
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inline |
|
inlineinherited |
Set the data set type of this function.