Skip to content

Kratos classes accesible via python

Vicente Mataix Ferrándiz edited this page Jun 9, 2018 · 8 revisions

Introduction

The following tries to be a non-exhaustive list of classes and variables, and their respective methods, accessible via the Kratos interface. The objective of this is avoid the need to look directly on the code to see which methods and classes, and with which name, are exported to the Python interface. This will make easier to new (and no so new) users to make contact with the Kratos structure and be able to start with the their developments.

This documentation has been created in a semi-automatic way using the pydoc utility for python. The script can be found here

So it just accesses to the public information available via the command help on Python.

List of classes and variables

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