DUNE PDELab (unstable)
Dune::PDELab::NonLinearConvectionDiffusionParameterTraits< GV, RF > Struct Template Reference
traits class for two phase parameter class More...
#include <dune/pdelab/localoperator/nonlinearconvectiondiffusionfem.hh>
Public Types | |
| enum | { dimDomain = GV::dimension } |
| Enum for domain dimension. More... | |
| using | GridViewType = GV |
| the grid view | |
| using | DomainFieldType = typename GV::Grid::ctype |
| Export type for domain field. | |
| using | DomainType = Dune::FieldVector< DomainFieldType, dimDomain > |
| domain type | |
| using | IntersectionDomainType = Dune::FieldVector< DomainFieldType, dimDomain-1 > |
| domain type | |
| using | RangeFieldType = RF |
| Export type for range field. | |
| using | RangeType = Dune::FieldVector< RF, GV::dimensionworld > |
| range type | |
| using | PermTensorType = Dune::FieldMatrix< RangeFieldType, dimDomain, dimDomain > |
| permeability tensor type | |
| using | ElementType = typename GV::Traits::template Codim< 0 >::Entity |
| grid types | |
Detailed Description
template<typename GV, typename RF>
struct Dune::PDELab::NonLinearConvectionDiffusionParameterTraits< GV, RF >
struct Dune::PDELab::NonLinearConvectionDiffusionParameterTraits< GV, RF >
traits class for two phase parameter class
a local operator for solving the non-linear convection-diffusion equation with standard FEM
\begin{align*} \nabla\cdot\{q(x,u) - D(x) v(u) \nabla w(u)\} &=& f(u) \mbox{ in } \Omega, \\ u &=& g \mbox{ on } \partial\Omega_D \\ (q(x,u) - K(x)\nabla w(u)) \cdot \nu &=& j(u) \mbox{ on } \partial\Omega_N \\ \end{align*}
Member Enumeration Documentation
◆ anonymous enum
template<typename GV , typename RF >
| anonymous enum |
The documentation for this struct was generated from the following file:
- dune/pdelab/localoperator/nonlinearconvectiondiffusionfem.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Nov 2, 23:43, 2025)