Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ convert
Function
convert
Src/Base/AMReX_BoxArray.cpp:1793–1799 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1791
}
1792
1793
BoxArray
1794
convert (const BoxArray& ba, IndexType typ)
1795
{
1796
BoxArray ba2 = ba;
1797
ba2.convert(typ);
1798
return ba2;
1799
}
1800
1801
BoxArray
1802
convert (const BoxArray& ba, const IntVect& typ)
Callers
15
AMREX_D_TERM
Function · 0.85
MyMain
Function · 0.85
solveABecLaplacian
Method · 0.85
initData
Method · 0.85
initData
Method · 0.85
main
Function · 0.85
solve
Method · 0.85
initData
Method · 0.85
solveABecLaplacian
Method · 0.85
solveABecLaplacianInhomNeumann
Method · 0.85
solveABecLaplacianGMRES
Method · 0.85
solveMLHypre
Method · 0.85
Calls
no outgoing calls
Tested by
15
solveABecLaplacian
Method · 0.68
initData
Method · 0.68
initData
Method · 0.68
solve
Method · 0.68
initData
Method · 0.68
solveABecLaplacian
Method · 0.68
solveABecLaplacianInhomNeumann
Method · 0.68
solveABecLaplacianGMRES
Method · 0.68
solveMLHypre
Method · 0.68
initData
Method · 0.68
initData
Method · 0.68
initData
Method · 0.68