Callback typedef | Ikarus::Broadcaster< NonLinearSolverMessages, NonlinearSolverStateType< F > > | |
CorrectionType typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |
DifferentiableFunction typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |
Domain typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |
idbcForceFunction() const | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | inline |
IDBCForceFunction typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |
isLinearSolver | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | static |
JacobianType typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |
MessageType typedef | Ikarus::Broadcaster< NonLinearSolverMessages, NonlinearSolverStateType< F > > | |
NewtonRaphson(const DifferentiableFunction &residual, LS2 &&linearSolver={}, UF2 &&updateFunction={}, IDBCF2 &&idbcForceFunction={}) | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | inlineexplicit |
notify(NonLinearSolverMessages message, const State &data) | Ikarus::Broadcaster< NonLinearSolverMessages, NonlinearSolverStateType< F > > | inline |
registerListener(Callback callback) | Ikarus::Broadcaster< NonLinearSolverMessages, NonlinearSolverStateType< F > > | inline |
residual() | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | inline |
residual() const | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | inline |
Settings typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |
setup(const Settings &settings) | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | inline |
SignatureTraits typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |
solve(Domain &x, double stepSize=0.0) | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | inline |
State typedef | Ikarus::NonlinearSolverBase< F > | |
Token typedef | Ikarus::Broadcaster< NonLinearSolverMessages, NonlinearSolverStateType< F > > | |
unregisterListener(Token token) | Ikarus::Broadcaster< NonLinearSolverMessages, NonlinearSolverStateType< F > > | inline |
updateFunction() const | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | inline |
UpdateFunction typedef | Ikarus::NewtonRaphson< F, LS, UF, IDBCF > | |