Represents a single simulation's dataset.
More...
Represents a single simulation's dataset.
|
| def | __init__ (self, mesh_file_prefixes, var_prefixes, ranges=None, dset_path=None, detect_nonscalar=False) |
| |
◆ __init__()
| def warpy.dataset.dataset.__init__ |
( |
|
self, |
|
|
|
mesh_file_prefixes, |
|
|
|
var_prefixes, |
|
|
|
ranges = None, |
|
|
|
dset_path = None, |
|
|
|
detect_nonscalar = False |
|
) |
| |
- Parameters
-
| mesh_file_prefixes | list of prefixes to searching for plotting meshes |
| var_prefixes | list of prefixes to searching for variable data |
| ranges | Python range object for which frames to include in this dataset, or None to include all found ranges |
| dset_path | None to use cwd |
| detect_nonscalar | True to allow auto-detection of vector and tensor fields |
◆ 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: