|
MGIS
|
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Enumerations | |
| enum struct | mgis::behaviour::Hypothesis { AXISYMMETRICALGENERALISEDPLANESTRAIN , AXISYMMETRICALGENERALISEDPLANESTRESS , AXISYMMETRICAL , PLANESTRESS , PLANESTRAIN , GENERALISEDPLANESTRAIN , TRIDIMENSIONAL } |
| the list of supported modelling hypotheses | |
Functions | |
| MGIS_EXPORT size_type | mgis::behaviour::getSpaceDimension (const Hypothesis) |
| MGIS_EXPORT size_type | mgis::behaviour::getStensorSize (const Hypothesis) |
| MGIS_EXPORT size_type | mgis::behaviour::getTensorSize (const Hypothesis) |
| MGIS_EXPORT const char * | mgis::behaviour::toString (const Hypothesis) |
| MGIS_EXPORT Hypothesis | mgis::behaviour::fromString (const char *const) |
| MGIS_EXPORT Hypothesis | mgis::behaviour::fromString (const std::string &) |
| MGIS_EXPORT Hypothesis mgis::behaviour::fromString | ( | const char * const | ) |
| [in] | h | modelling hypothesis |
AxisymmetricalGeneralisedPlaneStrainAxisymmetricalGeneralisedPlaneStressAxisymmetricalPlaneStressPlaneStrainGeneralisedPlaneStrainTridimensional | MGIS_EXPORT Hypothesis mgis::behaviour::fromString | ( | const std::string & | ) |
| [in] | h | modelling hypothesis |
AxisymmetricalGeneralisedPlaneStrainAxisymmetricalGeneralisedPlaneStressAxisymmetricalPlaneStressPlaneStrainGeneralisedPlaneStrainTridimensional | MGIS_EXPORT size_type mgis::behaviour::getSpaceDimension | ( | const Hypothesis | ) |
| [in] | h | modelling hypothesis |
| MGIS_EXPORT size_type mgis::behaviour::getStensorSize | ( | const Hypothesis | ) |
| [in] | h | modelling hypothesis |
| MGIS_EXPORT size_type mgis::behaviour::getTensorSize | ( | const Hypothesis | ) |
| [in] | h | modelling hypothesis |
| MGIS_EXPORT const char * mgis::behaviour::toString | ( | const Hypothesis | ) |
| [in] | h | modelling hypothesis |