Home
last modified time | relevance | path

Searched refs:n_max_batches (Results 1 – 12 of 12) sorted by relevance

/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dsettings.cpp95 int n_max_batches; variable
149 if (!trigger_on) n_max_batches = n_batches; in get_run_parameters()
171 int m = settings::n_max_batches * settings::gen_per_batch; in get_run_parameters()
304 n_max_batches = std::stoi(get_node_value(node_trigger, "max_batches")); in read_settings_xml()
859 settings::n_max_batches = n_batches; in openmc_set_n_batches()
863 settings::n_max_batches = n_batches; in openmc_set_n_batches()
870 int m = settings::n_max_batches * settings::gen_per_batch; in openmc_set_n_batches()
885 *n_batches = get_max_batches ? settings::n_max_batches : settings::n_batches; in openmc_get_n_batches()
H A Dstate_point.cpp44 int w = std::to_string(settings::n_max_batches).size(); in openmc_statepoint_write()
571 int w = std::to_string(settings::n_max_batches).size(); in load_state_point()
859 size_t batch_width {std::to_string(settings::n_max_batches).size()}; in load_state_point()
899 if (simulation::current_batch == settings::n_max_batches || in load_state_point()
941 if (simulation::current_batch == settings::n_max_batches || in load_state_point()
H A Dsimulation.cpp221 if (simulation::current_batch == settings::n_max_batches) { in openmc_next_batch()
353 simulation::current_batch == settings::n_max_batches)) { in finalize_batch()
/dports/science/openmc/openmc-0.12.2/src/
H A Dsettings.cpp95 int n_max_batches; variable
149 if (!trigger_on) n_max_batches = n_batches; in get_run_parameters()
171 int m = settings::n_max_batches * settings::gen_per_batch; in get_run_parameters()
304 n_max_batches = std::stoi(get_node_value(node_trigger, "max_batches")); in read_settings_xml()
859 settings::n_max_batches = n_batches; in openmc_set_n_batches()
863 settings::n_max_batches = n_batches; in openmc_set_n_batches()
870 int m = settings::n_max_batches * settings::gen_per_batch; in openmc_set_n_batches()
885 *n_batches = get_max_batches ? settings::n_max_batches : settings::n_batches; in openmc_get_n_batches()
H A Dstate_point.cpp44 int w = std::to_string(settings::n_max_batches).size(); in openmc_statepoint_write()
571 int w = std::to_string(settings::n_max_batches).size(); in load_state_point()
859 size_t batch_width {std::to_string(settings::n_max_batches).size()}; in load_state_point()
899 if (simulation::current_batch == settings::n_max_batches || in load_state_point()
941 if (simulation::current_batch == settings::n_max_batches || in load_state_point()
H A Dsimulation.cpp221 if (simulation::current_batch == settings::n_max_batches) { in openmc_next_batch()
353 simulation::current_batch == settings::n_max_batches)) { in finalize_batch()
/dports/science/py-OpenMC/openmc-0.12.2/include/openmc/
H A Dsettings.h84 extern int n_max_batches; //!< Maximum number of batches
/dports/science/openmc/openmc-0.12.2/include/openmc/
H A Dsettings.h84 extern int n_max_batches; //!< Maximum number of batches
/dports/science/py-OpenMC/openmc-0.12.2/src/tallies/
H A Dtrigger.cpp197 if (n_pred_batches > settings::n_max_batches) { in check_triggers()
/dports/science/openmc/openmc-0.12.2/src/tallies/
H A Dtrigger.cpp197 if (n_pred_batches > settings::n_max_batches) { in check_triggers()
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/capi/
H A Dindex.rst276 …:param bool get_max_batches: Whether to return `n_batches` or `n_max_batches` (only relevant when …
475 …:param bool set_max_batches: Whether to set `settings::n_max_batches` or `settings::n_batches` (on…
/dports/science/openmc/openmc-0.12.2/docs/source/capi/
H A Dindex.rst276 …:param bool get_max_batches: Whether to return `n_batches` or `n_max_batches` (only relevant when …
475 …:param bool set_max_batches: Whether to set `settings::n_max_batches` or `settings::n_batches` (on…