SemiStructured Matrix


bHYPRE_SStructMatrix__object
Symbol "bHYPRE
extern C struct bHYPRE_SStructMatrix__object* bHYPRE_SStructMatrix__create void
Constructor function for the class
bHYPRE_SStructMatrix bHYPRE_SStructMatrix__createRemote(const char *, sidl_BaseInterface *_ex)
RMI constructor function for the class
bHYPRE_SStructMatrix bHYPRE_SStructMatrix__connect(const char *, sidl_BaseInterface *_ex)
RMI connector function for the class
bHYPRE_SStructMatrix bHYPRE_SStructMatrix_Create( bHYPRE_MPICommunicator mpi_comm, bHYPRE_SStructGraph graph)
Method: Create[]
int32_t bHYPRE_SStructMatrix_SetObjectType( bHYPRE_SStructMatrix self, int32_t type)
Method: SetObjectType[]
bHYPRE_SStructMatrix_SetCommunicator
Set the MPI Communicator
int32_t bHYPRE_SStructMatrix_Initialize( bHYPRE_SStructMatrix self)
Prepare an object for setting coefficient values, whether for the first time or subsequently
bHYPRE_SStructMatrix_Assemble
Finalize the construction of an object before using, either for the first time or on subsequent uses
bHYPRE_SStructMatrix_GetObject
A semi-structured matrix or vector contains a Struct or IJ matrix or vector
bHYPRE_SStructMatrix_SetGraph
Set the matrix graph
bHYPRE_SStructMatrix_SetValues
Set matrix coefficients index by index
bHYPRE_SStructMatrix_SetBoxValues
Set matrix coefficients a box at a time
bHYPRE_SStructMatrix_AddToValues
Add to matrix coefficients index by index
bHYPRE_SStructMatrix_AddToBoxValues
Add to matrix coefficients a box at a time
bHYPRE_SStructMatrix_SetSymmetric
Define symmetry properties for the stencil entries in the matrix
int32_t bHYPRE_SStructMatrix_SetNSSymmetric( bHYPRE_SStructMatrix self, int32_t symmetric)
Define symmetry properties for all non-stencil matrix entries
int32_t bHYPRE_SStructMatrix_SetComplex( bHYPRE_SStructMatrix self)
Set the matrix to be complex
bHYPRE_SStructMatrix_Print
Print the matrix to file
int32_t bHYPRE_SStructMatrix_SetIntParameter( bHYPRE_SStructMatrix self, const char* name, int32_t value)
Set the int parameter associated with name
int32_t bHYPRE_SStructMatrix_SetDoubleParameter( bHYPRE_SStructMatrix self, const char* name, double value)
Set the double parameter associated with name
int32_t bHYPRE_SStructMatrix_SetStringParameter( bHYPRE_SStructMatrix self, const char* name, const char* value)
Set the string parameter associated with name
int32_t bHYPRE_SStructMatrix_SetIntArray1Parameter( bHYPRE_SStructMatrix self, const char* name, int32_t* value, int32_t nvalues)
Set the int 1-D array parameter associated with name
int32_t bHYPRE_SStructMatrix_SetIntArray2Parameter( bHYPRE_SStructMatrix self, const char* name, struct sidl_int__array* value)
Set the int 2-D array parameter associated with name
int32_t bHYPRE_SStructMatrix_SetDoubleArray1Parameter( bHYPRE_SStructMatrix self, const char* name, double* value, int32_t nvalues)
Set the double 1-D array parameter associated with name
int32_t bHYPRE_SStructMatrix_SetDoubleArray2Parameter( bHYPRE_SStructMatrix self, const char* name, struct sidl_double__array* value)
Set the double 2-D array parameter associated with name
int32_t bHYPRE_SStructMatrix_GetIntValue( bHYPRE_SStructMatrix self, const char* name, int32_t* value)
Set the int parameter associated with name
int32_t bHYPRE_SStructMatrix_GetDoubleValue( bHYPRE_SStructMatrix self, const char* name, double* value)
Get the double parameter associated with name
int32_t bHYPRE_SStructMatrix_Setup( bHYPRE_SStructMatrix self, bHYPRE_Vector b, bHYPRE_Vector x)
(Optional) Do any preprocessing that may be necessary in order to execute Apply
int32_t bHYPRE_SStructMatrix_Apply( bHYPRE_SStructMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the operator to b, returning x
int32_t bHYPRE_SStructMatrix_ApplyAdjoint( bHYPRE_SStructMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the adjoint of the operator to b, returning x
struct bHYPRE_SStructMatrix__object* bHYPRE_SStructMatrix__cast void* obj
Cast method for interface and class type conversions
void* bHYPRE_SStructMatrix__cast2( void* obj, const char* type)
String cast method for interface and class type conversions
void bHYPRE_SStructMatrix__exec( bHYPRE_SStructMatrix self, const char* methodName, sidl_io_Deserializer inArgs, sidl_io_Serializer outArgs)
Select and execute a method by name
char* bHYPRE_SStructMatrix__getURL( bHYPRE_SStructMatrix self)
Get the URL of the Implementation of this object (for RMI)

alphabetic index hierarchy of classes


generated by doc++