IJParCSR Vector


bHYPRE_IJParCSRVector__object
Symbol "bHYPRE
extern C bHYPRE_IJParCSRVector bHYPRE_IJParCSRVector__create(void)
Constructor function for the class
int32_t bHYPRE_IJParCSRVector_Clear( bHYPRE_IJParCSRVector self)
Set self to 0
int32_t bHYPRE_IJParCSRVector_Copy( bHYPRE_IJParCSRVector self, bHYPRE_Vector x)
Copy x into self
bHYPRE_IJParCSRVector_Clone
Create an x compatible with self
int32_t bHYPRE_IJParCSRVector_Scale( bHYPRE_IJParCSRVector self, double a)
Scale self by a
int32_t bHYPRE_IJParCSRVector_Dot( bHYPRE_IJParCSRVector self, bHYPRE_Vector x, double* d)
Compute d, the inner-product of self and x
int32_t bHYPRE_IJParCSRVector_Axpy( bHYPRE_IJParCSRVector self, double a, bHYPRE_Vector x)
Add a*x to self
int32_t bHYPRE_IJParCSRVector_SetCommunicator( bHYPRE_IJParCSRVector self, void* mpi_comm)
Set the MPI Communicator
int32_t bHYPRE_IJParCSRVector_Initialize( bHYPRE_IJParCSRVector self)
Prepare an object for setting coefficient values, whether for the first time or subsequently
bHYPRE_IJParCSRVector_Assemble
Finalize the construction of an object before using, either for the first time or on subsequent uses
bHYPRE_IJParCSRVector_GetObject
The problem definition interface is a builder that creates an object that contains the problem definition information, e
bHYPRE_IJParCSRVector_SetLocalRange
Set the local range for a vector object
bHYPRE_IJParCSRVector_SetValues
Sets values in vector
bHYPRE_IJParCSRVector_AddToValues
Adds to values in vector
int32_t bHYPRE_IJParCSRVector_GetLocalRange( bHYPRE_IJParCSRVector self, int32_t* jlower, int32_t* jupper)
Returns range of the part of the vector owned by this processor
bHYPRE_IJParCSRVector_GetValues
Gets values in vector
bHYPRE_IJParCSRVector_Print
Print the vector to file
bHYPRE_IJParCSRVector_Read
Read the vector from file
bHYPRE_IJParCSRVector bHYPRE_IJParCSRVector__cast( void* obj)
Cast method for interface and class type conversions
void* bHYPRE_IJParCSRVector__cast2( void* obj, const char* type)
String cast method for interface and class type conversions

alphabetic index hierarchy of classes


generated by doc++