ComIn 0.5.1
ICON Community Interface
Loading...
Searching...
No Matches
test_var_shapes Namespace Reference

Function Documentation

◆ check_shapes()

check_shapes ( )

Definition at line 39 of file test_var_shapes.py.

◆ secondary_constructor()

secondary_constructor ( )

Definition at line 26 of file test_var_shapes.py.

Constant Documentation

◆ descr

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

Definition at line 20 of file test_var_shapes.py.

◆ domains

list 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

Definition at line 6 of file test_var_shapes.py.

◆ hgrid_id

hgrid_id

Definition at line 22 of file test_var_shapes.py.

◆ test_space

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

zaxis

Definition at line 22 of file test_var_shapes.py.

◆ zaxis_id

zaxis_id

Definition at line 22 of file test_var_shapes.py.