dune-pdelab  2.0.0
Public Member Functions | List of all members
Dune::PDELab::DiscreteGridFunctionCurlTraits< GV, RangeFieldType, dimRangeOfBasis > Struct Template Reference

Helper class to calculate the Traits of DiscreteGridFunctionCurl. More...

#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>

Public Member Functions

 dune_static_assert (AlwaysFalse< GV >::value,"DiscreteGridFunctionCurl (and friends) work in 2D ""and 3D only")
 

Detailed Description

template<typename GV, typename RangeFieldType, int dimRangeOfBasis>
struct Dune::PDELab::DiscreteGridFunctionCurlTraits< GV, RangeFieldType, dimRangeOfBasis >

Helper class to calculate the Traits of DiscreteGridFunctionCurl.

Template Parameters
GVType of the GridView.
RangeFieldTypeRangeFieldType of the basis, and resulting RangeFieldType of this function.
dimRangeOfBasisNumber of components of the function to take the curl of, a.k.a. th dimRange of the basis.
Note
This the non-specialized version of the DiscreteGridFunctionCurlTraits template. It must be specialized for different values of dimRangeOfBasis. If this non-specialized version is instantiated, dune_static_assert() will be triggered.

Member Function Documentation

template<typename GV , typename RangeFieldType , int dimRangeOfBasis>
Dune::PDELab::DiscreteGridFunctionCurlTraits< GV, RangeFieldType, dimRangeOfBasis >::dune_static_assert ( AlwaysFalse< GV >::value  ,
"DiscreteGridFunctionCurl (and friends) work in 2D ""and 3D only"   
)

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