Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ getBoxes
Method
getBoxes
Src/Base/AMReX_FabArrayBase.H:661–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
659
return int((m_ncellsmax+nthreads-1)/nthreads);
660
}
661
BoxIndexer const* getBoxes () const { return m_boxes; }
662
663
ParForInfo () = delete;
664
ParForInfo (ParForInfo const&) = delete;
Callers
2
AMReX_Reduce.H
File · 0.80
AMReX_MFParallelForG.H
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected