|
YAC 3.21.0
Yet Another Coupler
|


Public Member Functions | |
| __init__ (self, grid_id) | |
| def_points (self, Location location, x_points, y_points, name=None) | |
Public Member Functions inherited from yac.Grid | |
| set_global_index (self, global_index, Location location) | |
| Set global indices for grid points using yac_int type. | |
| get_points (self, Location location, str point_name) | |
| get_mask (self, Location location, str mask_name) | |
| 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) | |
Data Fields | |
| grid_id | |
Data Fields inherited from yac.Grid | |
| grid_id | |
| yac._UnstructuredGridBase.__init__ | ( | self, | |
| grid_id ) |
Reimplemented from yac.Grid.
Reimplemented in yac.CloudGrid, yac.UnstructuredGrid, and yac.UnstructuredGridEdge.
Definition at line 1648 of file yac.pyx.


| yac._UnstructuredGridBase.def_points | ( | self, | |
| Location | location, | ||
| x_points, | |||
| y_points, | |||
| name = None ) |
Reimplemented in yac.CloudGrid.
Definition at line 1651 of file yac.pyx.
