conversion_functions.h Source File
|
CPP API
|
conversion_functions.h
Go to the documentation of this file.
36 // This header contains template specilizations for the convert_model function, see mio::hybrid::TemporalHybridSimulation. This function is needed to convert one model to another when the switching condition in the temporal-hybrid model is fulfilled. The TemporalHybridSimulation can be used with any combination of two models, but the template specilizations of the convert_model function have to be provided here.
39 void convert_model(const dabm::Simulation<SingleWell<mio::osecir::InfectionState>>& current_model,
44 const smm::Simulation<ScalarType, smm::Model<ScalarType, mio::osecir::InfectionState>>& current_model,
48 void convert_model(const dabm::Simulation<SingleWell<mio::osecir::InfectionState>>& current_model,
52 void convert_model(const mio::Simulation<ScalarType, mio::osecir::Model<ScalarType>>& current_model,
Run the Simulation in discrete steps, evolve the Model and report results.
Definition: models/abm/simulation.h:37
A specialized Simulation for mio::dabm::Model.
Definition: models/d_abm/simulation.h:41
Definition: ode_secir/model.h:64
A specialized Simulation for mio::smm::Model.
Definition: models/smm/simulation.h:41
void convert_model(const dabm::Simulation< SingleWell< mio::osecir::InfectionState >> ¤t_model, smm::Simulation< ScalarType, mio::osecir::InfectionState > &target_model)
Definition: conversion_functions.cpp:38
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
Generated by