![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Kelvinlets.h>
Inheritance diagram for UE::Geometry::FPinchKelvinlet:Public Types | |
| typedef TBaseKelvinlet< FPinchKelvinlet > | MyBase |
Public Member Functions | |
| FPinchKelvinlet (const FMatrix3d &ForceMatrix, const double Size, const double ShearModulus, const double PoissonRatio) | |
| FVector3d | Evaluate (const FVector3d &Pos) const |
Public Member Functions inherited from UE::Geometry::TBaseKelvinlet< FPinchKelvinlet > | |
| TBaseKelvinlet (const double Size, const double ShearModulus, const double PoissonRatio) | |
| void | SetMaterialParameters (const double ShearModulus, const double PoissonRatio) |
| void | UpdateRegularization (const double R) |
Public Member Functions inherited from UE::Geometry::TKelvinletIntegrator< KelvinletModelType > | |
| FVector3d | Evaluate (const FVector3d &Pos) const |
| FVector3d | IntegrateRK3 (const FVector3d &Pos, double dt) const |
Additional Inherited Members | |
Protected Attributes inherited from UE::Geometry::TBaseKelvinlet< FPinchKelvinlet > | |
| double | E |
| double | a |
| double | bhat |
|
inline |