#include <algorithm>
#include <array>
#include <bitset>
#include <numeric>
#include <vector>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/math.hh>
#include <dune/common/rangeutilities.hh>
#include <dune/common/typetraits.hh>
#include <dune/localfunctions/common/localbasis.hh>
Go to the source code of this file.
|
class | Dune::BDFMCubeLocalBasis< D, R, dim, order > |
| Brezzi-Douglas-Fortin-Marini shape functions on a reference cube. More...
|
|
class | Dune::BDFMCubeLocalBasis< D, R, 2, 1 > |
| First order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral. More...
|
|
class | Dune::BDFMCubeLocalBasis< D, R, 2, 2 > |
| Second order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral. More...
|
|
class | Dune::BDFMCubeLocalBasis< D, R, 2, 3 > |
| Third order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral. More...
|
|