Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Interface for abstract growth rules. More...
#include <Stokhos_GrowthRules.hpp>
Public Member Functions | |
GrowthRule () | |
Constructor. More... | |
virtual | ~GrowthRule () |
Destructor. More... | |
virtual value_type | operator() (const value_type &x) const =0 |
Evaluate growth rule. More... | |
Interface for abstract growth rules.
Definition at line 17 of file Stokhos_GrowthRules.hpp.
|
inline |
Constructor.
Definition at line 21 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Destructor.
Definition at line 24 of file Stokhos_GrowthRules.hpp.
|
pure virtual |