Struct Matrix


bHYPRE_StructMatrix__object
Symbol "bHYPRE
extern C struct bHYPRE_StructMatrix__object* bHYPRE_StructMatrix__create void
Constructor function for the class
bHYPRE_StructMatrix bHYPRE_StructMatrix__createRemote(const char *, sidl_BaseInterface *_ex)
RMI constructor function for the class
bHYPRE_StructMatrix bHYPRE_StructMatrix__connect(const char *, sidl_BaseInterface *_ex)
RMI connector function for the class
bHYPRE_StructMatrix bHYPRE_StructMatrix_Create( bHYPRE_MPICommunicator mpi_comm, bHYPRE_StructGrid grid, bHYPRE_StructStencil stencil)
Method: Create[]
bHYPRE_StructMatrix_SetCommunicator
Set the MPI Communicator
int32_t bHYPRE_StructMatrix_Initialize( bHYPRE_StructMatrix self)
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
int32_t bHYPRE_StructMatrix_SetGrid( bHYPRE_StructMatrix self, bHYPRE_StructGrid grid)
Method: SetGrid[]
int32_t bHYPRE_StructMatrix_SetStencil( bHYPRE_StructMatrix self, bHYPRE_StructStencil stencil)
Method: SetStencil[]
int32_t bHYPRE_StructMatrix_SetValues( bHYPRE_StructMatrix self, int32_t* index, int32_t dim, int32_t num_stencil_indices, int32_t* stencil_indices, double* values)
Method: SetValues[]
int32_t bHYPRE_StructMatrix_SetBoxValues( bHYPRE_StructMatrix self, int32_t* ilower, int32_t* iupper, int32_t dim, int32_t num_stencil_indices, int32_t* stencil_indices, double* values, int32_t nvalues)
Method: SetBoxValues[]
int32_t bHYPRE_StructMatrix_SetNumGhost( bHYPRE_StructMatrix self, int32_t* num_ghost, int32_t dim2)
Method: SetNumGhost[]
int32_t bHYPRE_StructMatrix_SetSymmetric( bHYPRE_StructMatrix self, int32_t symmetric)
Method: SetSymmetric[]
int32_t bHYPRE_StructMatrix_SetConstantEntries( bHYPRE_StructMatrix self, int32_t num_stencil_constant_points, int32_t* stencil_constant_points)
Method: SetConstantEntries[]
int32_t bHYPRE_StructMatrix_SetConstantValues( bHYPRE_StructMatrix self, int32_t num_stencil_indices, int32_t* stencil_indices, double* values)
Method: SetConstantValues[]
int32_t bHYPRE_StructMatrix_SetIntParameter( bHYPRE_StructMatrix self, const char* name, int32_t value)
Set the int parameter associated with name
int32_t bHYPRE_StructMatrix_SetDoubleParameter( bHYPRE_StructMatrix self, const char* name, double value)
Set the double parameter associated with name
int32_t bHYPRE_StructMatrix_SetStringParameter( bHYPRE_StructMatrix self, const char* name, const char* value)
Set the string parameter associated with name
int32_t bHYPRE_StructMatrix_SetIntArray1Parameter( bHYPRE_StructMatrix self, const char* name, int32_t* value, int32_t nvalues)
Set the int 1-D array parameter associated with name
int32_t bHYPRE_StructMatrix_SetIntArray2Parameter( bHYPRE_StructMatrix self, const char* name, struct sidl_int__array* value)
Set the int 2-D array parameter associated with name
int32_t bHYPRE_StructMatrix_SetDoubleArray1Parameter( bHYPRE_StructMatrix self, const char* name, double* value, int32_t nvalues)
Set the double 1-D array parameter associated with name
int32_t bHYPRE_StructMatrix_SetDoubleArray2Parameter( bHYPRE_StructMatrix self, const char* name, struct sidl_double__array* value)
Set the double 2-D array parameter associated with name
int32_t bHYPRE_StructMatrix_GetIntValue( bHYPRE_StructMatrix self, const char* name, int32_t* value)
Set the int parameter associated with name
int32_t bHYPRE_StructMatrix_GetDoubleValue( bHYPRE_StructMatrix self, const char* name, double* value)
Get the double parameter associated with name
int32_t bHYPRE_StructMatrix_Setup( bHYPRE_StructMatrix self, bHYPRE_Vector b, bHYPRE_Vector x)
(Optional) Do any preprocessing that may be necessary in order to execute Apply
int32_t bHYPRE_StructMatrix_Apply( bHYPRE_StructMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the operator to b, returning x
int32_t bHYPRE_StructMatrix_ApplyAdjoint( bHYPRE_StructMatrix self, bHYPRE_Vector b, bHYPRE_Vector* x)
Apply the adjoint of the operator to b, returning x
struct bHYPRE_StructMatrix__object* bHYPRE_StructMatrix__cast void* obj
Cast method for interface and class type conversions
void* bHYPRE_StructMatrix__cast2( void* obj, const char* type)
String cast method for interface and class type conversions
void bHYPRE_StructMatrix__exec( bHYPRE_StructMatrix self, const char* methodName, sidl_io_Deserializer inArgs, sidl_io_Serializer outArgs)
Select and execute a method by name
char* bHYPRE_StructMatrix__getURL( bHYPRE_StructMatrix self)
Get the URL of the Implementation of this object (for RMI)

alphabetic index hierarchy of classes


generated by doc++