Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Save matrices and vectors on disk #62

Open
cedricchevalier19 opened this issue Oct 11, 2021 · 3 comments
Open

Save matrices and vectors on disk #62

cedricchevalier19 opened this issue Oct 11, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@cedricchevalier19
Copy link
Member

Being able to export matrices and vectors to file system is an important need for:

  1. studying linear problem behavior
  2. performing store/load of artifacts

We can use existing file format, such as MatrixMarket, Harwell-Boeing, ...
Or, we can design our own and provide converters. One way to do this should be to have a json output. Furthermore, we can have binary exactness using floating point literals, and small file sizes using file compression.

@cedricchevalier19 cedricchevalier19 added the enhancement New feature or request label Oct 11, 2021
@cedricchevalier19
Copy link
Member Author

This json output can be extended to handle meshes.

@arcaneframework/arcane-team

@cedricchevalier19
Copy link
Member Author

Can solve #20

@cedricchevalier19
Copy link
Member Author

Look at https://llnl-conduit.readthedocs.io

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant