#include <fei_VectorTraits_CSVec.hpp>
|
static const char * | typeName () |
|
static int | setValues (CSVec *vec, int firstLocalOffset, double scalar, bool isSolnVector=false) |
|
static int | putValuesIn (CSVec *vec, int firstLocalOffset, int numValues, const int *indices, const double *values, bool sum_into, bool isSolnVector=false, int vectorIndex=0) |
|
static int | copyOut (CSVec *vec, int firstLocalOffset, int numValues, const int *indices, double *values, bool isSolnVector=false, int vectorIndex=0) |
|
static int | update (CSVec *vec, double a, const CSVec *x, double b) |
|
Definition at line 52 of file fei_VectorTraits_CSVec.hpp.
◆ typeName()
◆ setValues()
◆ putValuesIn()
static int fei::VectorTraits< CSVec >::putValuesIn |
( |
CSVec * | vec, |
|
|
int | firstLocalOffset, |
|
|
int | numValues, |
|
|
const int * | indices, |
|
|
const double * | values, |
|
|
bool | sum_into, |
|
|
bool | isSolnVector = false, |
|
|
int | vectorIndex = 0 ) |
|
inlinestatic |
◆ copyOut()
static int fei::VectorTraits< CSVec >::copyOut |
( |
CSVec * | vec, |
|
|
int | firstLocalOffset, |
|
|
int | numValues, |
|
|
const int * | indices, |
|
|
double * | values, |
|
|
bool | isSolnVector = false, |
|
|
int | vectorIndex = 0 ) |
|
inlinestatic |
◆ update()
The documentation for this struct was generated from the following file: