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

Method invert

Src/Base/AMReX_MultiFab.cpp:397–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void
398MultiFab::invert (Real numerator, int nghost)
399{
400 invert(numerator,0,n_comp,nghost);
401}
402
403void
404MultiFab::invert (Real numerator, const Box& region, int nghost)

Callers 1

AverageSyncMethod · 0.45

Calls 1

allGEMethod · 0.80

Tested by

no test coverage detected