![]() |
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.
|
A class for mesh packaging response function. More...
Public Member Functions | |
| def | __init__ (self, identifier, response_settings, model) |
| def | GetDefaultParameters (cls) |
| def | Initialize (self) |
Public Member Functions inherited from response_functions.packaging_response_base.PackagingResponseBase | |
| def | InitializeSolutionStep (self) |
| def | CalculateValue (self) |
| def | CalculateGradient (self) |
| def | GetValue (self) |
| def | GetNodalGradient (self, variable) |
A class for mesh packaging response function.
The mesh should contain surface conditions only. By default the normals of the conditions indicate the feasible side of the mesh (see setting 'feasible_in_normal_direction')
| def response_functions.mesh_based_packaging.MeshBasedPackaging.__init__ | ( | self, | |
| identifier, | |||
| response_settings, | |||
| model | |||
| ) |
Reimplemented from response_functions.packaging_response_base.PackagingResponseBase.
| def response_functions.mesh_based_packaging.MeshBasedPackaging.GetDefaultParameters | ( | cls | ) |
Reimplemented from response_functions.packaging_response_base.PackagingResponseBase.
| def response_functions.mesh_based_packaging.MeshBasedPackaging.Initialize | ( | self | ) |
Reimplemented from response_functions.packaging_response_base.PackagingResponseBase.
| response_functions.mesh_based_packaging.MeshBasedPackaging.directions |
| response_functions.mesh_based_packaging.MeshBasedPackaging.packaging_input_type |
| response_functions.mesh_based_packaging.MeshBasedPackaging.packaging_model_part |
| response_functions.mesh_based_packaging.MeshBasedPackaging.packaging_model_part_needs_to_be_imported |