IJParCSR Matrix
-
bHYPRE_IJParCSRMatrix__object
-
Symbol "bHYPRE
-
extern C struct bHYPRE_IJParCSRMatrix__object* bHYPRE_IJParCSRMatrix__create sidl_BaseInterface* _ex
-
Constructor function for the class
-
bHYPRE_IJParCSRMatrix bHYPRE_IJParCSRMatrix__createRemote(const char * url, sidl_BaseInterface *_ex)
-
RMI constructor function for the class
-
bHYPRE_IJParCSRMatrix bHYPRE_IJParCSRMatrix__wrapObj(void * data, sidl_BaseInterface *_ex)
-
Wraps up the private data struct pointer (struct bHYPRE_IJParCSRMatrix__data) passed in rather than running the constructor
-
bHYPRE_IJParCSRMatrix__connect
-
RMI connector function for the class
-
bHYPRE_IJParCSRMatrix bHYPRE_IJParCSRMatrix_Create( bHYPRE_MPICommunicator mpi_comm, int32_t ilower, int32_t iupper, int32_t jlower, int32_t jupper, sidl_BaseInterface *_ex)
-
This function is the preferred way to create an IJParCSR Matrix
-
bHYPRE_IJParCSRMatrix bHYPRE_IJParCSRMatrix_GenerateLaplacian( bHYPRE_MPICommunicator mpi_comm, int32_t nx, int32_t ny, int32_t nz, int32_t Px, int32_t Py, int32_t Pz, int32_t p, int32_t q, int32_t r, double* values, int32_t nvalues, int32_t discretization, sidl_BaseInterface *_ex)
-
Method: GenerateLaplacian[]
-
bHYPRE_IJParCSRMatrix_SetDiagOffdSizes
-
(Optional) Set the max number of nonzeros to expect in each
row of the diagonal and off-diagonal blocks
-
bHYPRE_IJParCSRMatrix_SetLocalRange
-
Set the local range for a matrix object
-
bHYPRE_IJParCSRMatrix_SetValues
-
Sets values for nrows of the matrix
-
bHYPRE_IJParCSRMatrix_AddToValues
-
Adds to values for nrows of the matrix
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_GetLocalRange( bHYPRE_IJParCSRMatrix self, int32_t* ilower, int32_t* iupper, int32_t* jlower, int32_t* jupper, sidl_BaseInterface *_ex)
-
Gets range of rows owned by this processor and range of
column partitioning for this processor
-
int32_t bHYPRE_IJParCSRMatrix_GetRowCounts( bHYPRE_IJParCSRMatrix self, int32_t nrows, int32_t* rows, int32_t* ncols, sidl_BaseInterface *_ex)
-
Gets number of nonzeros elements for nrows rows
specified in rows and returns them in ncols,
which needs to be allocated by the user
-
bHYPRE_IJParCSRMatrix_GetValues
-
Gets values for nrows rows or partial rows of the
matrix
-
bHYPRE_IJParCSRMatrix_SetRowSizes
-
(Optional) Set the max number of nonzeros to expect in each
row
-
bHYPRE_IJParCSRMatrix_Print
-
Print the matrix to file
-
bHYPRE_IJParCSRMatrix_Read
-
Read the matrix from file
-
bHYPRE_IJParCSRMatrix_SetCommunicator
-
Set the MPI Communicator
-
bHYPRE_IJParCSRMatrix_Destroy
-
The Destroy function doesn't necessarily destroy anything
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_Initialize( bHYPRE_IJParCSRMatrix self, sidl_BaseInterface *_ex)
-
Prepare an object for setting coefficient values, whether for
the first time or subsequently
-
bHYPRE_IJParCSRMatrix_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_IJParCSRMatrix_SetIntParameter( bHYPRE_IJParCSRMatrix self, const char* name, int32_t value, sidl_BaseInterface *_ex)
-
Set the int parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_SetDoubleParameter( bHYPRE_IJParCSRMatrix self, const char* name, double value, sidl_BaseInterface *_ex)
-
Set the double parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_SetStringParameter( bHYPRE_IJParCSRMatrix self, const char* name, const char* value, sidl_BaseInterface *_ex)
-
Set the string parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_SetIntArray1Parameter( bHYPRE_IJParCSRMatrix 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_IJParCSRMatrix_SetIntArray2Parameter( bHYPRE_IJParCSRMatrix 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_IJParCSRMatrix_SetDoubleArray1Parameter( bHYPRE_IJParCSRMatrix 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_IJParCSRMatrix_SetDoubleArray2Parameter( bHYPRE_IJParCSRMatrix 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_IJParCSRMatrix_GetIntValue( bHYPRE_IJParCSRMatrix self, const char* name, int32_t* value, sidl_BaseInterface *_ex)
-
Set the int parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_GetDoubleValue( bHYPRE_IJParCSRMatrix self, const char* name, double* value, sidl_BaseInterface *_ex)
-
Get the double parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_Setup( bHYPRE_IJParCSRMatrix 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_IJParCSRMatrix_Apply( bHYPRE_IJParCSRMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x, sidl_BaseInterface *_ex)
-
Apply the operator to b, returning x
-
SIDL_C_INLINE_DECL int32_t bHYPRE_IJParCSRMatrix_ApplyAdjoint( bHYPRE_IJParCSRMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x, sidl_BaseInterface *_ex)
-
Apply the adjoint of the operator to b, returning x
-
bHYPRE_IJParCSRMatrix_GetRow
-
The GetRow method will allocate space for its two output
arrays on the first call
-
struct bHYPRE_IJParCSRMatrix__object* bHYPRE_IJParCSRMatrix__cast void* obj sidl_BaseInterface* _ex
-
Cast method for interface and class type conversions
-
void* bHYPRE_IJParCSRMatrix__cast2( void* obj, const char* type, sidl_BaseInterface *_ex)
-
String cast method for interface and class type conversions
-
SIDL_C_INLINE_DECL void bHYPRE_IJParCSRMatrix__exec( bHYPRE_IJParCSRMatrix 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_IJParCSRMatrix__getURL( bHYPRE_IJParCSRMatrix self, sidl_BaseInterface *_ex)
-
Get the URL of the Implementation of this object (for RMI)
-
SIDL_C_INLINE_DECL void bHYPRE_IJParCSRMatrix__raddRef( bHYPRE_IJParCSRMatrix self, sidl_BaseInterface *_ex)
-
On a remote object, addrefs the remote instance
-
SIDL_C_INLINE_DECL sidl_bool bHYPRE_IJParCSRMatrix__isRemote( bHYPRE_IJParCSRMatrix self, sidl_BaseInterface *_ex)
-
TRUE if this object is remote, false if local
-
sidl_bool bHYPRE_IJParCSRMatrix__isLocal( bHYPRE_IJParCSRMatrix self, sidl_BaseInterface *_ex)
-
TRUE if this object is remote, false if local
-
struct bHYPRE_IJParCSRMatrix__object* bHYPRE_IJParCSRMatrix__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++