ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
test_var_shapes Namespace Reference

Functions

 secondary_constructor ()
 
 check_shapes ()
 

Variables

 glob = comin.descrdata_get_global()
 
list domains = [comin.descrdata_get_domain(jg) for jg in range(1, glob.n_dom + 1)]
 
 test_space
 
tuple descr = (f"{zaxis}_{hgrid}", jg)
 
 zaxis_id
 
 zaxis
 
 hgrid_id
 

Function Documentation

◆ check_shapes()

test_var_shapes.check_shapes ( )

Definition at line 39 of file test_var_shapes.py.

◆ secondary_constructor()

test_var_shapes.secondary_constructor ( )

Definition at line 26 of file test_var_shapes.py.

Here is the call graph for this function:

Variable Documentation

◆ descr

test_var_shapes.descr = (f"{zaxis}_{hgrid}", jg)

Definition at line 20 of file test_var_shapes.py.

◆ domains

list test_var_shapes.domains = [comin.descrdata_get_domain(jg) for jg in range(1, glob.n_dom + 1)]

Definition at line 7 of file test_var_shapes.py.

◆ glob

test_var_shapes.glob = comin.descrdata_get_global()

Definition at line 6 of file test_var_shapes.py.

◆ hgrid_id

test_var_shapes.hgrid_id

Definition at line 22 of file test_var_shapes.py.

◆ test_space

test_var_shapes.test_space
Initial value:
1= product(
2 range(1, glob.n_dom + 1),
3 [comin.COMIN_ZAXIS_2D, comin.COMIN_ZAXIS_3D, comin.COMIN_ZAXIS_3D_HALF],
4 [
5 comin.COMIN_HGRID_UNSTRUCTURED_CELL,
6 comin.COMIN_HGRID_UNSTRUCTURED_EDGE,
7 comin.COMIN_HGRID_UNSTRUCTURED_VERTEX,
8 ],
9)

Definition at line 9 of file test_var_shapes.py.

◆ zaxis

test_var_shapes.zaxis

Definition at line 22 of file test_var_shapes.py.

◆ zaxis_id

test_var_shapes.zaxis_id

Definition at line 22 of file test_var_shapes.py.