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.
|
Public Member Functions | |
def | __init__ (self, model, project_parameters) |
Public Member Functions inherited from geomechanics_analysis.GeoMechanicsAnalysis | |
def | FinalizeSolutionStep (self) |
def | RunSolutionLoop (self) |
This function executes the solution loop of the AnalysisStage It can be overridden by derived classes. More... | |
Public Member Functions inherited from geomechanics_analysis.GeoMechanicsAnalysisBase | |
def | ResetIfHasNodalSolutionStepVariable (self, variable) |
def | ModifyInitialGeometry (self) |
def | Finalize (self) |
def | KeepAdvancingSolutionLoop (self) |
def | PrintAnalysisStageProgressInformation (self) |
Additional Inherited Members | |
Public Attributes inherited from geomechanics_analysis.GeoMechanicsAnalysis | |
start_time | |
end_time | |
delta_time | |
reduction_factor | |
increase_factor | |
min_iterations | |
max_delta_time_factor | |
max_delta_time | |
number_cycles | |
max_iterations | |
solution_type | |
reset_displacements | |
rebuild_level | |
Public Attributes inherited from geomechanics_analysis.GeoMechanicsAnalysisBase | |
initial_time | |
parallel_type | |
def geo_mechanics_analysis.GeoMechanicsAnalysis.__init__ | ( | self, | |
model, | |||
project_parameters | |||
) |
Reimplemented from geomechanics_analysis.GeoMechanicsAnalysis.