Solver Interface


bHYPRE_Solver__object
Symbol "bHYPRE
int32_t bHYPRE_Solver_SetOperator( bHYPRE_Solver self, bHYPRE_Operator A)
Set the operator for the linear system being solved
int32_t bHYPRE_Solver_SetTolerance( bHYPRE_Solver self, double tolerance)
(Optional) Set the convergence tolerance
int32_t bHYPRE_Solver_SetMaxIterations( bHYPRE_Solver self, int32_t max_iterations)
(Optional) Set maximum number of iterations
bHYPRE_Solver_SetLogging
(Optional) Set the logging level, specifying the degree of additional informational data to be accumulated
bHYPRE_Solver_SetPrintLevel
(Optional) Set the print level, specifying the degree of informational data to be printed either to the screen or to a file
int32_t bHYPRE_Solver_GetNumIterations( bHYPRE_Solver self, int32_t* num_iterations)
(Optional) Return the number of iterations taken
int32_t bHYPRE_Solver_GetRelResidualNorm( bHYPRE_Solver self, double* norm)
(Optional) Return the norm of the relative residual
bHYPRE_Solver bHYPRE_Solver__cast( void* obj)
Cast method for interface and class type conversions
void* bHYPRE_Solver__cast2( void* obj, const char* type)
String cast method for interface and class type conversions

alphabetic index hierarchy of classes


generated by doc++