#include <cstddef>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/pdelab/common/quadraturerules.hh>
#include <dune/pdelab/common/referenceelements.hh>
#include "defaultimp.hh"
#include "pattern.hh"
#include "flags.hh"
#include "convectiondiffusionparameter.hh"
Go to the source code of this file.