SemiStructured ParCSR Matrix
-
bHYPRE_SStructParCSRMatrix__object
-
Symbol "bHYPRE
-
extern C struct bHYPRE_SStructParCSRMatrix__object* bHYPRE_SStructParCSRMatrix__create sidl_BaseInterface* _ex
-
Constructor function for the class
-
bHYPRE_SStructParCSRMatrix bHYPRE_SStructParCSRMatrix__createRemote(const char * url, sidl_BaseInterface *_ex)
-
RMI constructor function for the class
-
bHYPRE_SStructParCSRMatrix bHYPRE_SStructParCSRMatrix__wrapObj(void * data, sidl_BaseInterface *_ex)
-
Wraps up the private data struct pointer (struct bHYPRE_SStructParCSRMatrix__data) passed in rather than running the constructor
-
bHYPRE_SStructParCSRMatrix__connect
-
RMI connector function for the class
-
bHYPRE_SStructParCSRMatrix bHYPRE_SStructParCSRMatrix_Create( bHYPRE_MPICommunicator mpi_comm, bHYPRE_SStructGraph graph, sidl_BaseInterface *_ex)
-
This function is the preferred way to create a SStruct ParCSR Matrix
-
bHYPRE_SStructParCSRMatrix_SetGraph
-
Set the matrix graph
-
bHYPRE_SStructParCSRMatrix_SetValues
-
Set matrix coefficients index by index
-
bHYPRE_SStructParCSRMatrix_SetBoxValues
-
Set matrix coefficients a box at a time
-
bHYPRE_SStructParCSRMatrix_AddToValues
-
Add to matrix coefficients index by index
-
bHYPRE_SStructParCSRMatrix_AddToBoxValues
-
Add to matrix coefficients a box at a time
-
bHYPRE_SStructParCSRMatrix_SetSymmetric
-
Define symmetry properties for the stencil entries in the
matrix
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetNSSymmetric( bHYPRE_SStructParCSRMatrix self, int32_t symmetric, sidl_BaseInterface *_ex)
-
Define symmetry properties for all non-stencil matrix
entries
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetComplex( bHYPRE_SStructParCSRMatrix self, sidl_BaseInterface *_ex)
-
Set the matrix to be complex
-
bHYPRE_SStructParCSRMatrix_Print
-
Print the matrix to file
-
bHYPRE_SStructParCSRMatrix_GetObject
-
A semi-structured matrix or vector contains a Struct or IJ matrix
or vector
-
bHYPRE_SStructParCSRMatrix_SetCommunicator
-
Set the MPI Communicator
-
bHYPRE_SStructParCSRMatrix_Destroy
-
The Destroy function doesn't necessarily destroy anything
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_Initialize( bHYPRE_SStructParCSRMatrix self, sidl_BaseInterface *_ex)
-
Prepare an object for setting coefficient values, whether for
the first time or subsequently
-
bHYPRE_SStructParCSRMatrix_Assemble
-
Finalize the construction of an object before using, either
for the first time or on subsequent uses
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetIntParameter( bHYPRE_SStructParCSRMatrix self, const char* name, int32_t value, sidl_BaseInterface *_ex)
-
Set the int parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetDoubleParameter( bHYPRE_SStructParCSRMatrix self, const char* name, double value, sidl_BaseInterface *_ex)
-
Set the double parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetStringParameter( bHYPRE_SStructParCSRMatrix self, const char* name, const char* value, sidl_BaseInterface *_ex)
-
Set the string parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetIntArray1Parameter( bHYPRE_SStructParCSRMatrix self, const char* name, int32_t* value, int32_t nvalues, sidl_BaseInterface *_ex)
-
Set the int 1-D array parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetIntArray2Parameter( bHYPRE_SStructParCSRMatrix self, const char* name, struct sidl_int__array* value, sidl_BaseInterface *_ex)
-
Set the int 2-D array parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetDoubleArray1Parameter( bHYPRE_SStructParCSRMatrix self, const char* name, double* value, int32_t nvalues, sidl_BaseInterface *_ex)
-
Set the double 1-D array parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_SetDoubleArray2Parameter( bHYPRE_SStructParCSRMatrix self, const char* name, struct sidl_double__array* value, sidl_BaseInterface *_ex)
-
Set the double 2-D array parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_GetIntValue( bHYPRE_SStructParCSRMatrix self, const char* name, int32_t* value, sidl_BaseInterface *_ex)
-
Set the int parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_GetDoubleValue( bHYPRE_SStructParCSRMatrix self, const char* name, double* value, sidl_BaseInterface *_ex)
-
Get the double parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_Setup( bHYPRE_SStructParCSRMatrix self, bHYPRE_Vector b, bHYPRE_Vector x, sidl_BaseInterface *_ex)
-
(Optional) Do any preprocessing that may be necessary in
order to execute Apply
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_Apply( bHYPRE_SStructParCSRMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x, sidl_BaseInterface *_ex)
-
Apply the operator to b, returning x
-
SIDL_C_INLINE_DECL int32_t bHYPRE_SStructParCSRMatrix_ApplyAdjoint( bHYPRE_SStructParCSRMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x, sidl_BaseInterface *_ex)
-
Apply the adjoint of the operator to b, returning x
-
struct bHYPRE_SStructParCSRMatrix__object* bHYPRE_SStructParCSRMatrix__cast void* obj sidl_BaseInterface* _ex
-
Cast method for interface and class type conversions
-
void* bHYPRE_SStructParCSRMatrix__cast2( void* obj, const char* type, sidl_BaseInterface *_ex)
-
String cast method for interface and class type conversions
-
SIDL_C_INLINE_DECL void bHYPRE_SStructParCSRMatrix__exec( bHYPRE_SStructParCSRMatrix self, const char* methodName, sidl_rmi_Call inArgs, sidl_rmi_Return outArgs, sidl_BaseInterface *_ex)
-
Select and execute a method by name
-
SIDL_C_INLINE_DECL char* bHYPRE_SStructParCSRMatrix__getURL( bHYPRE_SStructParCSRMatrix self, sidl_BaseInterface *_ex)
-
Get the URL of the Implementation of this object (for RMI)
-
SIDL_C_INLINE_DECL void bHYPRE_SStructParCSRMatrix__raddRef( bHYPRE_SStructParCSRMatrix self, sidl_BaseInterface *_ex)
-
On a remote object, addrefs the remote instance
-
SIDL_C_INLINE_DECL sidl_bool bHYPRE_SStructParCSRMatrix__isRemote( bHYPRE_SStructParCSRMatrix self, sidl_BaseInterface *_ex)
-
TRUE if this object is remote, false if local
-
sidl_bool bHYPRE_SStructParCSRMatrix__isLocal( bHYPRE_SStructParCSRMatrix self, sidl_BaseInterface *_ex)
-
TRUE if this object is remote, false if local
-
struct bHYPRE_SStructParCSRMatrix__object* bHYPRE_SStructParCSRMatrix__rmicast void* obj struct sidl_BaseInterface__object **_ex
-
Cast method for interface and class type conversions
-
**_ex
-
RMI connector function for the class
alphabetic index hierarchy of classes
generated by doc++