cherab.imas.ids.common.ggd.load_unstruct_grid_3dΒΆ

cherab.imas.ids.common.ggd.load_unstruct_grid_3d(grid_ggd: IDSStructure, space_index: int = 0, with_subsets: bool = False)SourceΒΆ

Load unstructured 3D grid from the grid_ggd structure.

Warning

This function is a placeholder for future implementation.

Parameters:
grid_ggd: IDSStructureΒΆ

The grid_ggd structure.

space_index: int = 0ΒΆ

The index of the space to read, by default 0.

with_subsets: bool = FalseΒΆ

Read grid subset data if True, by default False.

Returns:

The unstructured 3D grid.

Return type:

UnstructGrid3D