Dune Core Modules (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::LagrangeBasisFactory< LP, dim, D, R, SF, CF > Struct Template Reference
Factory for Lagrange local basis based on a Lagrange point-set. More...
#include <dune/localfunctions/lagrange/lagrangebasis.hh>
Static Public Member Functions | |
static void | release (Object *object) |
release the object returned by the create methods | |
Detailed Description
template<template< class, unsigned int > class LP, unsigned int dim, class D, class R, class SF = R, class CF = SF>
struct Dune::LagrangeBasisFactory< LP, dim, D, R, SF, CF >
struct Dune::LagrangeBasisFactory< LP, dim, D, R, SF, CF >
Factory for Lagrange local basis based on a Lagrange point-set.
- Template Parameters
-
LP Template class defining the points for the lagrange interpolation dim Dimension of reference elements D Domain field-type of the basis functions R Range field-type of the basis functions \tpapam SF Storage field-type for basis matrix CF Compute field-type for basis matrix
The documentation for this struct was generated from the following file:
- dune/localfunctions/lagrange/lagrangebasis.hh
