Skip to content

Commit d7b9fcc

Browse files
committed
Make inscribed the default
1 parent 575aa70 commit d7b9fcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openmc/mesh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ def from_domain(
17921792
mesh_id: int | None = None,
17931793
phi_grid_bounds: Sequence[float] = (0.0, 2*pi),
17941794
name: str = '',
1795-
inscribe: bool = False
1795+
inscribe: bool = True
17961796
):
17971797
"""Creates a regular CylindricalMesh from an existing openmc domain.
17981798
@@ -2178,7 +2178,7 @@ def from_domain(
21782178
phi_grid_bounds: Sequence[float] = (0.0, 2*pi),
21792179
theta_grid_bounds: Sequence[float] = (0.0, pi),
21802180
name: str = '',
2181-
inscribe: bool = False
2181+
inscribe: bool = True
21822182
):
21832183
"""Creates a regular SphericalMesh from an existing openmc domain.
21842184

0 commit comments

Comments
 (0)