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.
Classes | Namespaces | Functions
io.py File Reference

Classes

class  utils.io.bcolors
 

Namespaces

 utils.io
 

Functions

def utils.io.TestCamel (s)
 
def utils.io.RemoveSubstring (s, d)
 
def utils.io.Formatc (stringList, where)
 
def utils.io.ToUpperFromCamel (appCamel)
 Converts a Camel-Case string into a uppercase snake_case string. More...
 
def utils.io.ToLowerFromCamel (appCamel)
 Converts a Camel-Case string into a lowercase snake_case string. More...
 
def utils.io.CheckNameAvail (appsdir, appname)
 Checks that the application does not exists. More...
 
def utils.io.GetApplicationsDirectory ()
 Return the path to the applications directory. More...
 
def utils.io.GetKratosDirectory ()
 Return the path to the applications directory. More...