|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include <string>Namespaces | |
| axom | |
| axom::utilities | |
Functions | |
| LengthUnit | axom::utilities::getLengthUnit (const std::string &unit) |
| std::string | axom::utilities::getLengthUnitName (LengthUnit unit) |
| double | axom::utilities::getConversionFactor (LengthUnit sourceUnits, LengthUnit targetUnits) |
| double | axom::utilities::convert (double sourceValue, LengthUnit sourceUnits, LengthUnit targetUnits) |
| template<typename T > | |
| void | axom::utilities::convertAll (T &values, LengthUnit sourceUnits, LengthUnit targetUnits) |