Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ main
Function
main
Tools/Plotfile/fgradient.cpp:333–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
int main (int argc, char* argv[])
334
{
335
amrex::SetVerbose(0);
336
amrex::Initialize(argc, argv, false);
337
main_main();
338
amrex::Finalize();
339
}
Callers
nothing calls this directly
Calls
3
main_main
Function · 0.70
Initialize
Function · 0.50
Finalize
Function · 0.50
Tested by
no test coverage detected