|
YAC 3.13.0
Yet Another Coupler
|
Variables | |
| yac_instance = yac.YAC() | |
| rank = yac_instance.rank | |
| comp = yac_instance.def_comp("comp_A") | |
| grid | |
| points | |
| field | |
| int | t = 0 |
| interp_stack = yac.InterpolationStack() | |
| coupling_timestep | |
| timeunit | |
| time_reduction | |
| collection_selection | |
| data | |
| info | |
| test_coupling1.collection_selection |
Definition at line 75 of file test_coupling1.py.
| test_coupling1.comp = yac_instance.def_comp("comp_A") |
Definition at line 30 of file test_coupling1.py.
| test_coupling1.coupling_timestep |
Definition at line 72 of file test_coupling1.py.
| test_coupling1.data |
Definition at line 79 of file test_coupling1.py.
| test_coupling1.field |
Definition at line 38 of file test_coupling1.py.
| test_coupling1.grid |
Definition at line 31 of file test_coupling1.py.
| test_coupling1.info |
Definition at line 79 of file test_coupling1.py.
| test_coupling1.interp_stack = yac.InterpolationStack() |
Definition at line 67 of file test_coupling1.py.
| test_coupling1.points |
Definition at line 35 of file test_coupling1.py.
| test_coupling1.rank = yac_instance.rank |
Definition at line 27 of file test_coupling1.py.
| int test_coupling1.t = 0 |
Definition at line 42 of file test_coupling1.py.
| test_coupling1.time_reduction |
Definition at line 73 of file test_coupling1.py.
| test_coupling1.timeunit |
Definition at line 72 of file test_coupling1.py.
| test_coupling1.yac_instance = yac.YAC() |
Definition at line 22 of file test_coupling1.py.