dbeurle / neon

A finite element code
Other
10 stars 8 forks source link

Input file refactoring #106

Closed dbeurle closed 5 years ago

dbeurle commented 5 years ago

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.

dbeurle commented 5 years ago

This should be complete, at least for the examples that are tested. Changes will follow as more examples are put under the testing umbrella