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

Function SetGrowthFactor

Src/Base/AMReX_PODVector.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void SetGrowthFactor (Real a_factor) {
44 growth_factor = a_factor;
45 detail::ValidateUserInput();
46 }
47}

Callers

nothing calls this directly

Calls 1

ValidateUserInputFunction · 0.85

Tested by

no test coverage detected