dune-fem 2.8.0
Loading...
Searching...
No Matches
Namespaces | Typedefs
diffusionmodel.hh File Reference
#include <dune/fem/schemes/conservationlawmodel.hh>

Go to the source code of this file.

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Typedefs

template<class GridPart , int dimDomain, int dimRange = dimDomain, class RangeField = double>
using Dune::Fem::DiffusionModel = ConservationLawModel< GridPart, dimDomain, dimRange, RangeField >
 
template<class ModelImpl >
using Dune::Fem::DiffusionModelWrapper = ConservationLawModelWrapper< ModelImpl >
 
template<class GridPart , int dimDomain, int dimRange = dimDomain, class RangeField = double>
using Dune::Fem::DGDiffusionModel = DGConservationLawModel< GridPart, dimDomain, dimRange, RangeField >
 
template<class ModelImpl >
using Dune::Fem::DGDiffusionModelWrapper = DGConservationLawModelWrapper< ModelImpl >