Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Astro/Castro
/ finalizeMatrix
Method
finalizeMatrix
Source/radiation/HypreMultiABec.cpp:2531–2536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2529
}
2530
2531
void HypreMultiABec::finalizeMatrix()
2532
{
2533
BL_PROFILE(
"HypreMultiABec::finalizeMatrix"
);
2534
2535
HYPRE_SStructMatrixAssemble(A);
2536
}
2537
2538
void HypreMultiABec::loadLevelVectors(int level,
2539
MultiFab& dest,
Callers
1
levelSolve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected