Dune::Copasi
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
factory.hh File Reference
#include <dune/copasi/concepts/grid.hh>
#include <dune/copasi/common/exceptions.hh>
#include <dune/copasi/grid/cell_data.hh>
#include <dune/copasi/model/diffusion_reaction/model_multi_compartment.hh>
#include <dune/copasi/model/diffusion_reaction/model_multi_compartment_traits.hh>
#include <dune/copasi/model/diffusion_reaction/model_single_compartment.hh>
#include <dune/copasi/model/diffusion_reaction/model_single_compartment_traits.hh>
#include <dune/copasi/model/functor_factory_parser.hh>
Include dependency graph for factory.hh:

Go to the source code of this file.

Namespaces

namespace  Dune
 
namespace  Dune::Copasi
 
namespace  Dune::Copasi::DiffusionReaction
 

Macros

#define DUNE_COPASI_1D_DIFFUSION_REACTION_FEM_ORDERS   1
 
#define DUNE_COPASI_2D_DIFFUSION_REACTION_FEM_ORDERS   1
 
#define DUNE_COPASI_3D_DIFFUSION_REACTION_FEM_ORDERS   1
 

Functions

template<class Model >
requires Concept::MultiDomainGrid<typename Model::Grid> && Concept::SubDomainGrid<typename Model::GridView::Grid>
std::unique_ptr< ModelDune::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)
 

Macro Definition Documentation

◆ DUNE_COPASI_1D_DIFFUSION_REACTION_FEM_ORDERS

#define DUNE_COPASI_1D_DIFFUSION_REACTION_FEM_ORDERS   1

◆ DUNE_COPASI_2D_DIFFUSION_REACTION_FEM_ORDERS

#define DUNE_COPASI_2D_DIFFUSION_REACTION_FEM_ORDERS   1

◆ DUNE_COPASI_3D_DIFFUSION_REACTION_FEM_ORDERS

#define DUNE_COPASI_3D_DIFFUSION_REACTION_FEM_ORDERS   1