![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Kelvinlets.h>
Inheritance diagram for UE::Geometry::FAffineKelvinlet:Public Types | |
| typedef TBaseKelvinlet< FAffineKelvinlet > | MyBase |
Public Member Functions | |
| FAffineKelvinlet (const FMatrix3d &ForceMatrix, const double Size, const double ShearModulus, const double PoissonRatio) | |
| void | UpdateForce (const FMatrix3d &NF) |
| FVector3d | Evaluate (const FVector3d &Pos) const |
Public Member Functions inherited from UE::Geometry::TBaseKelvinlet< FAffineKelvinlet > | |
| 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 |
Protected Attributes | |
| FMatrix3d | F |
| FMatrix3d | SymF |
| double | E2 |
Protected Attributes inherited from UE::Geometry::TBaseKelvinlet< FAffineKelvinlet > | |
| double | E |
| double | a |
| double | bhat |
|
inline |
|
protected |
|
protected |
|
protected |