YAC 3.21.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_interp_method_config Namespace Reference

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
 

Variable Documentation

◆ c

test_interp_method_config.c = InterpMethodConfig(method_name)

Definition at line 130 of file test_interp_method_config.py.

◆ cfg

test_interp_method_config.cfg = InterpMethodConfig("nnn")

Definition at line 24 of file test_interp_method_config.py.

◆ cfg2

test_interp_method_config.cfg2 = InterpMethodConfig("nnn")

Definition at line 30 of file test_interp_method_config.py.

◆ cfg3

test_interp_method_config.cfg3 = InterpMethodConfig("nnn")

Definition at line 53 of file test_interp_method_config.py.

◆ cfg4

test_interp_method_config.cfg4 = InterpMethodConfig("dnn")

Definition at line 59 of file test_interp_method_config.py.

◆ cfg5

test_interp_method_config.cfg5 = InterpMethodConfig("nnn")

Definition at line 66 of file test_interp_method_config.py.

◆ cfg6

test_interp_method_config.cfg6 = InterpMethodConfig("nnn")

Definition at line 71 of file test_interp_method_config.py.

◆ cfg7

test_interp_method_config.cfg7 = InterpMethodConfig("spmap")

Definition at line 81 of file test_interp_method_config.py.

◆ cfg8

test_interp_method_config.cfg8
Initial value:
1= InterpMethodConfig("nnn",
2 n=3,
3 weighted="gauss_weighted",
4 max_search_distance=1.4,
5 )

Definition at line 115 of file test_interp_method_config.py.

◆ cfg_dnn_n_min

test_interp_method_config.cfg_dnn_n_min = InterpMethodConfig("dnn")

Definition at line 45 of file test_interp_method_config.py.

◆ cfg_n_min

test_interp_method_config.cfg_n_min = InterpMethodConfig("nnn")

Definition at line 36 of file test_interp_method_config.py.

◆ comm

test_interp_method_config.comm = MPI.COMM_WORLD

Definition at line 14 of file test_interp_method_config.py.

◆ d

test_interp_method_config.d = cfg2.get_param_dble("max_search_distance")

Definition at line 32 of file test_interp_method_config.py.

◆ d4

test_interp_method_config.d4 = cfg4.get_param_dble("search_distance.fixed")

Definition at line 61 of file test_interp_method_config.py.

◆ idx0

test_interp_method_config.idx0 = spmap.append_list_element("overwrite")

Definition at line 141 of file test_interp_method_config.py.

◆ idx1

test_interp_method_config.idx1 = spmap.append_list_element("overwrite")

Definition at line 152 of file test_interp_method_config.py.

◆ max_search_distance

test_interp_method_config.max_search_distance

Definition at line 169 of file test_interp_method_config.py.

◆ n

test_interp_method_config.n = cfg.get_param_int("n")

Definition at line 26 of file test_interp_method_config.py.

◆ n_min

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.

◆ overwrite

test_interp_method_config.overwrite

Definition at line 172 of file test_interp_method_config.py.

◆ s

test_interp_method_config.s = cfg3.get_param_str("weighted")

Definition at line 55 of file test_interp_method_config.py.

◆ sd0

test_interp_method_config.sd0 = spmap.get_param_dble("overwrite.0.spread_distance")

Definition at line 148 of file test_interp_method_config.py.

◆ sd0_check

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.

◆ sd1

test_interp_method_config.sd1 = spmap.get_param_dble("overwrite.1.spread_distance")

Definition at line 156 of file test_interp_method_config.py.

◆ spmap

test_interp_method_config.spmap = InterpMethodConfig("spmap")

Definition at line 134 of file test_interp_method_config.py.

◆ stack

test_interp_method_config.stack = InterpolationStack()

Definition at line 65 of file test_interp_method_config.py.

◆ stack2

test_interp_method_config.stack2 = InterpolationStack()

Definition at line 165 of file test_interp_method_config.py.

◆ weighted

test_interp_method_config.weighted

Definition at line 168 of file test_interp_method_config.py.