|
BioCMAMC-ST
|
Classes | |
| struct | BonceBuffer |
Functions | |
| void | save_results (const ExecInfo &exec, const Core::SimulationParameters ¶ms, Simulation::SimulationUnit &simulation) |
| void | final_post_processing (const std::shared_ptr< IO::Logger > &logger, const ExecInfo &exec, const Core::SimulationParameters ¶ms, Simulation::SimulationUnit &simulation, const std::shared_ptr< Core::MainExporter > &mde) |
| void | show_sumup_state (const std::shared_ptr< IO::Logger > &logger, const Simulation::SimulationUnit &simulation) noexcept |
| void | save_particle_state (Simulation::SimulationUnit &simulation, Core::PartialExporter &pde) |
| void | save_probes (Simulation::SimulationUnit &simulation, Core::PartialExporter &pde, bool force=false) |
| void | reset_counter () |
| template<ModelType M> | |
| std::optional< PostProcessing::BonceBuffer > | get_properties (MC::ParticlesContainer< M > &container, const std::size_t n_compartment, const bool with_age) |
Variables | |
| static int | counter |
| void PostProcessing::final_post_processing | ( | const std::shared_ptr< IO::Logger > & | logger, |
| const ExecInfo & | exec, | ||
| const Core::SimulationParameters & | params, | ||
| Simulation::SimulationUnit & | simulation, | ||
| const std::shared_ptr< Core::MainExporter > & | mde ) |
| std::optional< PostProcessing::BonceBuffer > PostProcessing::get_properties | ( | MC::ParticlesContainer< M > & | container, |
| const std::size_t | n_compartment, | ||
| const bool | with_age ) |
| void PostProcessing::reset_counter | ( | ) |
| void PostProcessing::save_particle_state | ( | Simulation::SimulationUnit & | simulation, |
| Core::PartialExporter & | pde ) |
| void PostProcessing::save_probes | ( | Simulation::SimulationUnit & | simulation, |
| Core::PartialExporter & | pde, | ||
| bool | force = false ) |
| void PostProcessing::save_results | ( | const ExecInfo & | exec, |
| const Core::SimulationParameters & | params, | ||
| Simulation::SimulationUnit & | simulation ) |
|
noexcept |
|
static |