MBDyn-1.7.3
|
#include <precond_.h>
Public Member Functions | |
~FullJacobianPr (void) | |
void | Precond (VectorHandler &b, VectorHandler &x, SolutionManager *pSM) const |
Public Member Functions inherited from Preconditioner | |
virtual | ~Preconditioner (void) |
Additional Inherited Members | |
Public Types inherited from Preconditioner | |
enum | PrecondType { UNKNOWN = -1, FULLJACOBIANMATRIX } |
Definition at line 45 of file precond_.h.
FullJacobianPr::~FullJacobianPr | ( | void | ) |
Definition at line 49 of file precond.cc.
References NO_OP.
|
virtual |
Implements Preconditioner.
Definition at line 56 of file precond.cc.
References VectorHandler::pdGetVec(), SolutionManager::pdSetResVec(), SolutionManager::pdSetSolVec(), SolutionManager::pResHdl(), SolutionManager::pSolHdl(), and SolutionManager::Solve().