Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY single_point_constraint_element_values
          SUBTYPE OF (state_definition);
          element : single_point_constraint_element;
          degrees_of_freedom : freedoms_list;
          b : LIST [1:?] OF measure_or_unspecified_value;
WHERE
          WR1: SIZEOF(degrees_of_freedom.freedoms) = SIZEOF (b);
END_ENTITY; -- single_point_constraint_element_values

Entity data types and their attributes

state_definition
          defined_state: state;
single_point_constraint_element_values
          element: single_point_constraint_element;
          degrees_of_freedom: freedoms_list;
          b: LIST [1:?] OF measure_or_unspecified_value;

Users: by entity attributes

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
single_point_constraint_element_values

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

single_point_constraint_element_values
          -

Global rules for this entity data type

          -