A stuctured 2d Grid.
More...
|
| | __init__ (self, str grid_name, x_vertices, y_vertices, cyclic=[False, False], north_pole=None) |
| |
| | def_points (self, Location location, x_vertices, y_vertices) |
| |
| | def_points_unstruct (self, Location location, x_vertices, y_vertices) |
| |
| | set_global_index (self, global_index, Location location) |
| | Set global indices for grid points using yac_int type.
|
| |
| | nbr_cells (self) |
| |
| | nbr_corners (self) |
| |
| | nbr_edges (self) |
| |
| | set_core_mask (self, is_core, Location location) |
| |
| | def_mask (self, Location location, is_valid, name=None) |
| |
| | compute_grid_cell_areas (self, cell_areas=None) |
| |
A stuctured 2d Grid.
Definition at line 1379 of file yac.pyx.
◆ __init__()
| yac.Reg2dGrid.__init__ |
( |
| self, |
|
|
str | grid_name, |
|
|
| x_vertices, |
|
|
| y_vertices, |
|
|
| cyclic = [False, False], |
|
|
| north_pole = None ) |
◆ def_points()
| yac.Reg2dGrid.def_points |
( |
| self, |
|
|
Location | location, |
|
|
| x_vertices, |
|
|
| y_vertices ) |
◆ def_points_unstruct()
| yac.Reg2dGrid.def_points_unstruct |
( |
| self, |
|
|
Location | location, |
|
|
| x_vertices, |
|
|
| y_vertices ) |
◆ grid_id
◆ north_pole
The documentation for this class was generated from the following file: