DFVecShellAssociate

Associates a DF shell with a vector.

Synopsis

int DFVecShellAssociate(DF df,Vec vec)

Input Parameters

df - DF shell, formed by DFShellCreate()
vec - vector

Notes

Upon return, the vector is effectively transformed to a DFVec object, so that it can be used for any DFVecXXX() operation as well as anyVecXXX() operation. .keywords: discrete function, shell, vector, associate

See Also

DFShellCreate()

Location: src/dfvec/interface/dfvec.c
Discrete Function Index
Table of Contents