Ferrite-FEM / Ferrite-FEM/Ferrite.jl

Binary export extension

Open
#678 26 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Julia
Stars
453
Forks
115
Avg merge
1d 17h
Merged PRs (30d)
11

Description

I use JLD2 for saving my simulation results. The two most important pieces that I save are solution vectors and a `DofHandler`. The only annoying part is if structs change they can't be reloaded that easily. However, JLD2 offers a lot of API to cover that by e.g. [custom serialization](https://juliaio.github.io/JLD2.jl/dev/customserialization/) and [type remapping](https://juliaio.github.io/JLD2.jl/dev/advanced/#Explicit-Type-Remapping)

What do you think about providing a binary export extension for e.g. JLD2 where we specify a custom serialization for the `DofHandler`?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.