smash.Model.output#
- property Model.output#
The output of the Model.
The model output is represented as a OutputDT object. See
OutputDT.Notes
This object is a wrapped derived type from f90wrap.
Examples
>>> setup, mesh = smash.load_dataset("cance") >>> model = smash.Model(setup, mesh)
If you are using IPython, tab completion allows you to visualize all the attributes and methods:
>>> model.output.<TAB> model.output.copy() model.output.qsim model.output.cost model.output.qsim_domain model.output.from_handle( model.output.sparse_net_prcp_domain model.output.fstates model.output.sparse_qsim_domain model.output.net_prcp_domain