We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575aa70 commit d7b9fccCopy full SHA for d7b9fcc
1 file changed
openmc/mesh.py
@@ -1792,7 +1792,7 @@ def from_domain(
1792
mesh_id: int | None = None,
1793
phi_grid_bounds: Sequence[float] = (0.0, 2*pi),
1794
name: str = '',
1795
- inscribe: bool = False
+ inscribe: bool = True
1796
):
1797
"""Creates a regular CylindricalMesh from an existing openmc domain.
1798
@@ -2178,7 +2178,7 @@ def from_domain(
2178
2179
theta_grid_bounds: Sequence[float] = (0.0, pi),
2180
2181
2182
2183
"""Creates a regular SphericalMesh from an existing openmc domain.
2184
0 commit comments