Kratos
Kratos copied to clipboard
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...
**Description** Adding methods to add elements/conditions with its nodes **Changelog** - Adding methods to add elements/conditions with its nodes - Tests added
## Motivation Currently, there's no good way of getting a list of flags' names from ```KratosComponents```, which would be a nice feature to have for the default behaviour of ```OutputProcess```es....
currently dynamic calculations in GeoMechanicsApplication are very slow since the LHS is rebuild at each iteration. In a linear elastic case, the LHS is constant thus has to be build...
In the KratosCore, Why is BaseType::mStiffnessMatrixIsBuilt always false in Residualbased_newton_raphson_strategy.h? In other words, how can only build and solve the RHS the first iteration. BaseType::mRebuildLevel doesn't to anything now because...
**📝 Description** Three new tests are added. In addition, a python script is added to solve staged analysis when input files are stored in seperated folders.
The clone of the node does not consider new Id: https://github.com/KratosMultiphysics/Kratos/blob/fbb7be7bcf6c1b6c5c5cd2233488cf382816adcd/kratos/includes/node.h#L328 But the condition and element does: https://github.com/KratosMultiphysics/Kratos/blob/231a4d1451377b593791cc330ec1a052a1594ea0/kratos/includes/element.h#L233 Maybe we should discuss this inconsistency
**📝 Description** Adding SetStiffnessMatrixIsBuilt and GetStiffnessMatrixIsBuilt to ImplicitSolvingStrategy Fixes https://github.com/KratosMultiphysics/Kratos/issues/10109 **🆕 Changelog** - Adding SetStiffnessMatrixIsBuilt and GetStiffnessMatrixIsBuilt to ImplicitSolvingStrategy - Moving build level methods to Access category
## Description This commit makes querying and manipulating values in ```Parameters``` template-friendly, eliminating potential code duplication later on. The following member templates (and their explicit specializations) are added to ```Parameters```:...
--- name: 🗎 Documentation and Styling about: Adding or modifying **documentation** or **code style**. --- **Description** Fixing typos in doxygen and cleaning up varioys typos in source comments **Changelog** -Fixed...
**Description** Today I realized that we have an implementation (newer and using parallel utilities instead of plain OMP) called `kratos_space.h`: https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/spaces/kratos_space.h But this implementation is only used in the corresponding...