|
KASKADE 7 development version
|
#include "dune/common/fvector.hh"#include "fem/barycentric.hh"#include "utilities/combinatorics.hh"#include "utilities/power.hh"Go to the source code of this file.
Namespaces | |
| namespace | Kaskade |
Functions | |
| template<int d, class Real > | |
| Real | Kaskade::bezier (int p, int i, Dune::FieldVector< Real, d > const &x) |
| Computes the i-th Bezier function of order p at the given point in the unit simplex. More... | |