MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / derive

Method derive

Source/driver/Castro.cpp:3700–3713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3698
3699
3700std::unique_ptr<MultiFab>
3701Castro::derive (const std::string& name,
3702 Real time,
3703 int ngrow)
3704{
3705
3706 BL_PROFILE("Castro::derive()");
3707
3708#ifdef AMREX_PARTICLES
3709 return ParticleDerive(name,time,ngrow);
3710#else
3711 return AmrLevel::derive(name,time,ngrow);
3712#endif
3713}
3714
3715void
3716Castro::derive (const std::string& name,

Callers 8

problem_diagnosticsMethod · 0.80
problem_diagnosticsMethod · 0.80
problem_post_initMethod · 0.80
problem_post_initMethod · 0.80
problem_diagnosticsMethod · 0.80
problem_diagnosticsMethod · 0.80
Castro.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected