Pour rappel, le service sera inaccessible ce lundi 05/05/25 midi pour raison de mise à jour.
This MR removes the compatibility with python 2 and adds the capability to easily link another code to waves using CMake, as well as a feature to read results from the disk.
load
method to GmshImport to read results from the disk (restart/checkpoint feature)GmshImport
and GmshExport
classes need to be upgraded to deal with gmsh format 4, as well as to read and write data in binaryGmshImport::load
contains a lot of repeated code, similarly to GmshExport::save
, there might be a way to improve thisPassed on ubuntu20.04 (python 3.8.2), and msys2 (python 3.8.1).