dune-localfunctions
2.2.1
|
#include <config.h>
#include <dune/geometry/quadraturerules/genericquadrature.hh>
#include <dune/localfunctions/utility/field.hh>
#include <dune/localfunctions/utility/basisprint.hh>
#include <dune/localfunctions/lagrange/equidistantpoints.hh>
#include <dune/localfunctions/lagrange/lobattopoints.hh>
#include <dune/localfunctions/lagrange/lagrangebasis.hh>
Typedefs | |
typedef double | StorageField |
typedef double | ComputeField |
Functions | |
template<class Basis , class Points > | |
bool | test (const Basis &basis, const Points &points, bool verbose) |
template<class Topology > | |
bool | test (unsigned int order, bool verbose=false) |
template<unsigned int dimension> | |
bool | test (unsigned int topologyId, unsigned int order, bool verbose=false) |
int | main (int argc, char **argv) |
typedef double ComputeField |
typedef double StorageField |
int main | ( | int | argc, |
char ** | argv | ||
) |
bool test | ( | const Basis & | basis, |
const Points & | points, | ||
bool | verbose | ||
) |
bool test | ( | unsigned int | order, |
bool | verbose = false |
||
) |
References test().
bool test | ( | unsigned int | topologyId, |
unsigned int | order, | ||
bool | verbose = false |
||
) |
References test().