Overview Schemas Index

structural_response_representation_schema         


ENTITY explicit_element_matrix;
          property_type : matrix_property_type;
          symmetry : matrix_symmetry;
          node_dof_list : LIST [1:?] OF LIST [1:?] OF degree_of_freedom;
          matrix_values : LIST [1:?] OF context_dependent_measure;
WHERE
          WR1: SIZEOF (matrix_values) = number_of_terms (node_dof_list, symmetry);
END_ENTITY; -- explicit_element_matrix

Entity data types and their attributes

explicit_element_matrix
          property_type: matrix_property_type;
          symmetry: matrix_symmetry;
          node_dof_list: LIST [1:?] OF LIST [1:?] OF degree_of_freedom;
          matrix_values: LIST [1:?] OF context_dependent_measure;

Users: by entity attributes

explicit_element_matrix
          explicit_element_representation.matrix

Users: by defined types, not used by any entity attribute

explicit_element_matrix
          -

Global rules for this entity data type

          -