Identity Solver (does nothing)


bHYPRE_IdentitySolver__object
Symbol "bHYPRE
extern C struct bHYPRE_IdentitySolver__object* bHYPRE_IdentitySolver__create void
Constructor function for the class
bHYPRE_IdentitySolver bHYPRE_IdentitySolver__createRemote(const char *, sidl_BaseInterface *_ex)
RMI constructor function for the class
bHYPRE_IdentitySolver bHYPRE_IdentitySolver__connect(const char *, sidl_BaseInterface *_ex)
RMI connector function for the class
bHYPRE_IdentitySolver bHYPRE_IdentitySolver_Create( bHYPRE_MPICommunicator mpi_comm)
Method: Create[]
bHYPRE_IdentitySolver_SetCommunicator
Set the MPI Communicator
int32_t bHYPRE_IdentitySolver_SetIntParameter( bHYPRE_IdentitySolver self, const char* name, int32_t value)
Set the int parameter associated with name
int32_t bHYPRE_IdentitySolver_SetDoubleParameter( bHYPRE_IdentitySolver self, const char* name, double value)
Set the double parameter associated with name
int32_t bHYPRE_IdentitySolver_SetStringParameter( bHYPRE_IdentitySolver self, const char* name, const char* value)
Set the string parameter associated with name
int32_t bHYPRE_IdentitySolver_SetIntArray1Parameter( bHYPRE_IdentitySolver self, const char* name, int32_t* value, int32_t nvalues)
Set the int 1-D array parameter associated with name
int32_t bHYPRE_IdentitySolver_SetIntArray2Parameter( bHYPRE_IdentitySolver self, const char* name, struct sidl_int__array* value)
Set the int 2-D array parameter associated with name
int32_t bHYPRE_IdentitySolver_SetDoubleArray1Parameter( bHYPRE_IdentitySolver self, const char* name, double* value, int32_t nvalues)
Set the double 1-D array parameter associated with name
int32_t bHYPRE_IdentitySolver_SetDoubleArray2Parameter( bHYPRE_IdentitySolver self, const char* name, struct sidl_double__array* value)
Set the double 2-D array parameter associated with name
int32_t bHYPRE_IdentitySolver_GetIntValue( bHYPRE_IdentitySolver self, const char* name, int32_t* value)
Set the int parameter associated with name
int32_t bHYPRE_IdentitySolver_GetDoubleValue( bHYPRE_IdentitySolver self, const char* name, double* value)
Get the double parameter associated with name
int32_t bHYPRE_IdentitySolver_Setup( bHYPRE_IdentitySolver self, bHYPRE_Vector b, bHYPRE_Vector x)
(Optional) Do any preprocessing that may be necessary in order to execute Apply
int32_t bHYPRE_IdentitySolver_Apply( bHYPRE_IdentitySolver self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the operator to b, returning x
int32_t bHYPRE_IdentitySolver_ApplyAdjoint( bHYPRE_IdentitySolver self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the adjoint of the operator to b, returning x
bHYPRE_IdentitySolver_SetOperator
Set the operator for the linear system being solved
bHYPRE_IdentitySolver_SetTolerance
(Optional) Set the convergence tolerance
bHYPRE_IdentitySolver_SetMaxIterations
(Optional) Set maximum number of iterations
bHYPRE_IdentitySolver_SetLogging
(Optional) Set the logging level, specifying the degree of additional informational data to be accumulated
bHYPRE_IdentitySolver_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_IdentitySolver_GetNumIterations( bHYPRE_IdentitySolver self, int32_t* num_iterations)
(Optional) Return the number of iterations taken
int32_t bHYPRE_IdentitySolver_GetRelResidualNorm( bHYPRE_IdentitySolver self, double* norm)
(Optional) Return the norm of the relative residual
struct bHYPRE_IdentitySolver__object* bHYPRE_IdentitySolver__cast void* obj
Cast method for interface and class type conversions
void* bHYPRE_IdentitySolver__cast2( void* obj, const char* type)
String cast method for interface and class type conversions
void bHYPRE_IdentitySolver__exec( bHYPRE_IdentitySolver self, const char* methodName, sidl_io_Deserializer inArgs, sidl_io_Serializer outArgs)
Select and execute a method by name
char* bHYPRE_IdentitySolver__getURL( bHYPRE_IdentitySolver self)
Get the URL of the Implementation of this object (for RMI)

alphabetic index hierarchy of classes


generated by doc++