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 | |
def | color_string (string2color, color_code) |
def | bold (string2color) |
def | italic (string2color) |
def | darkify (string2color) |
def | underline (string2color) |
def | blue (string2color) |
def | darkblue (string2color) |
def | red (string2color) |
def | darkred (string2color) |
def | green (string2color) |
def | darkgreen (string2color) |
def | yellow (string2color) |
def | darkyellow (string2color) |
def | cyan (string2color) |
def | darkcyan (string2color) |
def | magenta (string2color) |
def | darkmagenta (string2color) |
Variables | |
bool | PRINT_COLORS = False |
string | str2print = "MyCustomString" |
def colors.blue | ( | string2color | ) |
def colors.bold | ( | string2color | ) |
def colors.color_string | ( | string2color, | |
color_code | |||
) |
def colors.cyan | ( | string2color | ) |
def colors.darkblue | ( | string2color | ) |
def colors.darkcyan | ( | string2color | ) |
def colors.darkgreen | ( | string2color | ) |
def colors.darkify | ( | string2color | ) |
def colors.darkmagenta | ( | string2color | ) |
def colors.darkred | ( | string2color | ) |
def colors.darkyellow | ( | string2color | ) |
def colors.green | ( | string2color | ) |
def colors.italic | ( | string2color | ) |
def colors.magenta | ( | string2color | ) |
def colors.red | ( | string2color | ) |
def colors.underline | ( | string2color | ) |
def colors.yellow | ( | string2color | ) |
bool colors.PRINT_COLORS = False |
string colors.str2print = "MyCustomString" |