#include <ilsic.h>
Data Fields | |
double | maxResidual |
double | maxIterations |
double | solverIn [8] |
double | residual |
double | iterations |
double | solverOut [8] |
Because of fortran, it must be layout-compatible with an array of 20 doubles,
Definition at line 18 of file ilsic.h.
double ILSI_Param::maxResidual |
Definition at line 20 of file ilsic.h.
Referenced by ILSI_CG_Solver(), ILSI_Param_new(), and main().
double ILSI_Param::maxIterations |
double ILSI_Param::solverIn[8] |
double ILSI_Param::residual |
Definition at line 24 of file ilsic.h.
Referenced by ILSI_CG_Solver(), ILSI_Param_new(), and main().
double ILSI_Param::iterations |
Definition at line 25 of file ilsic.h.
Referenced by ILSI_CG_Solver(), ILSI_Param_new(), and main().
double ILSI_Param::solverOut[8] |