Dune Core Modules (2.8.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
virtualshapefunctiontest.cc File Reference
Test the dynamically polymorphic shape function interface. More...
#include <config.h>
#include <array>
#include <cstddef>
#include <iostream>
#include <dune/geometry/type.hh>
#include <dune/localfunctions/common/virtualinterface.hh>
#include <dune/localfunctions/common/virtualwrappers.hh>
#include <dune/localfunctions/lagrange/p0.hh>
#include <dune/localfunctions/lagrange/p1.hh>
#include <dune/localfunctions/lagrange/pq22d.hh>
#include <dune/localfunctions/monomial.hh>
Detailed Description
Test the dynamically polymorphic shape function interface.
This file mainly tests whether the polymorphic interface can be properly instantiated, compiled and run without crashed. It does not test whether the shape function sets behave correctly.
