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

Method const_array

Src/Base/AMReX_FabArray.H:585–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583 }
584
585 Array4<typename FabArray<FAB>::value_type const> const_array (const MFIter& mfi) const noexcept
586 requires (BaseFabType<FAB>)
587 {
588 return fabPtr(mfi)->const_array();
589 }
590
591 Array4<typename FabArray<FAB>::value_type const> const_array (int K) const noexcept
592 requires (BaseFabType<FAB>)

Callers 13

FB_local_add_gpuMethod · 0.95
sumMethod · 0.95
norminfMethod · 0.95
CopyFunction · 0.45
arrayMethod · 0.45
build_arraysMethod · 0.45
SaxpyMethod · 0.45
XpayMethod · 0.45
Saxpy_XpayMethod · 0.45
Saxpy_SaxpyMethod · 0.45
Saypy_SaxpyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected