dune-localfunctions 2.9.0
|
#include <dune/geometry/type.hh>
#include <dune/localfunctions/common/localfiniteelementtraits.hh>
#include <dune/localfunctions/common/localtoglobaladaptors.hh>
#include <dune/localfunctions/lagrange/lagrangecube.hh>
Go to the source code of this file.
Classes | |
class | Dune::Q1FiniteElementFactory< Geometry, RF > |
Factory for global-valued Q1 elements. More... | |
Namespaces | |
namespace | Dune |
Typedefs | |
template<class D , class R , int dim> | |
using | Dune::Q1LocalFiniteElement = LagrangeCubeLocalFiniteElement< D, R, dim, 1 > |
The local Q1 finite element on cubes. | |