ParCSR BoomerAMG Solver
-
bHYPRE_BoomerAMG__object
-
Symbol "bHYPRE
-
extern C bHYPRE_BoomerAMG bHYPRE_BoomerAMG__create(void)
-
Constructor function for the class
-
int32_t bHYPRE_BoomerAMG_SetCommunicator( bHYPRE_BoomerAMG self, void* mpi_comm)
-
Set the MPI Communicator
-
int32_t bHYPRE_BoomerAMG_SetIntParameter( bHYPRE_BoomerAMG self, const char* name, int32_t value)
-
Set the int parameter associated with name
-
int32_t bHYPRE_BoomerAMG_SetDoubleParameter( bHYPRE_BoomerAMG self, const char* name, double value)
-
Set the double parameter associated with name
-
int32_t bHYPRE_BoomerAMG_SetStringParameter( bHYPRE_BoomerAMG self, const char* name, const char* value)
-
Set the string parameter associated with name
-
int32_t bHYPRE_BoomerAMG_SetIntArray1Parameter( bHYPRE_BoomerAMG self, const char* name, struct SIDL_int__array* value)
-
Set the int 1-D array parameter associated with name
-
int32_t bHYPRE_BoomerAMG_SetIntArray2Parameter( bHYPRE_BoomerAMG self, const char* name, struct SIDL_int__array* value)
-
Set the int 2-D array parameter associated with name
-
int32_t bHYPRE_BoomerAMG_SetDoubleArray1Parameter( bHYPRE_BoomerAMG self, const char* name, struct SIDL_double__array* value)
-
Set the double 1-D array parameter associated with name
-
int32_t bHYPRE_BoomerAMG_SetDoubleArray2Parameter( bHYPRE_BoomerAMG self, const char* name, struct SIDL_double__array* value)
-
Set the double 2-D array parameter associated with name
-
int32_t bHYPRE_BoomerAMG_GetIntValue( bHYPRE_BoomerAMG self, const char* name, int32_t* value)
-
Set the int parameter associated with name
-
int32_t bHYPRE_BoomerAMG_GetDoubleValue( bHYPRE_BoomerAMG self, const char* name, double* value)
-
Get the double parameter associated with name
-
int32_t bHYPRE_BoomerAMG_Setup( bHYPRE_BoomerAMG self, bHYPRE_Vector b, bHYPRE_Vector x)
-
(Optional) Do any preprocessing that may be necessary in
order to execute Apply
-
int32_t bHYPRE_BoomerAMG_Apply( bHYPRE_BoomerAMG self, bHYPRE_Vector b, bHYPRE_Vector* x)
-
Apply the operator to b, returning x
-
int32_t bHYPRE_BoomerAMG_SetOperator( bHYPRE_BoomerAMG self, bHYPRE_Operator A)
-
Set the operator for the linear system being solved
-
int32_t bHYPRE_BoomerAMG_SetTolerance( bHYPRE_BoomerAMG self, double tolerance)
-
(Optional) Set the convergence tolerance
-
int32_t bHYPRE_BoomerAMG_SetMaxIterations( bHYPRE_BoomerAMG self, int32_t max_iterations)
-
(Optional) Set maximum number of iterations
-
bHYPRE_BoomerAMG_SetLogging
-
(Optional) Set the logging level, specifying the degree
of additional informational data to be accumulated
-
bHYPRE_BoomerAMG_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_BoomerAMG_GetNumIterations( bHYPRE_BoomerAMG self, int32_t* num_iterations)
-
(Optional) Return the number of iterations taken
-
int32_t bHYPRE_BoomerAMG_GetRelResidualNorm( bHYPRE_BoomerAMG self, double* norm)
-
(Optional) Return the norm of the relative residual
-
bHYPRE_BoomerAMG bHYPRE_BoomerAMG__cast( void* obj)
-
Cast method for interface and class type conversions
-
void* bHYPRE_BoomerAMG__cast2( void* obj, const char* type)
-
String cast method for interface and class type conversions
alphabetic index hierarchy of classes
generated by doc++