MCPcopy 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
161void
162IFABio::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

ReadAndBcastFileFunction · 0.45
readIntDataFunction · 0.45
readIntDataMethod · 0.45
readLongDataMethod · 0.45
readFromMethod · 0.45
WriteCallTraceMethod · 0.45
readFABMethod · 0.45
ReadMethod · 0.45
convertToNativeFormatMethod · 0.45

Calls 3

readIntDataFunction · 0.85
dataPtrMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected