Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ operator[]
Method
operator[]
Src/Base/AMReX_BoxArray.cpp:887–891 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
885
}
886
887
Box
888
BoxArray::operator[] (const MFIter& mfi) const noexcept
889
{
890
return (*this)[mfi.index()];
891
}
892
893
bool
894
BoxArray::ok () const
Callers
2
operator==
Method · 0.95
FB_local_add_cpu
Method · 0.45
Calls
1
index
Method · 0.45
Tested by
no test coverage detected