Antoine M
Antoine M
Some methods are using `NodeManager` as input, some are using `arrayView2d< real64 const, nodes::REFERENCE_POSITION_USD > const & X` e.g. https://github.com/GEOSX/GEOSX/blob/b1224b9d6f190bb6f44025c687b3c46f18f36c28/src/coreComponents/mesh/FaceManager.hpp#L73-L79 We need to be coherent, I think for the user-developper,...
Some functions are badly named e.g. https://github.com/GEOSX/GEOSX/blob/b1224b9d6f190bb6f44025c687b3c46f18f36c28/src/coreComponents/mesh/EdgeManager.hpp#L142-L146 that are returning an index, not a list. Maybe we have to do something more general with the methods naming (ensuring CamelCase, checking...
Hello :wave: @herve-gross @TotoGaz @jafranc and I were discussing the following questions: * Shall we accept every grids into GEOSX ? * Shall we take actions internally to "repair" the...
Hi, I have a large table of double that need to be written in a XML file. (coordinates of vertices) I was wondering if there is a "beautiful way" to...