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

Method convertFromNativeFormat

Src/Base/AMReX_FabConv.cpp:1039–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037//
1038
1039void
1040RealDescriptor::convertFromNativeFormat (void* out,
1041 Long nitems,
1042 const void* in,
1043 const RealDescriptor& od)
1044{
1045// BL_PROFILE("RD:convertFromNativeFormat_vp");
1046 PD_convert(out,
1047 in,
1048 nitems,
1049 0,
1050 od,
1051 FPC::NativeRealDescriptor(),
1052 FPC::NativeLongDescriptor());
1053}
1054
1055//
1056// Convert nitems Reals in native format to RealDescriptor format

Callers

nothing calls this directly

Calls 5

PD_convertFunction · 0.85
LongFunction · 0.85
TryOutputMethod · 0.80
numBytesMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected