Home
last modified time | relevance | path

Searched refs:max_lost_particles (Results 1 – 14 of 14) sorted by relevance

/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_settings.py12 s.max_lost_particles = 5
69 assert s.max_lost_particles == 5
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_settings.py12 s.max_lost_particles = 5
69 assert s.max_lost_particles == 5
/dports/science/py-OpenMC/openmc-0.12.2/include/openmc/
H A Dsettings.h69 extern "C" int32_t max_lost_particles; //!< maximum number of lost particles
/dports/science/openmc/openmc-0.12.2/include/openmc/
H A Dsettings.h69 extern "C" int32_t max_lost_particles; //!< maximum number of lost particles
/dports/science/py-OpenMC/openmc-0.12.2/openmc/
H A Dsettings.py294 def max_lost_particles(self): member in Settings
474 @max_lost_particles.setter
475 def max_lost_particles(self, max_lost_particles): member in Settings
476 cv.check_type('max_lost_particles', max_lost_particles, Integral)
477 cv.check_greater_than('max_lost_particles', max_lost_particles, 0)
478 self._max_lost_particles = max_lost_particles
1167 self.max_lost_particles = int(text)
/dports/science/openmc/openmc-0.12.2/openmc/
H A Dsettings.py294 def max_lost_particles(self): member in Settings
474 @max_lost_particles.setter
475 def max_lost_particles(self, max_lost_particles): member in Settings
476 cv.check_type('max_lost_particles', max_lost_particles, Integral)
477 cv.check_greater_than('max_lost_particles', max_lost_particles, 0)
478 self._max_lost_particles = max_lost_particles
1167 self.max_lost_particles = int(text)
/dports/science/py-OpenMC/openmc-0.12.2/openmc/lib/
H A Dsettings.py29 max_lost_particles = _DLLGlobal(c_int32, 'max_lost_particles') variable in _Settings
/dports/science/openmc/openmc-0.12.2/openmc/lib/
H A Dsettings.py29 max_lost_particles = _DLLGlobal(c_int32, 'max_lost_particles') variable in _Settings
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dsettings.cpp82 int32_t max_lost_particles {10}; variable
153 max_lost_particles = std::stoi(get_node_value(node_base, "max_lost_particles")); in get_run_parameters()
371 } else if (max_lost_particles <= 0) { in read_settings_xml()
H A Dparticle.cpp593 if (simulation::n_lost_particles >= settings::max_lost_particles && in mark_as_lost()
/dports/science/openmc/openmc-0.12.2/src/
H A Dsettings.cpp82 int32_t max_lost_particles {10}; variable
153 max_lost_particles = std::stoi(get_node_value(node_base, "max_lost_particles")); in get_run_parameters()
371 } else if (max_lost_particles <= 0) { in read_settings_xml()
H A Dparticle.cpp593 if (simulation::n_lost_particles >= settings::max_lost_particles && in mark_as_lost()
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/releasenotes/
H A D0.12.0.rst62 :attr:`openmc.Settings.max_lost_particles` and
/dports/science/openmc/openmc-0.12.2/docs/source/releasenotes/
H A D0.12.0.rst62 :attr:`openmc.Settings.max_lost_particles` and