KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Functions | Variables
run_multiple_stages Namespace Reference

Functions

def run_stages (project_path, n_stages)
 Run all construction stages. More...
 

Variables

 n_stages = int(sys.argv[2])
 
 project_path = sys.argv[1]
 

Function Documentation

◆ run_stages()

def run_multiple_stages.run_stages (   project_path,
  n_stages 
)

Run all construction stages.

:param project_path: :param n_stages: :return:

Variable Documentation

◆ n_stages

run_multiple_stages.n_stages = int(sys.argv[2])

◆ project_path

run_multiple_stages.project_path = sys.argv[1]