Home
last modified time | relevance | path

Searched refs:xs_shapes (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-OpenMC/openmc-0.12.2/scripts/
H A Dopenmc-update-mgxs140 total.shape = xsd[i].xs_shapes['[G]']
148 absorption.shape = xsd[i].xs_shapes['[G]']
173 multiplicity.shape = xsd[i].xs_shapes["[G][G']"]
179 fission.shape = xsd[i].xs_shapes['[G]']
185 kappa_fission.shape = xsd[i].xs_shapes['[G]']
191 chi.shape = xsd[i].xs_shapes['[G]']
200 nu_fission.shape = xsd[i].xs_shapes['[G]']
202 nu_fission.shape = xsd[i].xs_shapes["[G][G']"]
/dports/science/openmc/openmc-0.12.2/scripts/
H A Dopenmc-update-mgxs140 total.shape = xsd[i].xs_shapes['[G]']
148 absorption.shape = xsd[i].xs_shapes['[G]']
173 multiplicity.shape = xsd[i].xs_shapes["[G][G']"]
179 fission.shape = xsd[i].xs_shapes['[G]']
185 kappa_fission.shape = xsd[i].xs_shapes['[G]']
191 chi.shape = xsd[i].xs_shapes['[G]']
200 nu_fission.shape = xsd[i].xs_shapes['[G]']
202 nu_fission.shape = xsd[i].xs_shapes["[G][G']"]
/dports/science/py-OpenMC/openmc-0.12.2/openmc/
H A Dmgxs_library.py375 def xs_shapes(self): member in XSdata
541 shapes = [self.xs_shapes["[G]"]]
570 shapes = [self.xs_shapes["[G]"]]
599 shapes = [self.xs_shapes["[G]"]]
630 shapes = [self.xs_shapes["[G]"]]
719 shapes = [self.xs_shapes["[G']"], self.xs_shapes["[DG][G']"]]
750 shapes = [self.xs_shapes["[DG]"], self.xs_shapes["[DG][G]"]]
870 shapes = [self.xs_shapes["[G]"], self.xs_shapes["[G][G']"]]
902 shapes = [self.xs_shapes["[G]"], self.xs_shapes["[G][G']"]]
934 shapes = [self.xs_shapes["[DG][G]"], self.xs_shapes["[DG][G][G']"]]
[all …]
H A Dplotter.py774 if shape in (xsdata.xs_shapes["[G']"],
775 xsdata.xs_shapes["[G]"]):
779 elif shape == xsdata.xs_shapes["[G][G']"]:
783 elif shape == xsdata.xs_shapes["[DG]"]:
793 elif shape in (xsdata.xs_shapes["[DG][G']"],
794 xsdata.xs_shapes["[DG][G]"]):
804 elif shape == xsdata.xs_shapes["[DG][G][G']"]:
815 elif shape == xsdata.xs_shapes["[G][G'][Order]"]:
/dports/science/openmc/openmc-0.12.2/openmc/
H A Dmgxs_library.py375 def xs_shapes(self): member in XSdata
541 shapes = [self.xs_shapes["[G]"]]
570 shapes = [self.xs_shapes["[G]"]]
599 shapes = [self.xs_shapes["[G]"]]
630 shapes = [self.xs_shapes["[G]"]]
719 shapes = [self.xs_shapes["[G']"], self.xs_shapes["[DG][G']"]]
750 shapes = [self.xs_shapes["[DG]"], self.xs_shapes["[DG][G]"]]
870 shapes = [self.xs_shapes["[G]"], self.xs_shapes["[G][G']"]]
902 shapes = [self.xs_shapes["[G]"], self.xs_shapes["[G][G']"]]
934 shapes = [self.xs_shapes["[DG][G]"], self.xs_shapes["[DG][G][G']"]]
[all …]
H A Dplotter.py774 if shape in (xsdata.xs_shapes["[G']"],
775 xsdata.xs_shapes["[G]"]):
779 elif shape == xsdata.xs_shapes["[G][G']"]:
783 elif shape == xsdata.xs_shapes["[DG]"]:
793 elif shape in (xsdata.xs_shapes["[DG][G']"],
794 xsdata.xs_shapes["[DG][G]"]):
804 elif shape == xsdata.xs_shapes["[DG][G][G']"]:
815 elif shape == xsdata.xs_shapes["[G][G'][Order]"]: