Switch for uniform treatment of local and global basis classes.
More...
#include <dune/pdelab/localoperator/dgnavierstokesvelvecfem.hh>
|
using | DomainLocal = typename Basis::Traits::DomainType |
| export vector type of the local coordinates More...
|
|
using | RangeField = typename Basis::Traits::RangeFieldType |
| export field type of the values More...
|
|
|
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 const std::size_t | dimRange = Basis::Traits::dimRange |
| export dimension of the values More...
|
|
template<class Basis>
struct Dune::PDELab::VectorBasisInterfaceSwitch< Basis, typename std::enable_if< Std::to_true_type< std::integral_constant< std::size_t, Basis::Traits::dimDomain > >::value >::type >
Switch for uniform treatment of local and global basis classes.
◆ DomainLocal
export vector type of the local coordinates
◆ RangeField
export field type of the values
◆ jacobian()
template<class Basis >
template<typename Geometry >
Compute global jacobian matrix for vector valued bases.
◆ dimRange
template<class Basis >
const std::size_t Dune::PDELab::VectorBasisInterfaceSwitch< Basis, typename std::enable_if< Std::to_true_type< std::integral_constant< std::size_t, Basis::Traits::dimDomain > >::value >::type >::dimRange = Basis::Traits::dimRange |
|
static |
export dimension of the values
The documentation for this struct was generated from the following file: