KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
991 stars 244 forks source link

[Meshing][Mapping][MeshMoving] Migrating to new tests #12508

Open roigcarlo opened 1 week ago

roigcarlo commented 1 week ago

📝 Description Migrating tests this time for Meshing, MeshMoving and Mapping (only non distributed) applications

I also took the chance to refactor the mmg tests a bit and enable the gid_output auxiliary functions marked as [[maybe_unused]] to prevent them from break.

Modernization of the Mapping distributed will come in a separate PR.

roigcarlo commented 1 week ago

Curiously the DamApplication failed and I did not touch anything in that app :)