Struct Vector
-
bHYPRE_StructVector__object
-
Symbol "bHYPRE
-
extern C struct bHYPRE_StructVector__object* bHYPRE_StructVector__create void
-
Constructor function for the class
-
bHYPRE_StructVector bHYPRE_StructVector__createRemote(const char *, sidl_BaseInterface *_ex)
-
RMI constructor function for the class
-
bHYPRE_StructVector bHYPRE_StructVector__connect(const char *, sidl_BaseInterface *_ex)
-
RMI connector function for the class
-
bHYPRE_StructVector bHYPRE_StructVector_Create( bHYPRE_MPICommunicator mpi_comm, bHYPRE_StructGrid grid)
-
Method: Create[]
-
bHYPRE_StructVector_SetCommunicator
-
Set the MPI Communicator
-
int32_t bHYPRE_StructVector_Initialize( bHYPRE_StructVector self)
-
Prepare an object for setting coefficient values, whether for
the first time or subsequently
-
bHYPRE_StructVector_Assemble
-
Finalize the construction of an object before using, either
for the first time or on subsequent uses
-
int32_t bHYPRE_StructVector_SetGrid( bHYPRE_StructVector self, bHYPRE_StructGrid grid)
-
Method: SetGrid[]
-
int32_t bHYPRE_StructVector_SetNumGhost( bHYPRE_StructVector self, int32_t* num_ghost, int32_t dim2)
-
Method: SetNumGhost[]
-
int32_t bHYPRE_StructVector_SetValue( bHYPRE_StructVector self, int32_t* grid_index, int32_t dim, double value)
-
Method: SetValue[]
-
int32_t bHYPRE_StructVector_SetBoxValues( bHYPRE_StructVector self, int32_t* ilower, int32_t* iupper, int32_t dim, double* values, int32_t nvalues)
-
Method: SetBoxValues[]
-
int32_t bHYPRE_StructVector_Clear( bHYPRE_StructVector self)
-
Set self to 0
-
int32_t bHYPRE_StructVector_Copy( bHYPRE_StructVector self, bHYPRE_Vector x)
-
Copy data from x into self
-
bHYPRE_StructVector_Clone
-
Create an x compatible with self
-
int32_t bHYPRE_StructVector_Scale( bHYPRE_StructVector self, double a)
-
Scale self by a
-
int32_t bHYPRE_StructVector_Dot( bHYPRE_StructVector self, bHYPRE_Vector x, double* d)
-
Compute d, the inner-product of self and x
-
int32_t bHYPRE_StructVector_Axpy( bHYPRE_StructVector self, double a, bHYPRE_Vector x)
-
Add a*x to self
-
struct bHYPRE_StructVector__object* bHYPRE_StructVector__cast void* obj
-
Cast method for interface and class type conversions
-
void* bHYPRE_StructVector__cast2( void* obj, const char* type)
-
String cast method for interface and class type conversions
-
void bHYPRE_StructVector__exec( bHYPRE_StructVector self, const char* methodName, sidl_io_Deserializer inArgs, sidl_io_Serializer outArgs)
-
Select and execute a method by name
-
char* bHYPRE_StructVector__getURL( bHYPRE_StructVector self)
-
Get the URL of the Implementation of this object (for RMI)
alphabetic index hierarchy of classes
generated by doc++