Snapshot

Module for discretized solution object

class Snapshot(values, space=None)[source]

Bases: object

property flattened

return the values in 1D array

plot()[source]

Plot the snapshot, if possible.

property space

Get the snapshot space.

property values

Get the snapshot values.