Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
void
331
amrex::ExecOnFinalize (std::function<void()> f)
332
{
333
The_Finalize_Function_Stack.push(std::move(f));
334
}
335
336
void
337
amrex::ExecOnInitialize (std::function<void()> f)
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected