Namespace for coordinate systems. More...
Classes | |
class | cartesian |
A Cartesian coordinate system. More... | |
class | cylindrical |
A cylindrical coordinate system (r-theta-z). The coordinate system angle theta is always in radians. More... | |
class | indirect |
A coordinate system forward to a global coordinate system that is normally provided by the constant/coordinateSystems file. More... | |
defineTypeName | ( | cartesian | ) |
addToRunTimeSelectionTable | ( | coordinateSystem | , |
cartesian | , | ||
dictionary | |||
) |
defineTypeName | ( | cylindrical | ) |
addToRunTimeSelectionTable | ( | coordinateSystem | , |
cylindrical | , | ||
dictionary | |||
) |
defineTypeNameAndDebug | ( | indirect | , |
0 | |||
) |
addToRunTimeSelectionTable | ( | coordinateSystem | , |
indirect | , | ||
registry | |||
) |