WARPXM v1.10.0
|
Functions | |
def | y_fun (x, data, t) |
def | anim_style () |
Variables | |
str | sorder = 'thirdOrder' |
warpy | configs = warpy.load_configs() |
str | group = 'example' |
str | sim_name = 'advection_3rdOrd' |
warpy | fpath = configs['test_rundir'](group, sim_name) |
warpy | dset |
warpy | pproc = warpy.post_processing.post_process_1d(dset, sorder) |
y_fun | |
anim_fname | |
style_callback | |
def examples.dg.advection.anim_1d.anim_style | ( | ) |
def examples.dg.advection.anim_1d.y_fun | ( | x, | |
data, | |||
t | |||
) |
examples.dg.advection.anim_1d.anim_fname |
warpy examples.dg.advection.anim_1d.configs = warpy.load_configs() |
warpy examples.dg.advection.anim_1d.dset |
str examples.dg.advection.anim_1d.group = 'example' |
warpy examples.dg.advection.anim_1d.pproc = warpy.post_processing.post_process_1d(dset, sorder) |
str examples.dg.advection.anim_1d.sim_name = 'advection_3rdOrd' |
str examples.dg.advection.anim_1d.sorder = 'thirdOrder' |
examples.dg.advection.anim_1d.style_callback |
examples.dg.advection.anim_1d.y_fun |