base class for parameter class
More...
#include <dune/pdelab/localoperator/transportccfv.hh>
|
| Traits::RangeType | v (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| | velocity field More...
|
| |
| Traits::RangeFieldType | D (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| | scalar diffusion coefficient More...
|
| |
| Traits::RangeFieldType | q (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| | source term More...
|
| |
| int | bc (const typename Traits::IntersectionType &is, const typename Traits::IntersectionDomainType &x) const |
| | boundary condition type function More...
|
| |
| Traits::RangeFieldType | g (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| | Dirichlet boundary condition on inflow. More...
|
| |
| Traits::RangeFieldType | j (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| | Neumann boundary condition. More...
|
| |
template<class T, class Imp>
class Dune::PDELab::TransportSpatialParameterInterface< T, Imp >
base class for parameter class
template<class T , class Imp >
template<class T , class Imp >
boundary condition type function
0 means Neumann 1 means Dirichlet 2 means Outflow (zero diffusive flux, velocity points outward)
template<class T , class Imp >
scalar diffusion coefficient
template<class T , class Imp >
Dirichlet boundary condition on inflow.
template<class T , class Imp >
Neumann boundary condition.
template<class T , class Imp >
template<class T , class Imp >
The documentation for this class was generated from the following file: