YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
yac.Curve2dGrid Class Reference

A curvilinear stuctured 2d Grid. More...

Inheritance diagram for yac.Curve2dGrid:
Inheritance graph
Collaboration diagram for yac.Curve2dGrid:
Collaboration graph

Public Member Functions

 __init__ (self, str grid_name, x_vertices, y_vertices, cyclic=[False, False])
 
 def_points (self, Location location, x_vertices, y_vertices)
 
 def_points_unstruct (self, Location location, x_vertices, y_vertices)
 
- 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)
 

Data Fields

 grid_id
 
- Data Fields inherited from yac.Grid
 grid_id
 

Detailed Description

A curvilinear stuctured 2d Grid.

Definition at line 1043 of file yac.pyx.

Constructor & Destructor Documentation

◆ __init__()

yac.Curve2dGrid.__init__ (   self,
str  grid_name,
  x_vertices,
  y_vertices,
  cyclic = [False, False] 
)
See also
yac_cdef_grid_curve2d

Reimplemented from yac.Grid.

Definition at line 1047 of file yac.pyx.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ def_points()

yac.Curve2dGrid.def_points (   self,
Location  location,
  x_vertices,
  y_vertices 
)
See also
yac_cdef_points_curve2d

Definition at line 1063 of file yac.pyx.

◆ def_points_unstruct()

yac.Curve2dGrid.def_points_unstruct (   self,
Location  location,
  x_vertices,
  y_vertices 
)
See also
yac_cdef_points_unstruct

Definition at line 1079 of file yac.pyx.

Here is the call graph for this function:

Field Documentation

◆ grid_id

yac.Curve2dGrid.grid_id

Definition at line 1073 of file yac.pyx.


The documentation for this class was generated from the following file: