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

Functions

def y_fun (x, data, t)
 

Variables

str sorder = 'thirdOrder'
 
warpy configs = warpy.load_configs()
 
str group = 'example'
 
str sim_name = 'advection'
 
warpy fpath = configs['test_rundir'](group, sim_name)
 
warpy dset
 
warpy pproc = warpy.post_processing.post_process_1d(dset, sorder)
 
 frame
 
 y_fun
 
 linewidth
 
 color
 
 loc
 
 ts
 
 integrated
 
 lbls
 
 label
 

Function Documentation

◆ y_fun()

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

Variable Documentation

◆ color

examples.dg.advection.postproc_1d.color

◆ configs

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

◆ dset

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

◆ frame

examples.dg.advection.postproc_1d.frame

◆ group

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

◆ integrated

examples.dg.advection.postproc_1d.integrated

◆ label

examples.dg.advection.postproc_1d.label

◆ lbls

examples.dg.advection.postproc_1d.lbls

◆ linewidth

examples.dg.advection.postproc_1d.linewidth

◆ loc

examples.dg.advection.postproc_1d.loc

◆ pproc

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

◆ sim_name

str examples.dg.advection.postproc_1d.sim_name = 'advection'

◆ sorder

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

◆ ts

examples.dg.advection.postproc_1d.ts

◆ y_fun

examples.dg.advection.postproc_1d.y_fun