Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ValidateUserInput
Function · 0.85
Tested by
no test coverage detected