File bout_types.cxx#

Functions

std::string toString(CELL_LOC location)#
CELL_LOC CELL_LOCFromString(const std::string &location_string)#
std::string toString(DIFF_METHOD location)#
std::string toString(REGION region)#
std::string toString(DIRECTION direction)#
void swap(DirectionTypes &first, DirectionTypes &second)#
bool areDirectionsCompatible(const DirectionTypes &d1, const DirectionTypes &d2)#

Check whether direction types are compatible, so two fields with attributes d1 and d2 respectively can be added, subtracted, etc.

std::string toString(STAGGER stagger)#
std::string toString(DERIV deriv)#
std::string toString(YDirectionType d)#
YDirectionType YDirectionTypeFromString(const std::string &y_direction_string)#
std::string toString(ZDirectionType d)#
ZDirectionType ZDirectionTypeFromString(const std::string &z_direction_string)#