FEI
Version of the Day
|
#include <snl_fei_FEVectorTraits.hpp>
Static Public Member Functions | |
static const char * | typeName () |
static int | reset (T *) |
static int | sumInElemVector (T *, int, int, int, const int *, const int *, const int *, const double *) |
static int | copyOut (T *, int, int, double &) |
Internal implementation vector traits. Define a "template" for accessing vector data. Provide function stubs for default type "T", which will catch the use of any vector type for which specialized traits have not been defined.
Definition at line 22 of file snl_fei_FEVectorTraits.hpp.
|
inlinestatic |
Return a string type-name for the vector.
Definition at line 25 of file snl_fei_FEVectorTraits.hpp.
|
inlinestatic |
Reset (zero) the vector.
Definition at line 30 of file snl_fei_FEVectorTraits.hpp.
|
inlinestatic |
Sum an element-vector contribution into the vector object
Definition at line 34 of file snl_fei_FEVectorTraits.hpp.
|
inlinestatic |
Copy data out of the vector object
Definition at line 45 of file snl_fei_FEVectorTraits.hpp.