Home
last modified time | relevance | path

Searched refs:n_mats (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-OpenMC/openmc-0.12.2/openmc/deplete/
H A Dresults.py246 n_mats = self.n_hdf5_mats
275 handle.create_dataset("number", (1, n_stages, n_mats, n_nuc_number),
276 maxshape=(None, n_stages, n_mats, n_nuc_number),
277 chunks=(1, 1, n_mats, n_nuc_number),
280 handle.create_dataset("reaction rates", (1, n_stages, n_mats, n_nuc_rxn, n_rxn),
281 maxshape=(None, n_stages, n_mats, n_nuc_rxn, n_rxn),
282 chunks=(1, 1, n_mats, n_nuc_rxn, n_rxn),
/dports/science/openmc/openmc-0.12.2/openmc/deplete/
H A Dresults.py246 n_mats = self.n_hdf5_mats
275 handle.create_dataset("number", (1, n_stages, n_mats, n_nuc_number),
276 maxshape=(None, n_stages, n_mats, n_nuc_number),
277 chunks=(1, 1, n_mats, n_nuc_number),
280 handle.create_dataset("reaction rates", (1, n_stages, n_mats, n_nuc_rxn, n_rxn),
281 maxshape=(None, n_stages, n_mats, n_nuc_rxn, n_rxn),
282 chunks=(1, 1, n_mats, n_nuc_rxn, n_rxn),
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DFlexible.h117 int n_mats, m_state_setup_size, m_block_size, m_color_block_size; variable
H A DFlexible.cpp68 for (int m = 0; m < n_mats; m++) in ~Flexible()
101 n_mats = n_colors; in Flexible()