Linear Scenarios in physical Mode¤
apebench.scenarios.physical.Advection
¤
Bases: Linear
Source code in apebench/scenarios/physical/_linear.py
47 48 49 50 51 52 53 54 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_linear.py
50 51 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_linear.py
53 54 |
|
apebench.scenarios.physical.Diffusion
¤
Bases: Linear
Source code in apebench/scenarios/physical/_linear.py
57 58 59 60 61 62 63 64 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_linear.py
60 61 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_linear.py
63 64 |
|
apebench.scenarios.physical.AdvectionDiffusion
¤
Bases: Linear
Source code in apebench/scenarios/physical/_linear.py
67 68 69 70 71 72 73 74 75 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_linear.py
71 72 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_linear.py
74 75 |
|
apebench.scenarios.physical.Dispersion
¤
Bases: Linear
Source code in apebench/scenarios/physical/_linear.py
78 79 80 81 82 83 84 85 86 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_linear.py
82 83 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_linear.py
85 86 |
|
apebench.scenarios.physical.HyperDiffusion
¤
Bases: Linear
Source code in apebench/scenarios/physical/_linear.py
89 90 91 92 93 94 95 96 97 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_linear.py
93 94 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_linear.py
96 97 |
|