Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


TYPE enumerated_matrix_property_type = ENUMERATION (
          stiffness,
          mass,
          damping );
END_TYPE; -- enumerated_matrix_property_type

Users

          matrix_property_type
                    directionally_explicit_element_coefficient.property_type
                    explicit_element_matrix.property_type
                    volume_2d_element_integrated_matrix.property_type
                    volume_3d_element_integrated_matrix.property_type

public final class EEnumerated_matrix_property_type

          static final int STIFFNESS = 1
          static final int MASS = 2
          static final int DAMPING = 3
          static String[] values = {"STIFFNESS", "MASS", "DAMPING"}
          static int toInt(String str)
          static String toString(int value)