|
dune-pdelab
2.4.1
|
Switch for uniform treatment of local and global basis classes. More...
#include <dune/pdelab/localoperator/dgnavierstokesvelvecfem.hh>
Public Types | |
| 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... | |
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... | |
Switch for uniform treatment of local and global basis classes.
| using Dune::PDELab::VectorBasisInterfaceSwitch< Basis, typename enable_if< Std::to_true_type< integral_constant< std::size_t, Basis::Traits::dimDomain > >::value >::type >::DomainLocal = typename Basis::Traits::DomainType |
export vector type of the local coordinates
| using Dune::PDELab::VectorBasisInterfaceSwitch< Basis, typename enable_if< Std::to_true_type< integral_constant< std::size_t, Basis::Traits::dimDomain > >::value >::type >::RangeField = typename Basis::Traits::RangeFieldType |
export field type of the values
|
inlinestatic |
Compute global jacobian matrix for vector valued bases.
References Dune::PDELab::VectorBasisInterfaceSwitch< Basis, Dummy >::dimRange.
|
static |
export dimension of the values
1.8.11