#include <algorithm>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/typeindex.hh>
#include <dune/fem/space/mapper/code.hh>
#include <dune/fem/space/mapper/localkey.hh>
Go to the source code of this file.
|
template<class Field , int dim> |
DofMapperCode | Dune::Fem::generateCodimensionCode (const Dune::ReferenceElement< Field, dim > &refElement, int codim) |
|
template<class Field , int dim, class LocalCoefficients > |
DofMapperCode | Dune::Fem::compile (const Dune::ReferenceElement< Field, dim > &refElement, const LocalCoefficients &localCoefficients) |
|