-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
This is in the todo list and we can discuss it here, low priority but important.
right now, the input for duneuro are ASCII files,
From brainstorm, in the case of the isotropic model, we use the *.msh
file for the geometry and *.cond for the conductivity and in the case of the anisotropy, we use the Cauchy files (.knw and .geo).
The w/r of these files takes ~10 to 30 min in the case of the millions of nodes and elements, which is around ~ 5% to ~20% of the computation time.
This is working, but we can improve by using binary input files.
This will need change on the duneuro c++ code (@juangpc ;) nice challenge)
Before that, we need to discuss which format to use as a standard between us and the duneuro team.
In SimBio the vista file format is used, https://www.mrt.uni-jena.de/simbio/index.php?title=File_Formats
Best
Takfarinas