![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <cstring>
#include <mechsys/util/string.h>
#include <mechsys/util/maps.h>
#include <mechsys/util/fatal.h>
Go to the source code of this file.
Enumerations | |
enum | GeomType { fra_t, psa_t, pse_t, axs_t, d2d_t, d3d_t } |
Functions | |
String | GTypeToStr (GeomType Type) |
GeomType | StrToGType (const char *Str) |
GeomType | SDPairToGType (SDPair const &D, const char *Default) |
enum GeomType |
String GTypeToStr | ( | GeomType | Type | ) |
GeomType SDPairToGType | ( | SDPair const & | D, |
const char * | Default | ||
) |
GeomType StrToGType | ( | const char * | Str | ) |