MCPcopy 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
1793BoxArray
1794convert (const BoxArray& ba, IndexType typ)
1795{
1796 BoxArray ba2 = ba;
1797 ba2.convert(typ);
1798 return ba2;
1799}
1800
1801BoxArray
1802convert (const BoxArray& ba, const IntVect& typ)

Callers 15

AMREX_D_TERMFunction · 0.85
MyMainFunction · 0.85
solveABecLaplacianMethod · 0.85
initDataMethod · 0.85
initDataMethod · 0.85
mainFunction · 0.85
solveMethod · 0.85
initDataMethod · 0.85
solveABecLaplacianMethod · 0.85
solveMLHypreMethod · 0.85

Calls

no outgoing calls

Tested by 15

solveABecLaplacianMethod · 0.68
initDataMethod · 0.68
initDataMethod · 0.68
solveMethod · 0.68
initDataMethod · 0.68
solveABecLaplacianMethod · 0.68
solveMLHypreMethod · 0.68
initDataMethod · 0.68
initDataMethod · 0.68
initDataMethod · 0.68