Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ read
Method
read
Src/Base/AMReX_IArrayBox.cpp:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void
162
IFABio::read (std::istream& is, IArrayBox& fab, IntDescriptor const& data_descriptor)
163
{
164
readIntData(fab.dataPtr(), fab.size(), is, data_descriptor);
165
}
166
167
}
Callers
11
ReadAndBcastFile
Function · 0.45
readIntData
Function · 0.45
readIntData
Method · 0.45
readLongData
Method · 0.45
readFrom
Method · 0.45
WriteCallTrace
Method · 0.45
readFAB
Method · 0.45
Read
Method · 0.45
convertToNativeFormat
Method · 0.45
convertToNativeFloatFormat
Method · 0.45
convertToNativeDoubleFormat
Method · 0.45
Calls
3
readIntData
Function · 0.85
dataPtr
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected