p.Chaos.Cloth.DisplayResidual
p.Chaos.Cloth.DisplayResidual
#Overview
name: p.Chaos.Cloth.DisplayResidual
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Diplay residual norms for the first 10 iters [def: false]
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothConstraints.cpp:49
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
bool bDisplayResidual = false;
static FAutoConsoleVariableRef CVarClothbDisplayResidual(TEXT("p.Chaos.Cloth.DisplayResidual"), bDisplayResidual, TEXT("Diplay residual norms for the first 10 iters [def: false]"));
int32 MaxResidualIters = 10;
static FAutoConsoleVariableRef CVarClothMaxResidualIters(TEXT("p.Chaos.Cloth.MaxResidualIters"), MaxResidualIters, TEXT("Max number of iterations to diaplay residuals [def: 10]"));
bool bWriteResidual2File = false;