Skip to main content

GetElasticityType

Get elasticity type.

@GetMethods

Interface

INTERFACE
MODULE FUNCTION GetElasticityType(obj) RESULT(Ans)
CLASS(LinearElasticModel_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION GetElasticityType
END INTERFACE