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
985 stars 242 forks source link

[FastPR][Core] Add model-parameters constructor to variational redistance #12500

Closed rubenzorrilla closed 2 days ago

rubenzorrilla commented 2 days ago

📝 Description Following our standards, in this PR I'm adding a model-parameters (and linear solver as required in this case) constructor to the variational redistancing processes. I took the chance to also add a deprecation warning to the old ones. Tests have been updated accordingly.