|
FEI Package Browser (Single Doxygen Collection) Version of the Day
|
#include <fei_VectorTraits_CSVec.hpp>

Static Public Member Functions | |
| 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) |
| static double * | getLocalCoefsPtr (CSVec *vec, bool isSolnVector=false, int vectorIndex=0) |
| static int | globalAssemble (CSVec *vec) |
Definition at line 52 of file fei_VectorTraits_CSVec.hpp.
|
inlinestatic |
Definition at line 53 of file fei_VectorTraits_CSVec.hpp.
|
inlinestatic |
Definition at line 56 of file fei_VectorTraits_CSVec.hpp.
References fei::set_values().
|
inlinestatic |
Definition at line 63 of file fei_VectorTraits_CSVec.hpp.
References fei::add_entry(), and fei::put_entry().
|
inlinestatic |
Definition at line 86 of file fei_VectorTraits_CSVec.hpp.
References fei::get_entry().
|
inlinestatic |
Definition at line 101 of file fei_VectorTraits_CSVec.hpp.
|
static |
Get a pointer to the vector object's local coefficients array. Vector objects that can't support this can return NULL.
|
static |
Perform global communication or whatever operations may be necessary to complete the assembly of the vector. Most vector objects will do nothing here. Vectors such as the Epetra_FEVector object may do some operations here.