Kratos icon indicating copy to clipboard operation
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...

Results 479 Kratos issues
Sort by recently updated
recently updated
newest added

**Description** I would like to know if there is a way to restart a co-simulation. I know it was mentioned as a next step in issue #5140, but since that...

Help Wanted

GOOD DAY!! When we try to run the GID program, the following error occurs ![image](https://user-images.githubusercontent.com/108200573/175842686-dd7cc5a3-4282-419e-a522-5e58f58e2970.png) I pressed "yes" and shows the following error report: Error (l671): Collecting KratosMultiphysics-all Downloading KratosMultiphysics_all-9.1.3-py3-none-any.whl...

**Description** When I debug examples of contact structural mechanics, I always encounter the same error: ![image](https://user-images.githubusercontent.com/103316070/177155549-4a714144-64e9-43e2-9fad-07c4ea0c879d.png) I find that this seems to be related to parallel, when I go into...

**Description** There were several errors when I compiling kratossolidmechanics under windows system. **Scope** - Compilation - KratosSolidMechanicsCore - KratosSolidMechanicsApplication ![errors](https://user-images.githubusercontent.com/26964544/174480804-bed59895-401c-48f3-a58c-f47c55eae9be.png)

**Description** I've observed the following discrepancy in the `ModelPart` interface: - From the c++ interface, ModelPart.GetProperties(id) returns the property with the corresponding id from the mesh 0 (default value) -...

Inconsistent
Usability

**📝 Description** This adds the templated class `SMPStorage`. All of the methods in `parallel_utilities.h` has the ability to use thread local storage. But in the case where this parallelized block...

Kratos Core
Parallel-SMP
Feature

**solid termal response** I want to add solid termal response in ConvectionDiffusionApplication test, such as Arrhenius equation for solid. Where should I add the equation? which code i mean. **Application...

There are several cases that we need (or it would be better) to include another json file in our project parameters and materials.

**📝 Description** A brief description of the PR. Please mark the PR with appropriate tags: - Api Breaker, Mpi, etc... **🆕 Changelog** Please summarize the changes in one list to...

**📝 Description** Least Squares Petrov Galerkin is a projection approach that minimizes the residual in the least-squares norm at each iteration. Yielding a linearized system of equations at each nonlinear...