PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <string>
Go to the source code of this file.
Classes | |
class | pism::MaxTimestep |
Combines the max. time step with the flag indicating if a restriction is active. Makes is possible to use the less-than operator (and std::min , etc) to choose the stricter of two restrictions. More... | |
Namespaces | |
pism | |
Functions | |
bool | pism::operator> (const MaxTimestep &a, const MaxTimestep &b) |
Greater than operator for MaxTimestep. More... | |
bool | pism::operator< (const MaxTimestep &a, const MaxTimestep &b) |
Less than operator for MaxTimestep. More... | |
bool | pism::operator== (const MaxTimestep &a, const MaxTimestep &b) |
Equality operator for MaxTimestep. More... | |