ConstantExtrapolationPredictor¶
Source: models/common/ConstantExtrapolationPredictor.py
Initial guess for an implicit update: each unknown takes its ~1 value.
For an ImplicitUpdate with unknowns {u_i}, this predictor reads
u_i~1 and outputs \(u_i\). Used by ImplicitUpdate to seed Newton.
Matches the C++ ConstantExtrapolationPredictor HIT signature.
Other options¶
unknowns_SR2—listThe unknowns to extrapolate of type SR2
unknowns_Scalar—listThe unknowns to extrapolate of type Scalar
unknowns_Rot—listThe unknowns to extrapolate of type Rot
unknowns_R2—listThe unknowns to extrapolate of type R2