PCG Preconditioned Solver


bHYPRE_PCG__object
Symbol "bHYPRE
extern C struct bHYPRE_PCG__object* bHYPRE_PCG__create void
Constructor function for the class
bHYPRE_PCG bHYPRE_PCG__createRemote(const char *, sidl_BaseInterface *_ex)
RMI constructor function for the class
bHYPRE_PCG bHYPRE_PCG__connect(const char *, sidl_BaseInterface *_ex)
RMI connector function for the class
bHYPRE_PCG bHYPRE_PCG_Create( bHYPRE_MPICommunicator mpi_comm, bHYPRE_Operator A)
Method: Create[]
bHYPRE_PCG_SetCommunicator
Set the MPI Communicator
int32_t bHYPRE_PCG_SetIntParameter( bHYPRE_PCG self, const char* name, int32_t value)
Set the int parameter associated with name
int32_t bHYPRE_PCG_SetDoubleParameter( bHYPRE_PCG self, const char* name, double value)
Set the double parameter associated with name
int32_t bHYPRE_PCG_SetStringParameter( bHYPRE_PCG self, const char* name, const char* value)
Set the string parameter associated with name
int32_t bHYPRE_PCG_SetIntArray1Parameter( bHYPRE_PCG self, const char* name, int32_t* value, int32_t nvalues)
Set the int 1-D array parameter associated with name
int32_t bHYPRE_PCG_SetIntArray2Parameter( bHYPRE_PCG self, const char* name, struct sidl_int__array* value)
Set the int 2-D array parameter associated with name
int32_t bHYPRE_PCG_SetDoubleArray1Parameter( bHYPRE_PCG self, const char* name, double* value, int32_t nvalues)
Set the double 1-D array parameter associated with name
int32_t bHYPRE_PCG_SetDoubleArray2Parameter( bHYPRE_PCG self, const char* name, struct sidl_double__array* value)
Set the double 2-D array parameter associated with name
int32_t bHYPRE_PCG_GetIntValue( bHYPRE_PCG self, const char* name, int32_t* value)
Set the int parameter associated with name
int32_t bHYPRE_PCG_GetDoubleValue( bHYPRE_PCG self, const char* name, double* value)
Get the double parameter associated with name
int32_t bHYPRE_PCG_Setup( bHYPRE_PCG self, bHYPRE_Vector b, bHYPRE_Vector x)
(Optional) Do any preprocessing that may be necessary in order to execute Apply
int32_t bHYPRE_PCG_Apply( bHYPRE_PCG self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the operator to b, returning x
int32_t bHYPRE_PCG_ApplyAdjoint( bHYPRE_PCG self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the adjoint of the operator to b, returning x
bHYPRE_PCG_SetOperator
Set the operator for the linear system being solved
bHYPRE_PCG_SetTolerance
(Optional) Set the convergence tolerance
bHYPRE_PCG_SetMaxIterations
(Optional) Set maximum number of iterations
bHYPRE_PCG_SetLogging
(Optional) Set the logging level, specifying the degree of additional informational data to be accumulated
bHYPRE_PCG_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_PCG_GetNumIterations( bHYPRE_PCG self, int32_t* num_iterations)
(Optional) Return the number of iterations taken
int32_t bHYPRE_PCG_GetRelResidualNorm( bHYPRE_PCG self, double* norm)
(Optional) Return the norm of the relative residual
int32_t bHYPRE_PCG_SetPreconditioner( bHYPRE_PCG self, bHYPRE_Solver s)
Set the preconditioner
int32_t bHYPRE_PCG_GetPreconditioner( bHYPRE_PCG self, bHYPRE_Solver* s)
Method: GetPreconditioner[]
int32_t bHYPRE_PCG_Clone( bHYPRE_PCG self, bHYPRE_PreconditionedSolver* x)
Method: Clone[]
struct bHYPRE_PCG__object* bHYPRE_PCG__cast void* obj
Cast method for interface and class type conversions
void* bHYPRE_PCG__cast2( void* obj, const char* type)
String cast method for interface and class type conversions
void bHYPRE_PCG__exec( bHYPRE_PCG self, const char* methodName, sidl_io_Deserializer inArgs, sidl_io_Serializer outArgs)
Select and execute a method by name
void bHYPRE_PCG__sexec( const char* methodName, sidl_io_Deserializer inArgs, sidl_io_Serializer outArgs)
static Exec method for reflexity
char* bHYPRE_PCG__getURL( bHYPRE_PCG self)
Get the URL of the Implementation of this object (for RMI)

alphabetic index hierarchy of classes


generated by doc++