31 const std::string& filePath,
bool isRestart)
const override;
A class to hold a grid of ElementData instances in a fixed sized square grid.
A class to implemented the actual IO for DevGrid, isolating the NetCDF libraries from the rest of the...
ModelState getModelState(const std::string &filePath) const override
Generates the ModelState based on the data in the given file.
void dumpModelState(const ModelState &state, const ModelMetadata &metadata, const std::string &filePath, bool isRestart) const override
Dumps the given ModelState to the given file path.
A class that deals with all the netCDF related parts of DevGrid.