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

[GeoMechanicsApplication] Add missing fix dof statement #12468

Closed rfaasse closed 2 weeks ago

rfaasse commented 2 weeks ago

📝 Description It was found that when using a spatially varying variable in the ApplyTableComponentProcess, dofs weren't fixed, even when the flag was set to true. This has been fixed with an added test that will fail if this fix is not there. Furthermore, DoFs are added for the DT_WATER_PRESSURE, since it's needed to fix the variable in the prescribed_dt_water_pressure test.