Block-Structured AMR Software Framework
amrex::VectorGrowthStrategy Namespace Reference

Namespaces

 detail
 

Functions

void Initialize ()
 
void SetGrowthFactor (Real a_factor)
 
Real GetGrowthFactor ()
 

Variables

Real growth_factor = 1.5_rt
 
constexpr Real min_factor = 1.001_rt
 
constexpr Real max_factor = 4._rt
 

Function Documentation

◆ GetGrowthFactor()

Real amrex::VectorGrowthStrategy::GetGrowthFactor ( )
inline

◆ Initialize()

void amrex::VectorGrowthStrategy::Initialize ( )

◆ SetGrowthFactor()

void amrex::VectorGrowthStrategy::SetGrowthFactor ( Real  a_factor)
inline

Variable Documentation

◆ growth_factor

AMREX_EXPORT Real amrex::VectorGrowthStrategy::growth_factor = 1.5_rt

◆ max_factor

constexpr Real amrex::VectorGrowthStrategy::max_factor = 4._rt
constexpr

◆ min_factor

constexpr Real amrex::VectorGrowthStrategy::min_factor = 1.001_rt
constexpr