sfepy.postprocess.sources module¶
-
class
sfepy.postprocess.sources.
FileSource
(filename, watch=False, offscreen=True)[source]¶ General file source.
-
get_step_time
(step=None, time=None)[source]¶ Set current step and time to the values closest greater or equal to either step or time. Return the found values.
-
-
class
sfepy.postprocess.sources.
GenericFileSource
(*args, **kwargs)[source]¶ File source usable with any format supported by MeshIO classes.
-
create_dataset
()[source]¶ Create a tvtk.UnstructuredGrid dataset from the Mesh instance of the file source.
-
-
class
sfepy.postprocess.sources.
GenericSequenceFileSource
(*args, **kwargs)[source]¶ File source usable with any format supported by MeshIO classes, with exception of HDF5 (.h5), for file sequences.
-
class
sfepy.postprocess.sources.
VTKFileSource
(filename, watch=False, offscreen=True)[source]¶ A thin wrapper around mlab.pipeline.open().