DUNE PDELab (2.7)

Dune::PDELab::NavierStokesParameterTraits< GV, RF > Struct Template Reference

#include <dune/pdelab/localoperator/stokesparameter.hh>

Public Types

enum  { dimDomain = GV::dimension }
 Enum for domain dimension. More...
 
typedef GV GridView
 the grid view
 
typedef GV::Grid::ctype DomainField
 Export type for domain field.
 
typedef Dune::FieldVector< DomainField, dimDomainDomain
 domain type
 
typedef Dune::FieldVector< DomainField, dimDomain-1 > IntersectionDomain
 domain type
 
typedef RF RangeField
 Export type for range field.
 
typedef Dune::FieldVector< RF, GV::dimensionworld > VelocityRange
 deformation range type
 
typedef Dune::FieldVector< RF, 1 > PressureRange
 pressure range type
 
typedef StokesBoundaryCondition BoundaryCondition
 boundary type value
 
typedef GV::Traits::template Codim< 0 >::Entity Element
 grid element type
 
typedef GV::Intersection Intersection
 grid intersection type
 

Detailed Description

template<typename GV, typename RF>
struct Dune::PDELab::NavierStokesParameterTraits< GV, RF >

Traits class for the parameter class of a Navier-Stokes local operator.

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.111.3 (Jul 15, 22:36, 2024)