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

Function Initialize

Src/Base/AMReX_PODVector.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 /// \endcond
35
36 void Initialize () {
37 ParmParse pp("amrex");
38 pp.queryAdd("vector_growth_factor", growth_factor);
39
40 detail::ValidateUserInput();
41 }
42
43 void SetGrowthFactor (Real a_factor) {
44 growth_factor = a_factor;

Callers

nothing calls this directly

Calls 2

ValidateUserInputFunction · 0.85
queryAddMethod · 0.80

Tested by

no test coverage detected