Dune::Copasi
|
#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>
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< 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) |
#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 |