Implement a class for initial conditions from HDF5 data
Description
- A task from the meta-issue #122 (closed).
- Implement a class for initial conditions from
HDF5
data.
Proposal
Build a class that reads data from h5 data using the H5File
class, interpolating with Interpolator
, and fulfilling the class requirements for the polymorphic grid function for initial conditions InitialCondtion
stated on #131 (closed).
How to test the implementation?
This class must have a unit test, and maybe some of the system tests can be changed to read some preset dataset.
Related issues
See #131 (closed), #122 (closed).
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information