YetAnotherCoupler 3.4.0
|
An unstuctured 2d Grid. More...
Public Member Functions | |
__init__ (self, str grid_name, num_vertices_per_cell, x_vertices, y_vertices, cell_to_vertex, use_ll_edges=False) | |
def_points (self, Location location, x_points, y_points) | |
Public Member Functions inherited from yac.Grid | |
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 | |
Data Fields inherited from yac.Grid | |
grid_id | |
yac.UnstructuredGrid.__init__ | ( | self, | |
str | grid_name, | ||
num_vertices_per_cell, | |||
x_vertices, | |||
y_vertices, | |||
cell_to_vertex, | |||
use_ll_edges = False ) |
Reimplemented from yac.Grid.
Reimplemented in yac.CloudGrid.
Definition at line 1184 of file yac.pyx.
yac.UnstructuredGrid.def_points | ( | self, | |
Location | location, | ||
x_points, | |||
y_points ) |
Reimplemented in yac.CloudGrid.