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) |
The structural mechanics static solver.
This class creates the mechanical solvers for static analysis. See structural_mechanics_solver.py for more information.
def structural_mechanics_static_solver.StaticMechanicalSolver.__init__ | ( | self, | |
model, | |||
custom_settings | |||
) |
Reimplemented in adaptative_remeshing_structural_mechanics_static_solver.AdaptativeRemeshingStaticMechanicalSolver, mpc_contact_structural_mechanics_static_solver.MPCContactStaticSolver, contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver, and adaptative_remeshing_contact_structural_mechanics_static_solver.AdaptativeRemeshingContactStaticMechanicalSolver.