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

Method writeOn

Src/Base/AMReX_FArrayBox.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void
228FArrayBox::writeOn (std::ostream& os) const
229{
230 writeOn(os,0,nComp());
231}
232
233void
234FArrayBox::skipFAB (std::istream& is)

Callers 4

WriteFunction · 0.45
AMReX_VisMF.cppFile · 0.45
WriteMethod · 0.45
writeFabsFunction · 0.45

Calls 12

The_Pinned_ArenaFunction · 0.85
dtoh_memcpy_asyncFunction · 0.85
streamSynchronizeFunction · 0.85
nCompFunction · 0.70
write_headerMethod · 0.45
isManagedMethod · 0.45
arenaMethod · 0.45
isDeviceMethod · 0.45
boxMethod · 0.45
dataPtrMethod · 0.45
sizeMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected