MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / N_VFree

Function N_VFree

externalpackages/PVODE/source/nvector.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177void N_VFree(N_Vector x)
178{
179 free(x->data);
180 free(x->machEnv);
181 free(x);
182}
183
184
185void N_VLinearSum(real a, N_Vector x, real b, N_Vector y, N_Vector z)

Callers 10

~PvodeSolverMethod · 0.85
SpgmrMallocFunction · 0.85
SpgmrFreeFunction · 0.85
FreeVectorArrayFunction · 0.85
CVSpgmrInitFunction · 0.85
CVSpgmrFreeFunction · 0.85
CVDiagInitFunction · 0.85
CVDiagFreeFunction · 0.85
CVAllocVectorsFunction · 0.85
CVFreeVectorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected