Solver Interface


bHYPRE_Solver__object
Symbol "bHYPRE
extern C bHYPRE_Solver bHYPRE_Solver__connect(const char *, sidl_BaseInterface *_ex)
RMI connector function for the class
bHYPRE_Solver_SetOperator
Set the operator for the linear system being solved
bHYPRE_Solver_SetTolerance
(Optional) Set the convergence tolerance
bHYPRE_Solver_SetMaxIterations
(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
struct bHYPRE_Solver__object* 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
void bHYPRE_Solver__exec( bHYPRE_Solver self, const char* methodName, sidl_io_Deserializer inArgs, sidl_io_Serializer outArgs)
Select and execute a method by name
char* bHYPRE_Solver__getURL( bHYPRE_Solver self)
Get the URL of the Implementation of this object (for RMI)
Identity Solver (does nothing)
Hybrid Solver

alphabetic index hierarchy of classes


generated by doc++