dune-localfunctions  2.2.1
Typedefs | Functions
lagrange/test.cc File Reference
#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 Documentation

typedef double ComputeField
typedef double StorageField

Function Documentation

int main ( int  argc,
char **  argv 
)
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 
)

References test().

template<unsigned int dimension>
bool test ( unsigned int  topologyId,
unsigned int  order,
bool  verbose = false 
)

References test().