Diana
0.8.3
|
Public Attributes | |
Numeric::Solvers::Eso::ICapeNumericDAESO * | pESO |
pointer to the ESO | |
CapeArrayDouble | JacHistoryTimes |
CapeArrayDouble | CJHistory |
std::vector< DianaSparseArray * > | JacHistory |
std::vector< DianaSparseSolver * > | SolversHistory |
CapeLong | lCurrentIndex |
CapeLong | lOffset |
CapeDouble | m_dIterationNumber |
CapeBoolean | bNeedToSaveHistory |
CapeDouble | dTempJacCalls |
Number of Jacobian calculations. | |
CapeDouble | dTempSolCalls |
Number of linear solver calls. | |
CapeDouble | dTempResCalls |
Number of Residuals calculations. | |
void * | UpdateReceivedValues |
void * | pMemoryBanks |
void * | SaveStates |
CapeBoolean | bUseBackupJacobian |
DianaSparseArray * | BackupJacobian |
DianaSparseSolver * | BackupSolver |
CapeBoolean | bTempTemp |
CapeArrayDouble JacHistoryTimes |
Jacobians history is used for elliminating reevaluation of jacobains on one window.
void* UpdateReceivedValues |
This is pointers for function which should update received values. Received data should be token from pMemoryBanks (it stores here).