34 const bool initial_stiffness;
37 explicit Newton(
unsigned = 0,
bool =
false);
41 void print()
override;
A Newton class defines a solver using Newton–Raphson iteration.
Definition: Newton.h:33
int analyze() override
Definition: Newton.cpp:28
void print() override
Definition: Newton.cpp:128
Newton(unsigned=0, bool=false)
Definition: Newton.cpp:24
A Solver class defines solvers used in analysis.
Definition: Solver.h:38