WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.dataset.dataset Class Reference

Represents a single simulation's dataset. More...

Inheritance diagram for warpy.dataset.dataset:

Detailed Description

Represents a single simulation's dataset.

Public Member Functions

def __init__ (self, mesh_file_prefixes, var_prefixes, ranges=None, dset_path=None, detect_nonscalar=False)
 

Public Attributes

 dset_path
 
 subdomains
 
 fields
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.dataset.dataset.__init__ (   self,
  mesh_file_prefixes,
  var_prefixes,
  ranges = None,
  dset_path = None,
  detect_nonscalar = False 
)
Parameters
mesh_file_prefixeslist of prefixes to searching for plotting meshes
var_prefixeslist of prefixes to searching for variable data
rangesPython range object for which frames to include in this dataset, or None to include all found ranges
dset_pathNone to use cwd
detect_nonscalarTrue to allow auto-detection of vector and tensor fields

Member Data Documentation

◆ dset_path

warpy.dataset.dataset.dset_path

◆ fields

warpy.dataset.dataset.fields

◆ subdomains

warpy.dataset.dataset.subdomains

The documentation for this class was generated from the following file: