Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boutproject/BOUT-dev
/ BandBacksolve
Function
BandBacksolve
externalpackages/PVODE/precon/band.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
void BandBacksolve(BandMat A, integer *p, N_Vector b)
69
{
70
gbsl(A->data, A->size, A->smu, A->ml, p, N_VDATA(b));
71
}
72
73
void BandZero(BandMat A)
74
{
Callers
1
PVBBDPSol
Function · 0.85
Calls
1
gbsl
Function · 0.85
Tested by
no test coverage detected