#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) |
|
template<>
struct fei::VectorTraits< CSVec >
Definition at line 52 of file fei_VectorTraits_CSVec.hpp.
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 |
static int fei::VectorTraits< CSVec >::copyOut |
( |
CSVec * |
vec, |
|
|
int |
firstLocalOffset, |
|
|
int |
numValues, |
|
|
const int * |
indices, |
|
|
double * |
values, |
|
|
bool |
isSolnVector = false , |
|
|
int |
vectorIndex = 0 |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: