1.7. Matmodlab File Formats¶
Overview¶
Matmodlab2 writes to one of two file formats. The format of output is determined by the db_fmt keyword to the MaterialPointSimulator. The two formats are
- npz
- Compressed
numpyarray format. This is the default format and is chosen by lettingdb_fmt='npz'
exo
ExodusII output database format. Output is written to exo format ifdb_fmt=exo.