AMDiS  0.3
The Adaptive Multi-Dimensional Simulation Toolbox
LagrangeBasis< Grid, degrees > Struct Template Reference

ProblemStatTraits for a (composite) basis composed of lagrange bases of different degree. More...

#include <ProblemStatTraits.hpp>

Inherits DefaultBasisCreator< Grid, Impl::LagrangePreBasisCreator< degrees... > >.

Additional Inherited Members

- Public Types inherited from DefaultBasisCreator< Grid, Impl::LagrangePreBasisCreator< degrees... > >
using Grid = AdaptiveGrid_t< Grid >
 
using GridView = typename Grid::LeafGridView
 
using GlobalBasis = decltype(create(std::declval< GridView >()))
 
using CoefficientType = double
 
using LinAlgTraits = BackendTraits< GlobalBasis >
 
- Static Public Member Functions inherited from DefaultBasisCreator< Grid, Impl::LagrangePreBasisCreator< degrees... > >
static auto create (std::string const &name, GridView const &gridView)
 
static auto create (GridView const &gridView)
 

Detailed Description

template<class Grid, int... degrees>
struct AMDiS::LagrangeBasis< Grid, degrees >

ProblemStatTraits for a (composite) basis composed of lagrange bases of different degree.


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