Nonlinear Scenarios in physical Mode¤
apebench.scenarios.physical.Burgers
¤
Bases: Convection
Source code in apebench/scenarios/physical/_convection.py
63 64 65 66 67 68 69 70 71 72 73 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_convection.py
67 68 69 70 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_convection.py
72 73 |
|
apebench.scenarios.physical.BurgersSingleChannel
¤
Bases: Nonlinear
Source code in apebench/scenarios/physical/_nonlinear.py
61 62 63 64 65 66 67 68 69 70 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_nonlinear.py
65 66 67 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_nonlinear.py
69 70 |
|
apebench.scenarios.physical.KortewegDeVries
¤
Bases: Nonlinear
Source code in apebench/scenarios/physical/_nonlinear.py
73 74 75 76 77 78 79 80 81 82 83 84 |
|
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_nonlinear.py
79 80 81 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_nonlinear.py
83 84 |
|
apebench.scenarios.physical.KuramotoSivashinsky
¤
Bases: Nonlinear
Source code in apebench/scenarios/physical/_nonlinear.py
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
|
report_metrics
class-attribute
instance-attribute
¤
report_metrics: str = 'mean_nRMSE,mean_correlation'
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_nonlinear.py
98 99 100 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_nonlinear.py
102 103 |
|
apebench.scenarios.physical.KuramotoSivashinskyConservative
¤
Bases: Convection
Source code in apebench/scenarios/physical/_convection.py
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
|
report_metrics
class-attribute
instance-attribute
¤
report_metrics: str = 'mean_nRMSE,mean_correlation'
__post_init__
¤
__post_init__()
Source code in apebench/scenarios/physical/_convection.py
87 88 89 90 91 92 |
|
get_scenario_name
¤
get_scenario_name() -> str
Source code in apebench/scenarios/physical/_convection.py
94 95 |
|