Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ExecOnInitialize
Method
ExecOnInitialize
Src/Base/AMReX.cpp:336–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
void
337
amrex::ExecOnInitialize (std::function<void()> f)
338
{
339
The_Initialize_Function_Stack.push(std::move(f));
340
}
341
342
amrex::AMReX*
343
amrex::Initialize (MPI_Comm mpi_comm,
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected