dune-pdelab
2.7-git
|
Provide velocity field for liquid phase. More...
#include <dune/pdelab/localoperator/darcyccfv.hh>
Public Types | |
using | Traits = Dune::PDELab::GridFunctionTraits< GV, RF, dim, Dune::FieldVector< RF, dim > > |
using | BaseT = Dune::PDELab::GridFunctionBase< Traits, DarcyVelocityFromHeadCCFV< T, PL > > |
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 | |
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 |
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 liquid phase.
Uses RT0 interpolation on a cell.
using DarcyVelocityFromHeadCCFV< T, PL >::BaseT = Dune::PDELab::GridFunctionBase<Traits,DarcyVelocityFromHeadCCFV<T,PL> > |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
using DarcyVelocityFromHeadCCFV< T, PL >::Traits = Dune::PDELab::GridFunctionTraits<GV,RF,dim,Dune::FieldVector<RF,dim> > |
|
inline |
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inline |
|
inline |
|
inlineinherited |
Set the data set type of this function.