pyyeti.ode.SolveCDF.fsolve

SolveCDF.fsolve(force, freq, incrb='dva', rf_disp_only=False)[source]

Solve frequency-domain modal equations of motion using uncoupled equations.

This routine simply calls SolveUnc.fsolve() and only exists to provide this documentation (this is explained in SolveCDF). See SolveUnc.fsolve() for information on using this feature; just replace “SolveUnc” with “SolveCDF”.

Note

Off-diagonal damping as forces is not implemented for the frequency domain. In that case (which is the only case where SolveCDF is different from SolveUnc), SolveUnc.fsolve() will raise a NotImplementedError exception.