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.
|
The structural mechanics static solver. More...
Public Member Functions | |
def | __init__ (self, model, custom_settings) |
def | AddVariables (self) |
Private functions ####. More... | |
def | get_remeshing_process (self) |
def | get_metric_process (self) |
def | GetDefaultParameters (cls) |
Public Member Functions inherited from contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver | |
def | ValidateSettings (self) |
This function validates the settings of the solver. More... | |
def | AddDofs (self) |
def | Initialize (self) |
def | Solve (self) |
def | SolveSolutionStep (self) |
def | ExecuteFinalizeSolutionStep (self) |
def | ComputeDeltaTime (self) |
def | AddProcessesList (self, processes_list) |
def | AddPostProcess (self, post_process) |
The structural mechanics static solver.
(Fot adaptative remeshing) See contact_structural_mechanics_static_solver.py for more information.
def adaptative_remeshing_contact_structural_mechanics_static_solver.AdaptativeRemeshingContactStaticMechanicalSolver.__init__ | ( | self, | |
model, | |||
custom_settings | |||
) |
Reimplemented from contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.
def adaptative_remeshing_contact_structural_mechanics_static_solver.AdaptativeRemeshingContactStaticMechanicalSolver.AddVariables | ( | self | ) |
Private functions ####.
Reimplemented from contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.
def adaptative_remeshing_contact_structural_mechanics_static_solver.AdaptativeRemeshingContactStaticMechanicalSolver.get_metric_process | ( | self | ) |
def adaptative_remeshing_contact_structural_mechanics_static_solver.AdaptativeRemeshingContactStaticMechanicalSolver.get_remeshing_process | ( | self | ) |
def adaptative_remeshing_contact_structural_mechanics_static_solver.AdaptativeRemeshingContactStaticMechanicalSolver.GetDefaultParameters | ( | cls | ) |
Reimplemented from contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.
adaptative_remeshing_contact_structural_mechanics_static_solver.AdaptativeRemeshingContactStaticMechanicalSolver.adaptative_remeshing_utilities |