VolumeMeshNamespace
VolumeMeshNamespace
Bases: _MeshPartNamespace
Methods:
uniform_rectangular_grid
uniform_rectangular_grid(user_name: str, element: Element, region: Optional[RegionBase] = None, *, x_min: float, x_max: float, y_min: float, y_max: float, z_min: float, z_max: float, nx: int, ny: int, nz: int) -> MeshPart
custom_rectangular_grid
custom_rectangular_grid(user_name: str, element: Element, region: Optional[RegionBase] = None, *, x_coords: str, y_coords: str, z_coords: str) -> MeshPart
geometric_rectangular_grid
geometric_rectangular_grid(user_name: str, element: Element, region: Optional[RegionBase] = None, *, x_min: float, x_max: float, y_min: float, y_max: float, z_min: float, z_max: float, nx: int, ny: int, nz: int, x_ratio: float = 1.0, y_ratio: float = 1.0, z_ratio: float = 1.0) -> MeshPart