dune-pdelab
2.7-git
|
Provide Darcy velocity as a vector-valued grid function. More...
#include <dune/pdelab/localoperator/darcyfem.hh>
Public Types | |
using | Traits = Dune::PDELab::GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, Dune::FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain > > |
typedef GridFunctionTag | ImplementationTag |
typedef Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::FiniteElementType::Traits::LocalBasisType ::Traits::RangeFieldType, T::Traits::FiniteElementType::Traits::LocalBasisType::Traits ::dimDomain, Dune::FieldVector< T::Traits::FiniteElementType::Traits ::LocalBasisType::Traits::RangeFieldType, T::Traits::FiniteElementType::Traits::LocalBasisType::Traits ::dimDomain > > ::GridViewType | GridViewType |
Type of the GridView. More... | |
using | Output = typename Base::Output |
Public Member Functions | |
DarcyVelocityFromHeadFEM (const P &p, const GFS &gfs, X &x_) | |
Construct a DarcyVelocityFromHeadFEM. More... | |
void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
const Traits::GridViewType & | getGridView () const |
get a reference to the GridView More... | |
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 Darcy velocity as a vector-valued grid function.
The function values should be single-component vectors. The Gradient will be a dimDomain-component function.
T | Type of GridFunctionSpace. The LocalBasis must provide the evaluateJacobian() method. |
X | Type of coefficients vector |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
using DarcyVelocityFromHeadFEM< P, T, X >::Traits = Dune::PDELab::GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, Dune::FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain> > |
|
inline |
Construct a DarcyVelocityFromHeadFEM.
gfs | The GridFunctionsSpace |
x_ | The coefficients vector |
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inline |
get a reference to the GridView
|
inlineinherited |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.