Currently, Decapodes documentation demonstrates how to read and write Decapode ACSets to and from JSON files. However, there are no docs demonstrating how to also store the composition pattern UWD as JSON, nor the IC and BC morphisms.
Now that Catlab PR #865 supports the serialization of ACSetTransformations, we have everything that we need to load in a complete simulation:
- Serialized component Decapode ACSets. e.g.
- Serialization composition pattern UWD ACSet
- Serialized IC and BC morphism ACSetTransformations . e.g.
- Serialized mesh
- From a generator script. e.g.
- From a .OBJ file. e.g.
- From a DeltaSet ACSet e.g.
- Initial and Boundary condition data as a .HDF5 file
- Writing the generated simulation to a file e.g.
These serialization techniques should be collated into a single docs page.
Currently, Decapodes documentation demonstrates how to read and write Decapode ACSets to and from JSON files. However, there are no docs demonstrating how to also store the composition pattern UWD as JSON, nor the IC and BC morphisms.
Now that Catlab PR #865 supports the serialization of ACSetTransformations, we have everything that we need to load in a complete simulation:
These serialization techniques should be collated into a single docs page.