Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
397
void
398
MultiFab::invert (Real numerator, int nghost)
399
{
400
invert(numerator,0,n_comp,nghost);
401
}
402
403
void
404
MultiFab::invert (Real numerator, const Box& region, int nghost)
Callers
1
AverageSync
Method · 0.45
Calls
1
allGE
Method · 0.80
Tested by
no test coverage detected