dune-pdelab  2.5-dev
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::VectorBasisInterfaceSwitch< Basis, Dummy > Struct Template Reference

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

Public Types

using DomainLocal = typename Basis::Traits::DomainLocal
 export vector type of the local coordinates More...
 
using RangeField = typename Basis::Traits::RangeField
 export field type of the values More...
 

Static Public Member Functions

template<typename Geometry >
static void jacobian (const Basis &basis, const Geometry &geometry, const DomainLocal &xl, std::vector< FieldMatrix< RangeField, dimRange, Geometry::coorddimension > > &jac)
 Compute global jacobian matrix for vector valued bases. More...
 

Static Public Attributes

static const std::size_t dimRange = Basis::Traits::dimRange
 export dimension of the values More...
 

Member Typedef Documentation

§ DomainLocal

template<class Basis , class Dummy = void>
using Dune::PDELab::VectorBasisInterfaceSwitch< Basis, Dummy >::DomainLocal = typename Basis::Traits::DomainLocal

export vector type of the local coordinates

§ RangeField

template<class Basis , class Dummy = void>
using Dune::PDELab::VectorBasisInterfaceSwitch< Basis, Dummy >::RangeField = typename Basis::Traits::RangeField

export field type of the values

Member Function Documentation

§ jacobian()

template<class Basis , class Dummy = void>
template<typename Geometry >
static void Dune::PDELab::VectorBasisInterfaceSwitch< Basis, Dummy >::jacobian ( const Basis &  basis,
const Geometry &  geometry,
const DomainLocal xl,
std::vector< FieldMatrix< RangeField, dimRange, Geometry::coorddimension > > &  jac 
)
inlinestatic

Compute global jacobian matrix for vector valued bases.

Member Data Documentation

§ dimRange

template<class Basis , class Dummy = void>
const std::size_t Dune::PDELab::VectorBasisInterfaceSwitch< Basis, Dummy >::dimRange = Basis::Traits::dimRange
static

export dimension of the values


The documentation for this struct was generated from the following file: