|
YAC 3.21.0
Yet Another Coupler
|
A curvilinear stuctured 2d Grid. More...


Public Member Functions | |
| __init__ (self, str grid_name, x_vertices, y_vertices, cyclic=[False, False]) | |
| def_points (self, Location location, x_vertices, y_vertices, name=None) | |
| def_points_unstruct (self, Location location, x_vertices, y_vertices, 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.Curve2dGrid.__init__ | ( | self, | |
| str | grid_name, | ||
| x_vertices, | |||
| y_vertices, | |||
| cyclic = [False, False] ) |
Reimplemented from yac.Grid.
Definition at line 1590 of file yac.pyx.


| yac.Curve2dGrid.def_points | ( | self, | |
| Location | location, | ||
| x_vertices, | |||
| y_vertices, | |||
| name = None ) |
Definition at line 1605 of file yac.pyx.

| yac.Curve2dGrid.def_points_unstruct | ( | self, | |
| Location | location, | ||
| x_vertices, | |||
| y_vertices, | |||
| name = None ) |
Definition at line 1626 of file yac.pyx.
