KratosMultiphysics Kratos Versions Save

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.

v9.5

2 weeks ago

v9.4.2

7 months ago

Highlight

  • Fixed modeler problems

What's Changed

Full Changelog: https://github.com/KratosMultiphysics/Kratos/compare/v9.4.1...v9.4.2

v9.4.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/KratosMultiphysics/Kratos/compare/v9.4...v9.4.1

v9.4

8 months ago

v9.3

1 year ago
  • 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

v9.2

1 year ago

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

v9.1.4

1 year ago

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

v9.1

2 years ago
  • Added distributed sparse matrices
  • Fixed module errors in CoSimulationApplication
  • Added initial background support for multistage

To obtain the code please: pip install KratosMultiphysics-all

v9.0

2 years ago

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

v8.1

3 years ago
  • Python2 support is dropped. Minimal version of python necessary: 3.5
  • Added MLMC and Exaqute Last Developments