|
YAC 3.21.0
Yet Another Coupler
|
Variables | |
| comm = MPI.COMM_WORLD | |
| cfg = InterpMethodConfig("nnn") | |
| n = cfg.get_param_int("n") | |
| cfg2 = InterpMethodConfig("nnn") | |
| d = cfg2.get_param_dble("max_search_distance") | |
| cfg_n_min = InterpMethodConfig("nnn") | |
| n_min = cfg_n_min.get_param_int("n_min") | |
| cfg_dnn_n_min = InterpMethodConfig("dnn") | |
| cfg3 = InterpMethodConfig("nnn") | |
| s = cfg3.get_param_str("weighted") | |
| cfg4 = InterpMethodConfig("dnn") | |
| d4 = cfg4.get_param_dble("search_distance.fixed") | |
| stack = InterpolationStack() | |
| cfg5 = InterpMethodConfig("nnn") | |
| cfg6 = InterpMethodConfig("nnn") | |
| cfg7 = InterpMethodConfig("spmap") | |
| cfg8 | |
| c = InterpMethodConfig(method_name) | |
| spmap = InterpMethodConfig("spmap") | |
| idx0 = spmap.append_list_element("overwrite") | |
| sd0 = spmap.get_param_dble("overwrite.0.spread_distance") | |
| idx1 = spmap.append_list_element("overwrite") | |
| sd1 = spmap.get_param_dble("overwrite.1.spread_distance") | |
| sd0_check = spmap.get_param_dble("overwrite.0.spread_distance") | |
| stack2 = InterpolationStack() | |
| weighted | |
| max_search_distance | |
| overwrite | |
| test_interp_method_config.c = InterpMethodConfig(method_name) |
Definition at line 130 of file test_interp_method_config.py.
| test_interp_method_config.cfg = InterpMethodConfig("nnn") |
Definition at line 24 of file test_interp_method_config.py.
| test_interp_method_config.cfg2 = InterpMethodConfig("nnn") |
Definition at line 30 of file test_interp_method_config.py.
| test_interp_method_config.cfg3 = InterpMethodConfig("nnn") |
Definition at line 53 of file test_interp_method_config.py.
| test_interp_method_config.cfg4 = InterpMethodConfig("dnn") |
Definition at line 59 of file test_interp_method_config.py.
| test_interp_method_config.cfg5 = InterpMethodConfig("nnn") |
Definition at line 66 of file test_interp_method_config.py.
| test_interp_method_config.cfg6 = InterpMethodConfig("nnn") |
Definition at line 71 of file test_interp_method_config.py.
| test_interp_method_config.cfg7 = InterpMethodConfig("spmap") |
Definition at line 81 of file test_interp_method_config.py.
| test_interp_method_config.cfg8 |
Definition at line 115 of file test_interp_method_config.py.
| test_interp_method_config.cfg_dnn_n_min = InterpMethodConfig("dnn") |
Definition at line 45 of file test_interp_method_config.py.
| test_interp_method_config.cfg_n_min = InterpMethodConfig("nnn") |
Definition at line 36 of file test_interp_method_config.py.
| test_interp_method_config.comm = MPI.COMM_WORLD |
Definition at line 14 of file test_interp_method_config.py.
| test_interp_method_config.d = cfg2.get_param_dble("max_search_distance") |
Definition at line 32 of file test_interp_method_config.py.
| test_interp_method_config.d4 = cfg4.get_param_dble("search_distance.fixed") |
Definition at line 61 of file test_interp_method_config.py.
| test_interp_method_config.idx0 = spmap.append_list_element("overwrite") |
Definition at line 141 of file test_interp_method_config.py.
| test_interp_method_config.idx1 = spmap.append_list_element("overwrite") |
Definition at line 152 of file test_interp_method_config.py.
| test_interp_method_config.max_search_distance |
Definition at line 169 of file test_interp_method_config.py.
| test_interp_method_config.n = cfg.get_param_int("n") |
Definition at line 26 of file test_interp_method_config.py.
| test_interp_method_config.n_min = cfg_n_min.get_param_int("n_min") |
Definition at line 37 of file test_interp_method_config.py.
| test_interp_method_config.overwrite |
Definition at line 172 of file test_interp_method_config.py.
| test_interp_method_config.s = cfg3.get_param_str("weighted") |
Definition at line 55 of file test_interp_method_config.py.
| test_interp_method_config.sd0 = spmap.get_param_dble("overwrite.0.spread_distance") |
Definition at line 148 of file test_interp_method_config.py.
| test_interp_method_config.sd0_check = spmap.get_param_dble("overwrite.0.spread_distance") |
Definition at line 160 of file test_interp_method_config.py.
| test_interp_method_config.sd1 = spmap.get_param_dble("overwrite.1.spread_distance") |
Definition at line 156 of file test_interp_method_config.py.
| test_interp_method_config.spmap = InterpMethodConfig("spmap") |
Definition at line 134 of file test_interp_method_config.py.
| test_interp_method_config.stack = InterpolationStack() |
Definition at line 65 of file test_interp_method_config.py.
| test_interp_method_config.stack2 = InterpolationStack() |
Definition at line 165 of file test_interp_method_config.py.
| test_interp_method_config.weighted |
Definition at line 168 of file test_interp_method_config.py.