dune-fem 2.12-git
Loading...
Searching...
No Matches
diffusionmodel.hh File Reference

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 >