MCPcopy 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
333int 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_mainFunction · 0.70
InitializeFunction · 0.50
FinalizeFunction · 0.50

Tested by

no test coverage detected