|
dune-pdelab
2.4-dev
|
Provide velocity field for liquid phase. More...
#include <dune/pdelab/localoperator/darcy_CCFV.hh>

Public Types | |
| typedef Dune::PDELab::GridFunctionTraits< GV, RF, dim, Dune::FieldVector< RF, dim > > | Traits |
| typedef Dune::PDELab::GridFunctionBase< Traits, DarcyVelocityFromHeadCCFV< T, PL > > | 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 | |
| DarcyVelocityFromHeadCCFV (const T &t_, const PL &pl_) | |
| void | set_time (typename T::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 |
| 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 liquid phase.
Uses RT0 interpolation on a cell.
| typedef Dune::PDELab::GridFunctionBase<Traits,DarcyVelocityFromHeadCCFV<T,PL> > DarcyVelocityFromHeadCCFV< T, PL >::BaseT |
|
inherited |
Type of the GridView.
|
inherited |
| typedef Dune::PDELab::GridFunctionTraits<GV,RF,dim,Dune::FieldVector<RF,dim> > DarcyVelocityFromHeadCCFV< T, PL >::Traits |
|
inline |
|
inlineinherited |
Return the data set type of this function.
Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Set the data set type of this function.
References Dune::PDELab::GridFunctionOutputParameters::dataSetType().
1.8.9.1