Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
void N_VFree(N_Vector x)
178
{
179
free(x->data);
180
free(x->machEnv);
181
free(x);
182
}
183
184
185
void N_VLinearSum(real a, N_Vector x, real b, N_Vector y, N_Vector z)
Callers
10
~PvodeSolver
Method · 0.85
SpgmrMalloc
Function · 0.85
SpgmrFree
Function · 0.85
FreeVectorArray
Function · 0.85
CVSpgmrInit
Function · 0.85
CVSpgmrFree
Function · 0.85
CVDiagInit
Function · 0.85
CVDiagFree
Function · 0.85
CVAllocVectors
Function · 0.85
CVFreeVectors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected