Skip to content

Getting Kratos Binaries for Windows

Philipp Bucher edited this page Jan 5, 2022 · 9 revisions

This page covers the process of downloading a compiled version of Kratos for Windows and how to use it to run an example.

Minimum requirements

  • Windows 7 x64 or greater
  • Advanced text editor is recommended

Download and Installation

You can find the Kratos binaries for Windows in the Release Section.

1 - Download the zip file for windows

2 - Extract the contents of the zip in a location of your choice

This finalizes the installation process.

Usage

1 - Download any example of your interest from the Examples Repo

2 - Open the Kratos command line.

3 - Navigate to the folder and execute the script using kratos

kratos MainKratos.py

Example Script

import KratosMultiphysics as KM
import KratosMultiphysics.LinearSolversApplication as LSA

Project information

Getting Started

Tutorials

Developers

Kratos structure

Conventions

Solvers

Debugging, profiling and testing

HOW TOs

Utilities

Kratos API

Kratos Structural Mechanics API

Clone this wiki locally