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

Method size

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

Return the number of FABs in the FabArray.

Source from the content-addressed store, hash-verified

108
109 //! Return the number of FABs in the FabArray.
110 [[nodiscard]] int size () const noexcept { return static_cast<int>(boxarray.size()); }
111
112 //! Return the number of local FABs in the FabArray.
113 [[nodiscard]] int local_size () const noexcept { return static_cast<int>(indexArray.size()); }

Callers 1

local_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected