dune-pdelab
2.5-dev
|
#include <dune/pdelab/localoperator/convectiondiffusionparameter.hh>
Public Types | |
typedef Dune::PDELab::AnalyticGridFunctionTraits< typename T::Traits::GridViewType, typename T::Traits::RangeFieldType, T::Traits::GridViewType::dimension > | Traits |
typedef Dune::PDELab::AnalyticGridFunctionBase< Traits, ConvectionDiffusionVelocityExtensionAdapter< T > > | BaseT |
typedef GridFunctionTag | ImplementationTag |
typedef Dune::PDELab::AnalyticGridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, T::Traits::GridViewType::dimension > ::GridViewType | GridViewType |
Type of the GridView. More... | |
using | Output = typename Base::Output |
Public Member Functions | |
ConvectionDiffusionVelocityExtensionAdapter (const typename Traits::GridViewType &gv_, T &t_) | |
constructor More... | |
void | evaluateGlobal (const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
Evaluate the GridFunction at given position. More... | |
const Traits::GridViewType & | getGridView () const |
void | setTime (double time_) |
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... | |
Adapter that extracts the flux boundary conditions from the parameter class
T | model of ConvectionDiffusionParameterInterface |
typedef Dune::PDELab::AnalyticGridFunctionBase<Traits,ConvectionDiffusionVelocityExtensionAdapter<T> > Dune::PDELab::ConvectionDiffusionVelocityExtensionAdapter< T >::BaseT |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
typedef Dune::PDELab::AnalyticGridFunctionTraits<typename T::Traits::GridViewType, typename T::Traits::RangeFieldType, T::Traits::GridViewType::dimension> Dune::PDELab::ConvectionDiffusionVelocityExtensionAdapter< T >::Traits |
|
inline |
constructor
|
inlineinherited |
Return the data set type of this function.
|
inline |
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 |
|
inlineinherited |
Set the data set type of this function.
|
inline |