|
| __init__ (self, str grid_name, num_edges_per_cell, x_vertices, y_vertices, cell_to_edge, edge_to_vertex, use_ll_edges=False) |
|
| def_points (self, Location location, x_points, y_points) |
|
| 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) |
|
Definition at line 1299 of file yac.pyx.
◆ __init__()
yac.UnstructuredGridEdge.__init__ |
( |
| self, |
|
|
str | grid_name, |
|
|
| num_edges_per_cell, |
|
|
| x_vertices, |
|
|
| y_vertices, |
|
|
| cell_to_edge, |
|
|
| edge_to_vertex, |
|
|
| use_ll_edges = False ) |
The documentation for this class was generated from the following file: