MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / getNBlocksPerBox

Method getNBlocksPerBox

Src/Base/AMReX_FabArrayBase.H:658–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656 ~ParForInfo ();
657
658 int getNBlocksPerBox (int nthreads) const {
659 return int((m_ncellsmax+nthreads-1)/nthreads);
660 }
661 BoxIndexer const* getBoxes () const { return m_boxes; }
662
663 ParForInfo () = delete;

Callers 2

AMReX_Reduce.HFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected