![]() |
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 | RemoveListFiles () |
| def | FileExists (file_name) |
| def | ReBuildListFiles () |
Variables | |
| problem_name = list_variables.problem_name | |
| problem_path = list_variables.problem_path | |
| bool | print_lists = True |
| string | output_mode = ".post.bin" |
| file_list = list_variables.file_list | |
| list | header_in_list = [] |
| list | listprint = [] |
| bool | all_files_list = False |
| num_list_files = len(file_list) | |
| def list_creation_utility.FileExists | ( | file_name | ) |
| def list_creation_utility.ReBuildListFiles | ( | ) |
| def list_creation_utility.RemoveListFiles | ( | ) |
| bool list_creation_utility.all_files_list = False |
| list_creation_utility.file_list = list_variables.file_list |
| list list_creation_utility.header_in_list = [] |
| list list_creation_utility.listprint = [] |
| list_creation_utility.num_list_files = len(file_list) |
| string list_creation_utility.output_mode = ".post.bin" |
| bool list_creation_utility.print_lists = True |
| list_creation_utility.problem_name = list_variables.problem_name |
| list_creation_utility.problem_path = list_variables.problem_path |