WARPXM v1.10.0
Loading...
Searching...
No Matches
examples.dg.advection.anim_1d Namespace Reference

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
 

Function Documentation

◆ anim_style()

def examples.dg.advection.anim_1d.anim_style ( )

◆ y_fun()

def examples.dg.advection.anim_1d.y_fun (   x,
  data,
  t 
)

Variable Documentation

◆ anim_fname

examples.dg.advection.anim_1d.anim_fname

◆ configs

warpy examples.dg.advection.anim_1d.configs = warpy.load_configs()

◆ dset

warpy examples.dg.advection.anim_1d.dset
Initial value:
1= warpy.dataset(mesh_file_prefixes=['meshes/restartMesh'],
2 var_prefixes=['data/%s'%(sim_name)],
3 dset_path=fpath)
Represents a single simulation's dataset.
Definition: dataset.py:162

◆ fpath

warpy examples.dg.advection.anim_1d.fpath = configs['test_rundir'](group, sim_name)

◆ group

str examples.dg.advection.anim_1d.group = 'example'

◆ pproc

warpy examples.dg.advection.anim_1d.pproc = warpy.post_processing.post_process_1d(dset, sorder)

◆ sim_name

str examples.dg.advection.anim_1d.sim_name = 'advection_3rdOrd'

◆ sorder

str examples.dg.advection.anim_1d.sorder = 'thirdOrder'

◆ style_callback

examples.dg.advection.anim_1d.style_callback

◆ y_fun

examples.dg.advection.anim_1d.y_fun