2.4. Postprocessing Results

Overview

The Matmodlab.Viewer is an application that

Visualizing Results

After completion of a simulation, results can be viewed in one of two ways

  • MaterialPointSimulator.view() method call:

    mps.run()
    mps.view()
    
  • The mml script:

    $ mml view job.exo
    

Whatever the method chosen, a TraitsUI window is opened…

../_images/mmv.png

Todo

Finish this section