#include <dune/pdelab/localoperator/convectiondiffusionparameter.hh>
template<typename T>
class Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter< T >
Adapter that extracts Dirichlet boundary conditions from parameter class
- Template Parameters
-
T | model of ConvectionDiffusionParameterInterface |
- Examples
- recipe-geometry-grid.cc, recipe-linear-system-assembly.cc, recipe-linear-system-solution-istl.cc, and recipe-linear-system-solution-pdelab.cc.
◆ GridViewType
template<class T , class Imp >
◆ ImplementationTag
template<class T , class Imp >
◆ Output
template<class T , class Imp >
◆ Traits
◆ ConvectionDiffusionDirichletExtensionAdapter()
◆ dataSetType()
Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType |
( |
| ) |
const |
|
inlineinherited |
Return the data set type of this function.
◆ evaluate() [1/2]
template<class T , class Imp >
void Dune::PDELab::GridFunctionInterface< T, Imp >::evaluate |
( |
const typename Traits::ElementType & |
e, |
|
|
const typename Traits::DomainType & |
x, |
|
|
typename Traits::RangeType & |
y |
|
) |
| const |
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
- Parameters
-
[in] | e | The entity to evaluate on |
[in] | x | The position in entity-local coordinates |
[out] | y | The result of the evaluation |
◆ evaluate() [2/2]
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
- Parameters
-
[in] | e | The entity to evaluate on |
[in] | x | The position in entity-local coordinates |
[out] | y | The result of the evaluation |
◆ getGridView()
◆ setDataSetType()
void Dune::PDELab::GridFunctionOutputParameters::setDataSetType |
( |
Output::DataSetType |
dataSetType | ) |
|
|
inlineinherited |
Set the data set type of this function.
◆ setTime()
The documentation for this class was generated from the following file: