Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FGaussSeidelCorotatedConstraints |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
| Include Path | #include "Chaos/Deformable/GaussSeidelCorotatedConstraints.h" |
Syntax
template<typename T, typename ParticleType>
class FGaussSeidelCorotatedConstraints : public Chaos::Softs::FXPBDCorotatedConstraints< T, ParticleType >
Inheritance Hierarchy
- FXPBDCorotatedConstraints → FGaussSeidelCorotatedConstraints
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGaussSeidelCorotatedConstraints
(
const ParticleType& InParticles, |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGaussSeidelCorotatedConstraints() |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | FXPBDCorotatedConstraints< T, ParticleType > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddAdditionalHessian | TFunction< void(const ParticleType &, const int32, const T, Chaos::PMatrix< T, 3, 3 > &)> | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| AddAdditionalRes | TFunction< void(const ParticleType &, const int32, const T, TVec3< T > &)> | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| ParticleColors | TUniquePtr< TArray< int32 > > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CorotatedParams | FDeformableXPBDCorotatedParams | Parallel data: | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | |
| DmInverse | TArray< T > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| LambdaArray | TArray< T > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| LambdaElementArray | TArray< T > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| Measure | TArray< T > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| MeshConstraints | TArray< TVector< int32, 4 > > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| MuElementArray | TArray< T > | Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddHyperelasticResidualAndHessian
(
const ParticleType& Particles, |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
void Apply
(
ParticleType& Particles, |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
void ApplySOR
(
ParticleType& Particles, |
Apply Successive Over Relaxation (SOR) to accelerate convergence rate. | Chaos/Deformable/GaussSeidelCorotatedConstraints.h | |
Chaos::PMatrix< T, 3, 3 > ComputePerParticleCorotatedHessianSimple
(
const int32 p, |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
Chaos::TVector< T, 3 > ComputePerParticleResidual
(
const int32 p, |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| Chaos/Deformable/GaussSeidelCorotatedConstraints.h | |||
| Chaos/Deformable/GaussSeidelCorotatedConstraints.h | |||
| Chaos/Deformable/GaussSeidelCorotatedConstraints.h | |||
| Chaos/Deformable/GaussSeidelCorotatedConstraints.h | |||
void Init
(
const T Dt, |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
| Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
Overridden from FXPBDCorotatedConstraints
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Init () |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitColor
(
const ParticleType& Particles |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h | ||
void InitializeCorotatedLambdas() |
Chaos/Deformable/GaussSeidelCorotatedConstraints.h |