philipp:~/software/CoSimIO$ ./scripts/build_python.sh
CMake Warning (dev) at CMakeLists.txt:1 (project):
Policy CMP0048 is not set: project() command manages VERSION variables.
Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The following variable(s) would be set to empty:
CMAKE_PROJECT_VERSION
CMAKE_PROJECT_VERSION_MAJOR
CMAKE_PROJECT_VERSION_MINOR
CMAKE_PROJECT_VERSION_PATCH
ModelPartshould be iterable withautolike in Kratos =>for (auto& node : model_part.Nodes()) { ... }=> [ModelPart] support for range based loops #266ModelPartconnection_name(otherwise we have to keep theInfocoming fromConnectthe entire time) => using strcpy #124, didn't go in in the endconnection_namein C-Interface, see using strcpy #124ModelPartto vtk directly for debugging purposes (maybe even with Data (like we do for vtu?))FileCommunicationconfigureable (?):Connect=> see File comm/check version #140Testing
MPIDataCommunicatorCoSimIO.Vector(see [Python] adding Vector #118) by ref (in python and C++) => make sure the opaque types work