base class for parameter class
More...
#include <dune/pdelab/localoperator/convectiondiffusion.hh>
|
Traits::RangeFieldType | f (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeFieldType u) const |
| source/reaction term More...
|
|
Traits::RangeFieldType | w (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeFieldType u) const |
| nonlinearity under gradient More...
|
|
Traits::RangeFieldType | v (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeFieldType u) const |
| scalar nonlinearity in diffusion coefficient More...
|
|
Traits::PermTensorType | D (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| tensor diffusion coefficient More...
|
|
Traits::RangeType | q (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeFieldType u) const |
| nonlinear flux vector More...
|
|
template<typename I > |
bool | isDirichlet (const I &intersection, const Dune::FieldVector< typename I::ctype, I::dimension-1 > &coord) const |
|
Traits::RangeFieldType | g (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| Dirichlet boundary condition value. More...
|
|
Traits::RangeFieldType | j (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeFieldType u) const |
| Neumann boundary condition. More...
|
|
template<class T, class Imp>
class Dune::PDELab::ConvectionDiffusionParameterInterface< T, Imp >
base class for parameter class
template<class T , class Imp >
template<class T , class Imp >
tensor diffusion coefficient
template<class T , class Imp >
template<class T , class Imp >
Dirichlet boundary condition value.
template<class T , class Imp >
template<typename I >
template<class T , class Imp >
Neumann boundary condition.
template<class T , class Imp >
template<class T , class Imp >
scalar nonlinearity in diffusion coefficient
template<class T , class Imp >
nonlinearity under gradient
The documentation for this class was generated from the following file: