Skip to content

Releases: KratosMultiphysics/Kratos

Release v9.5

26 Apr 07:16
Compare
Choose a tag to compare

What's Changed

Read more

Release 9.4.2

09 Oct 15:45
93e67f4
Compare
Choose a tag to compare

Highlight

  • Fixed modeler problems

What's Changed

Full Changelog: v9.4.1...v9.4.2

Release 9.4.1

04 Oct 15:52
Compare
Choose a tag to compare

What's Changed

Read more

Release 9.4

22 Aug 08:37
Compare
Choose a tag to compare
v9.4

Test Laplacian Element

Release 9.3

27 Feb 13:04
Compare
Choose a tag to compare
  • Added Python 3.11 support
  • Added new Kratos registry.
  • HDF5Application is now available for python
  • New LSPG solver for ROM

You can get the last version of Kratos from pip:

$ pip install KratosMultiphysics-all

Or this version:

$ pip install KratosMultiphysics-all==9.3

Release 9.2

16 Sep 07:16
Compare
Choose a tag to compare

Kratos now uses C++17 by default.

You can get the last version of Kratos from pip:
$ pip install KratosMultiphysics-all

Or this version:
$ pip install KratosMultiphysics-all==9.2

Release 9.1.4

28 Jul 14:44
Compare
Choose a tag to compare

Added developments for the Eflows4HPC European Project.

You can get the last version of Kratos from pip:
$ pip install KratosMultiphysics-all

Or this version:
$ pip install KratosMultiphysics-all==9.1.4

Release 9.1

02 Mar 16:57
db66d90
Compare
Choose a tag to compare
  • Added distributed sparse matrices
  • Fixed module errors in CoSimulationApplication
  • Added initial background support for multistage

To obtain the code please:
pip install KratosMultiphysics-all

Kratos Multiphysics 9.0

22 Nov 14:07
6bccdab
Compare
Choose a tag to compare

Features

  • Distribution:

    • Kratos is now distributed and installed through python packages. Please refer to the wiki for more info.
    • Kratos now supports being installed with popular python modules (numpy, scipy etc...)
  • Features:

    • Core:

      • ParallelUtilities can now handle exceptions in parallel regions
      • Linear and Quadratic pyramid geometries are added
    • CoSimulationApplication:

      • Support for coupling to external solvers in MPI through CoSimIO
      • In MPI is is now possible to have solvers run with less MPI processes or in serial
    • MappingApplication:

      • Support for mapping non-historical variables was added
      • Searching was improved and is much faster now
    • MultilevelMonteCarloApplication

      • Hierarchical Monte Carlo methods support MPI parallelism
    • ExaquteSandboxApplication

      • Added initial condition process (it supports MPI parallelism)
      • Added wind generator process to generate steady-state and turbulent wind inlet (it supports MPI parallelism)
      • Added process to compute simultaneously drag force and base moment

Kratos Multiphysics 8.1

25 Nov 08:44
0fdfdcd
Compare
Choose a tag to compare
  • Python2 support is dropped. Minimal version of python necessary: 3.5
  • Added MLMC and Exaqute Last Developments