GetElasticityType
Get elasticity type.
@GetMethodsInterface
INTERFACE
MODULE FUNCTION GetElasticityType(obj) RESULT(Ans)
CLASS(LinearElasticModel_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION GetElasticityType
END INTERFACE
Get elasticity type.
@GetMethodsINTERFACE
MODULE FUNCTION GetElasticityType(obj) RESULT(Ans)
CLASS(LinearElasticModel_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION GetElasticityType
END INTERFACE