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.
|
#include <stress_response_definitions.h>
Public Types | |
typedef std::size_t | IndexType |
typedef std::size_t | SizeType |
Static Public Member Functions | |
static void | CalculateStressOnNode (Element &rElement, const TracedStressType rTracedStressType, Vector &rOutput, const ProcessInfo &rCurrentProcessInfo) |
static void | CalculateStressOnGP (Element &rElement, const TracedStressType rTracedStressType, Vector &rOutput, const ProcessInfo &rCurrentProcessInfo) |
This class calculates a specific entry of the stress tensor of an element. It calls the CalculateOnIntegrationPoints function of the element and extracts the desired value from.
typedef std::size_t Kratos::StressCalculation::IndexType |
typedef std::size_t Kratos::StressCalculation::SizeType |
|
static |
|
static |