Dune::Copasi
Loading...
Searching...
No Matches
Classes | Functions
Dune::Copasi::DiffusionReaction Namespace Reference

Classes

class  LocalEquations
 
class  LocalOperator
 This class describes a PDELab local operator for diffusion reaction systems. More...
 
class  ModelMultiCompartment
 
class  ModelSingleCompartment
 
struct  ModelSingleCompartmentPkTraits
 
class  ReductionError
 

Functions

template<class Model >
requires Concept::MultiDomainGrid<typename Model::Grid> && Concept::SubDomainGrid<typename Model::GridView::Grid>
std::unique_ptr< Modelmake_model (const ParameterTree &config, std::shared_ptr< const FunctorFactory< Model::Grid::dimensionworld > > functor_factory=nullptr, std::shared_ptr< const CellData< typename Model::Grid::LeafGridView, typename Model::RangeQuatinty > > cell_data=nullptr)
 

Function Documentation

◆ make_model()

template<class Model >
requires Concept::MultiDomainGrid<typename Model::Grid> && Concept::SubDomainGrid<typename Model::GridView::Grid>
std::unique_ptr< Model > Dune::Copasi::DiffusionReaction::make_model ( const ParameterTree & config,
std::shared_ptr< const FunctorFactory< Model::Grid::dimensionworld > > functor_factory = nullptr,
std::shared_ptr< const CellData< typename Model::Grid::LeafGridView, typename Model::RangeQuatinty > > cell_data = nullptr )