|
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 attributesexplicit_element_matrixproperty_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 attributesexplicit_element_matrixexplicit_element_representation.matrix Users: by defined types, not used by any entity attributeexplicit_element_matrix- |
Global rules for this entity data type- |