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
colors Namespace Reference

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"
 

Function Documentation

◆ blue()

def colors.blue (   string2color)

◆ bold()

def colors.bold (   string2color)

◆ color_string()

def colors.color_string (   string2color,
  color_code 
)

◆ cyan()

def colors.cyan (   string2color)

◆ darkblue()

def colors.darkblue (   string2color)

◆ darkcyan()

def colors.darkcyan (   string2color)

◆ darkgreen()

def colors.darkgreen (   string2color)

◆ darkify()

def colors.darkify (   string2color)

◆ darkmagenta()

def colors.darkmagenta (   string2color)

◆ darkred()

def colors.darkred (   string2color)

◆ darkyellow()

def colors.darkyellow (   string2color)

◆ green()

def colors.green (   string2color)

◆ italic()

def colors.italic (   string2color)

◆ magenta()

def colors.magenta (   string2color)

◆ red()

def colors.red (   string2color)

◆ underline()

def colors.underline (   string2color)

◆ yellow()

def colors.yellow (   string2color)

Variable Documentation

◆ PRINT_COLORS

bool colors.PRINT_COLORS = False

◆ str2print

string colors.str2print = "MyCustomString"