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.
|
Namespaces | |
debug_utilities | |
Functions | |
def | debug_utilities.GetVariableAndType (var_name, split_by_commponents) |
Return the variable with the given name. More... | |
def | debug_utilities.GetHistoricalVariableList (model_part, split_by_commponents=False) |
Get all variables in the historical database (GetSolutionStepValues). More... | |
def | debug_utilities.GetNodalNonHistoricalVariableList (modelPart, container, full_search=False, split_by_commponents=False) |
Get all variables in the historical database (GetValues) for entities in container . More... | |
def | debug_utilities.GetNonHistoricalVariableList (modelPart, full_search=False, split_by_commponents=False) |
Get all variables in the non historical database (GetValues) for all entities(nodes, elements and conditions). More... | |
def | debug_utilities.CheckAll (model_part) |
Check the consistency of all entities and its variables. More... | |
def | debug_utilities.CheckAllHistoricalVariables (model_part) |
Check the consistency of all historical variables. More... | |
def | debug_utilities.CheckAllNonHistoricalVariables (model_part) |
Check the consistency of all non-historical variables. More... | |
def | debug_utilities.CheckAllHistoricalVariablesStatistics (model_part) |
Compute the statistics of all the historical variables. More... | |
def | debug_utilities.CheckAllNonHistoricalVariablesStatistics (model_part) |
Compute the statistics of all the non-historical variables. More... | |
def | debug_utilities.CheckHistoricalVariableStatistics (model_part, input_variable) |
Compute the statistics of the given historical variable. More... | |