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

Functions

def y_fun (x, data, t)
 

Variables

str sorder = 'thirdOrder'
 
warpy configs = warpy.load_configs()
 
str group = 'example'
 
str sim_name = 'advection2d'
 
warpy fpath = configs['test_rundir'](group, sim_name)
 
warpy dset
 
warpy pproc = warpy.post_processing.post_process_2d(dset, sorder)
 
 style_callback
 
 anim_style
 
 vmin
 
 vmax
 

Function Documentation

◆ y_fun()

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

Variable Documentation

◆ anim_style

def examples.dg.advection.anim_2d.anim_style

◆ configs

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

◆ dset

warpy examples.dg.advection.anim_2d.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_2d.fpath = configs['test_rundir'](group, sim_name)

◆ group

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

◆ pproc

warpy examples.dg.advection.anim_2d.pproc = warpy.post_processing.post_process_2d(dset, sorder)

◆ sim_name

str examples.dg.advection.anim_2d.sim_name = 'advection2d'

◆ sorder

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

◆ style_callback

examples.dg.advection.anim_2d.style_callback

◆ vmax

examples.dg.advection.anim_2d.vmax

◆ vmin

examples.dg.advection.anim_2d.vmin