graph_simulation.h File Reference
|
CPP API
|
graph_simulation.h File Reference
#include "memilio/mobility/graph.h"#include "memilio/utils/random_number_generator.h"#include "memilio/compartments/feedback_simulation.h"#include "memilio/geography/regions.h"
Include dependency graph for graph_simulation.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | mio::FeedbackGraphSimulation< FP, Graph > |
| class | mio::GraphSimulation< FP, Graph, Timepoint, Timespan, edge_f, node_f > |
| class | mio::GraphSimulationBase< GraphT, Timepoint, Timespan, edge_f, node_f > |
| abstract simulation on a graph with alternating node and edge actions More... | |
| class | mio::GraphSimulationStochastic< FP, Graph > |
| struct | mio::is_feedback_simulation< T > |
| struct | mio::is_feedback_simulation< FeedbackSimulation< FP, Sim, ContactPatterns > > |
Namespaces | |
| mio | |
| A collection of classes to simplify handling of matrix shapes in meta programming. | |
Functions | |
| template<typename FP , typename Timepoint , class Timespan , class Graph , class NodeF , class EdgeF > | |
| auto | mio::make_graph_sim (Timepoint t0, Timespan dt, Graph &&g, NodeF &&node_func, EdgeF &&edge_func) |
| template<typename FP , class Graph , class NodeF , class EdgeF > | |
| auto | mio::make_graph_sim_stochastic (FP t0, FP dt, Graph &&g, NodeF &&node_func, EdgeF &&edge_func) |
Generated by