DUNE PDELab (git)

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 >

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

Enum for domain dimension.

Enumerator
dimDomain 

dimension of the domain


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)