26 void deltaP(
const Chaos::PMatrix<T, 3, 3>&
F,
const Chaos::PMatrix<T, 3, 3>&
dF,
const T
mu,
const T
lambda,
Chaos::PMatrix<T, 3, 3>&
dP);
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void Init(const ElementType &Element, SizeType Number)
Definition Array.h:3043
Definition CollectionEmbeddedSpringConstraintFacade.cpp:6
void PCorotated(const Chaos::PMatrix< T, 3, 3 > &Fe, const T mu, const T lambda, Chaos::PMatrix< T, 3, 3 > &P)
Definition NewtonCorotatedCache.cpp:116
T PsiCorotated(const Chaos::PMatrix< T, 3, 3 > &F, const T mu, const T lambda)
Definition NewtonCorotatedCache.cpp:99
Definition NewtonCorotatedCache.h:10
TArray< T > RCache
Definition NewtonCorotatedCache.h:11
T JCache
Definition NewtonCorotatedCache.h:14
TArray< T > JFInvTCache
Definition NewtonCorotatedCache.h:11
CorotatedCache()
Definition NewtonCorotatedCache.h:17
TArray< T > DInvCache
Definition NewtonCorotatedCache.h:12
void P(const Chaos::PMatrix< T, 3, 3 > &F, const T mu, const T lambda, Chaos::PMatrix< T, 3, 3 > &P)
Definition NewtonCorotatedCache.cpp:39
void deltaP(const Chaos::PMatrix< T, 3, 3 > &F, const Chaos::PMatrix< T, 3, 3 > &dF, const T mu, const T lambda, Chaos::PMatrix< T, 3, 3 > &dP)
Definition NewtonCorotatedCache.cpp:54
void UpdateCache(const Chaos::PMatrix< T, 3, 3 > &F)
Definition NewtonCorotatedCache.cpp:11