The input file syntax needs to be refactored into plural form when multiple objects are expected, lower case and shortened, e.g.
"boundaryConditions" : []
can just be
"boundaries" : []
without loss of context. During this change, several uncaught problems should appear and gives an opportunity to make the input file parsing more robust.
The input file syntax needs to be refactored into plural form when multiple objects are expected, lower case and shortened, e.g.
can just be
without loss of context. During this change, several uncaught problems should appear and gives an opportunity to make the input file parsing more robust.