YetAnotherCoupler 3.5.2
|
Stores the grid_id and provides further functionality. More...
Public Member Functions | |
__init__ (self, grid_id) | |
set_global_index (self, global_index, Location location) | |
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 | |
Stores the grid_id and provides further functionality.
Base class for Reg2dGrid and UnstructuredGrid
yac.Grid.__init__ | ( | self, | |
grid_id ) |
Reimplemented in yac._UnstructuredGridBase, yac.CloudGrid, yac.Curve2dGrid, yac.Reg2dGrid, yac.UnstructuredGrid, and yac.UnstructuredGridEdge.
yac.Grid.compute_grid_cell_areas | ( | self, | |
cell_areas = None ) |
Definition at line 1094 of file yac.pyx.
yac.Grid.def_mask | ( | self, | |
Location | location, | ||
is_valid, | |||
name = None ) |
yac.Grid.nbr_cells | ( | self | ) |
int
, read-only) Definition at line 1046 of file yac.pyx.
yac.Grid.nbr_corners | ( | self | ) |
int
, read-only) yac.Grid.nbr_edges | ( | self | ) |
int
, read-only) yac.Grid.set_core_mask | ( | self, | |
is_core, | |||
Location | location ) |
Definition at line 1066 of file yac.pyx.
yac.Grid.set_global_index | ( | self, | |
global_index, | |||
Location | location ) |
Definition at line 1035 of file yac.pyx.