dune-pdelab
2.0.0
|
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/static_assert.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/pdelab/common/geometrywrapper.hh>
#include <dune/pdelab/common/function.hh>
#include <dune/pdelab/common/functionutilities.hh>
#include <dune/pdelab/constraints/common/constraintsparameters.hh>
#include "diffusionparam.hh"
Go to the source code of this file.
Classes | |
struct | Dune::PDELab::ConvectionDiffusionParameterTraits< GV, RF > |
traits class for two phase parameter class More... | |
struct | Dune::PDELab::ConvectionDiffusionBoundaryConditions |
Class to define the boundary condition types. More... | |
class | Dune::PDELab::ConvectionDiffusionModelProblem< GV, RF > |
Parameter class for solving the linear convection-diffusion equation. More... | |
class | Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter< T > |
class | Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter< T > |
class | Dune::PDELab::ConvectionDiffusionExactGradientAdapter< T > |
class | Dune::PDELab::ConvectionDiffusion_Diffusion_Adapter< K, A0, F, B, G, J > |
Adapter to get ConvectionDiffusion parameter object from the old style separate parameter grid functions. More... | |
Namespaces | |
Dune | |
Dune::PDELab | |