Struct Matrix
-
bHYPRE_StructMatrix__object
-
Symbol "bHYPRE
-
extern C struct bHYPRE_StructMatrix__object* bHYPRE_StructMatrix__create sidl_BaseInterface* _ex
-
Constructor function for the class
-
bHYPRE_StructMatrix bHYPRE_StructMatrix__createRemote(const char * url, sidl_BaseInterface *_ex)
-
RMI constructor function for the class
-
bHYPRE_StructMatrix bHYPRE_StructMatrix__wrapObj(void * data, sidl_BaseInterface *_ex)
-
Wraps up the private data struct pointer (struct bHYPRE_StructMatrix__data) passed in rather than running the constructor
-
bHYPRE_StructMatrix__connect
-
RMI connector function for the class
-
bHYPRE_StructMatrix bHYPRE_StructMatrix_Create( bHYPRE_MPICommunicator mpi_comm, bHYPRE_StructGrid grid, bHYPRE_StructStencil stencil, sidl_BaseInterface *_ex)
-
This function is the preferred way to create a Struct Matrix
-
bHYPRE_StructMatrix_SetGrid
-
Set the grid on which vectors are defined
-
bHYPRE_StructMatrix_SetStencil
-
Set the stencil
-
bHYPRE_StructMatrix_SetValues
-
Set matrix values at grid point, given by "index"
-
bHYPRE_StructMatrix_SetBoxValues
-
Set matrix values throughout a box in the grid, specified by its lower
and upper corners
-
bHYPRE_StructMatrix_SetNumGhost
-
Set the number of ghost zones, separately on the lower and upper sides
for each dimension
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_SetSymmetric( bHYPRE_StructMatrix self, int32_t symmetric, sidl_BaseInterface *_ex)
-
Call SetSymmetric with symmetric=1 to turn on symmetric matrix storage if
available
-
bHYPRE_StructMatrix_SetConstantEntries
-
State which stencil entries are constant over the grid
-
bHYPRE_StructMatrix_SetConstantValues
-
Provide values for matrix coefficients which are constant throughout
the grid, one value for each stencil point
-
bHYPRE_StructMatrix_SetCommunicator
-
Set the MPI Communicator
-
bHYPRE_StructMatrix_Destroy
-
The Destroy function doesn't necessarily destroy anything
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_Initialize( bHYPRE_StructMatrix self, sidl_BaseInterface *_ex)
-
Prepare an object for setting coefficient values, whether for
the first time or subsequently
-
bHYPRE_StructMatrix_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_StructMatrix_SetIntParameter( bHYPRE_StructMatrix self, const char* name, int32_t value, sidl_BaseInterface *_ex)
-
Set the int parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_SetDoubleParameter( bHYPRE_StructMatrix self, const char* name, double value, sidl_BaseInterface *_ex)
-
Set the double parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_SetStringParameter( bHYPRE_StructMatrix self, const char* name, const char* value, sidl_BaseInterface *_ex)
-
Set the string parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_SetIntArray1Parameter( bHYPRE_StructMatrix 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_StructMatrix_SetIntArray2Parameter( bHYPRE_StructMatrix 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_StructMatrix_SetDoubleArray1Parameter( bHYPRE_StructMatrix 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_StructMatrix_SetDoubleArray2Parameter( bHYPRE_StructMatrix 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_StructMatrix_GetIntValue( bHYPRE_StructMatrix self, const char* name, int32_t* value, sidl_BaseInterface *_ex)
-
Set the int parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_GetDoubleValue( bHYPRE_StructMatrix self, const char* name, double* value, sidl_BaseInterface *_ex)
-
Get the double parameter associated with name
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_Setup( bHYPRE_StructMatrix 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_StructMatrix_Apply( bHYPRE_StructMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x, sidl_BaseInterface *_ex)
-
Apply the operator to b, returning x
-
SIDL_C_INLINE_DECL int32_t bHYPRE_StructMatrix_ApplyAdjoint( bHYPRE_StructMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x, sidl_BaseInterface *_ex)
-
Apply the adjoint of the operator to b, returning x
-
struct bHYPRE_StructMatrix__object* bHYPRE_StructMatrix__cast void* obj sidl_BaseInterface* _ex
-
Cast method for interface and class type conversions
-
void* bHYPRE_StructMatrix__cast2( void* obj, const char* type, sidl_BaseInterface *_ex)
-
String cast method for interface and class type conversions
-
SIDL_C_INLINE_DECL void bHYPRE_StructMatrix__exec( bHYPRE_StructMatrix 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_StructMatrix__getURL( bHYPRE_StructMatrix self, sidl_BaseInterface *_ex)
-
Get the URL of the Implementation of this object (for RMI)
-
SIDL_C_INLINE_DECL void bHYPRE_StructMatrix__raddRef( bHYPRE_StructMatrix self, sidl_BaseInterface *_ex)
-
On a remote object, addrefs the remote instance
-
SIDL_C_INLINE_DECL sidl_bool bHYPRE_StructMatrix__isRemote( bHYPRE_StructMatrix self, sidl_BaseInterface *_ex)
-
TRUE if this object is remote, false if local
-
sidl_bool bHYPRE_StructMatrix__isLocal( bHYPRE_StructMatrix self, sidl_BaseInterface *_ex)
-
TRUE if this object is remote, false if local
-
struct bHYPRE_StructMatrix__object* bHYPRE_StructMatrix__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++