Operator Interface
-
bHYPRE_Operator__object
-
Symbol "bHYPRE
-
int32_t bHYPRE_Operator_SetCommunicator( bHYPRE_Operator self, void* mpi_comm)
-
Set the MPI Communicator
-
int32_t bHYPRE_Operator_SetIntParameter( bHYPRE_Operator self, const char* name, int32_t value)
-
Set the int parameter associated with name
-
int32_t bHYPRE_Operator_SetDoubleParameter( bHYPRE_Operator self, const char* name, double value)
-
Set the double parameter associated with name
-
int32_t bHYPRE_Operator_SetStringParameter( bHYPRE_Operator self, const char* name, const char* value)
-
Set the string parameter associated with name
-
int32_t bHYPRE_Operator_SetIntArray1Parameter( bHYPRE_Operator self, const char* name, struct SIDL_int__array* value)
-
Set the int 1-D array parameter associated with name
-
int32_t bHYPRE_Operator_SetIntArray2Parameter( bHYPRE_Operator self, const char* name, struct SIDL_int__array* value)
-
Set the int 2-D array parameter associated with name
-
int32_t bHYPRE_Operator_SetDoubleArray1Parameter( bHYPRE_Operator self, const char* name, struct SIDL_double__array* value)
-
Set the double 1-D array parameter associated with name
-
int32_t bHYPRE_Operator_SetDoubleArray2Parameter( bHYPRE_Operator self, const char* name, struct SIDL_double__array* value)
-
Set the double 2-D array parameter associated with name
-
int32_t bHYPRE_Operator_GetIntValue( bHYPRE_Operator self, const char* name, int32_t* value)
-
Set the int parameter associated with name
-
int32_t bHYPRE_Operator_GetDoubleValue( bHYPRE_Operator self, const char* name, double* value)
-
Get the double parameter associated with name
-
int32_t bHYPRE_Operator_Setup( bHYPRE_Operator self, bHYPRE_Vector b, bHYPRE_Vector x)
-
(Optional) Do any preprocessing that may be necessary in
order to execute Apply
-
int32_t bHYPRE_Operator_Apply( bHYPRE_Operator self, bHYPRE_Vector b, bHYPRE_Vector* x)
-
Apply the operator to b, returning x
-
bHYPRE_Operator bHYPRE_Operator__cast( void* obj)
-
Cast method for interface and class type conversions
-
void* bHYPRE_Operator__cast2( void* obj, const char* type)
-
String cast method for interface and class type conversions
alphabetic index hierarchy of classes
generated by doc++