Solver is an abstract class. A Solver object is responsible for performing the numerical operations on its associated SystemOfEqn object.
The integer classTag is passed to the MovableObject classes constructor
virtual ~Solver() Does nothing. Provided so the subclasses destructor will be called. virtual int solve(void) Causes the solver to solve the system of equations. Returns 0 if successful , negative number if not; the actual value depending on the type of Solver.
Does nothing. Provided so the subclasses destructor will be called.
virtual int solve(void) Causes the solver to solve the system of equations. Returns 0 if successful , negative number if not; the actual value depending on the type of Solver.
Causes the solver to solve the system of equations. Returns 0 if successful , negative number if not; the actual value depending on the type of Solver.
alphabetic index Contents
this page has been generated automatically by a slightly modified version of doc++ for OpenSees