MCPcopy 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
336void
337amrex::ExecOnInitialize (std::function<void()> f)
338{
339 The_Initialize_Function_Stack.push(std::move(f));
340}
341
342amrex::AMReX*
343amrex::Initialize (MPI_Comm mpi_comm,

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected