dune-localfunctions 2.10
|
#include <cstddef>
#include <algorithm>
#include <vector>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.hh>
#include <dune/localfunctions/lagrange/emptypoints.hh>
#include <dune/localfunctions/utility/field.hh>
Go to the source code of this file.
Classes | |
class | Dune::EquidistantPointSet< F, dim > |
Namespaces | |
namespace | Dune |
Functions | |
std::size_t | Dune::numLagrangePoints (const GeometryType >, std::size_t order) |
template<class ct , unsigned int cdim> | |
static unsigned int | Dune::equidistantLagrangePoints (const GeometryType >, unsigned int codim, std::size_t order, unsigned int *count, LagrangePoint< ct, cdim > *points) |