Home
last modified time | relevance | path

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

/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_deplete_reaction.py63 assert rates.n_react == 4
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_deplete_reaction.py63 assert rates.n_react == 4
/dports/science/py-OpenMC/openmc-0.12.2/openmc/deplete/
H A Dreaction_rates.py107 def n_react(self): member in ReactionRates
H A Dhelpers.py51 def __init__(self, n_nuc, n_react): argument
52 super().__init__(n_nuc, n_react)
H A Doperator.py262 self.reaction_rates.n_nuc, self.reaction_rates.n_react)
276 self.reaction_rates.n_react,
H A Dabc.py247 def __init__(self, n_nucs, n_react): argument
249 self._results_cache = empty((n_nucs, n_react))
/dports/science/openmc/openmc-0.12.2/openmc/deplete/
H A Dreaction_rates.py107 def n_react(self): member in ReactionRates
H A Doperator.py262 self.reaction_rates.n_nuc, self.reaction_rates.n_react)
276 self.reaction_rates.n_react,
H A Dhelpers.py51 def __init__(self, n_nuc, n_react): argument
52 super().__init__(n_nuc, n_react)
H A Dabc.py247 def __init__(self, n_nucs, n_react): argument
249 self._results_cache = empty((n_nucs, n_react))
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPhenotype.cc1485 int n_react = cur_reaction_count[i] -1; in TestOutput() local
1486 if (n_react < m_world->GetConfig().LEARNING_COUNT.Get()) { in TestOutput()
1487 num_new_unique_reactions += ( m_world->GetConfig().LEARNING_COUNT.Get() - n_react); in TestOutput()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfluid.c173 float *n_react = manta_smoke_get_react(fds->fluid); in BKE_fluid_reallocate_copy_fluid() local
310 n_react[index_new] = o_react[index_old]; in BKE_fluid_reallocate_copy_fluid()