dune-localfunctions 2.10
|
#include <cassert>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <utility>
#include <map>
#include <dune/common/dynmatrix.hh>
#include <dune/common/fmatrix.hh>
#include <dune/geometry/type.hh>
#include <dune/localfunctions/utility/field.hh>
#include <dune/localfunctions/utility/monomialbasis.hh>
#include <dune/localfunctions/utility/multiindex.hh>
Go to the source code of this file.
Classes | |
struct | ONBCompute::Integral< geometryId > |
class | ONBCompute::ONBMatrix< geometryId, scalar_t > |
Namespaces | |
namespace | ONBCompute |
Functions | |
template<class scalar_t > | |
scalar_t | ONBCompute::factorial (int start, int end) |