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

Method ExecOnFinalize

Src/Base/AMReX.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void
331amrex::ExecOnFinalize (std::function<void()> f)
332{
333 The_Finalize_Function_Stack.push(std::move(f));
334}
335
336void
337amrex::ExecOnInitialize (std::function<void()> f)

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected