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** Adding a new `VariableUtils `method: ~~~c++ template< class TType > void SetHistoricalVariableToPreviousInfo( const Variable< TType >& rVariable, NodesContainerType& rNodes, const int PreviousStep = 1) { KRATOS_TRY block_for_each(rNodes, [&](Node...

Kratos Core

**📝 Description** This PR fixes the most extended typo in every app. auxiliar -> auxiliary (Yes, I know this is a pain in the ass to review. I did a...

Kratos Core
Applications
Typo

Dear @KratosMultiphysics/all, we are pleased to announce that, after the pandemic break, Kratos Workshop is back! This year workshop will take place during November 9th and 10th and will be...

GeoMechanics

**Description** Fixes the calculation of cauchy stresses for the base isotropic CL, and adds some todos which are errors we should look into Please mark the PR with appropriate tags:...

**Description** Dear all, we have a list of manually **approved** PR pending on merge (some of them very old). Are you still working on them or can be closed? I...

Kratos Core
Applications
Continuous Integration

**📝 Description** This is a small core change to output if an element is active in VTK files. This was originally in our branch but moved and separated to a...

Kratos Core
C++

Move the VTK changes from GeoMechanicsBranch to new branch and issue Pull Request. As changes are in core only and are not vital for running of branches.

Kratos Core
C++
GeoMechanics

I recently started getting an error when compiling Kratos on my laptop. It happens in the master branch, apparently with any application, as shown in the image below. The error...

Error
Compilation

**📝 Description** Adding patch test for axisymmetry **🆕 Changelog** - Adding patch test for axisymmetry @AlejandroCornejo the test fails, by a lot, any idea why?

Applications
Testing

**Description** This PR is an alternative implementation of the #5091 proposed by @RiccardoRossi. In this implementation I have tried to avoid the template recursion and std::variant used in the other...

Feature