Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY surface_3d_element_boundary_edge_location_point_surface_variable_values
          SUBTYPE OF (surface_3d_element_field_variable_definition);
          basis : BOOLEAN;
          values_and_locations : SET [1:?] OF surface_3d_element_value_and_volume_location;
          variable : boundary_edge_variable;
          element_edge : surface_3d_edge;
WHERE
          WR1: consistent_set_values (values_and_locations, variable);
          WR2: appropriate_set_value_existence (values_and_locations, 
       TYPEOF (SELF\state_definition.defined_state));
END_ENTITY; -- surface_3d_element_boundary_edge_location_point_surface_variable_values

Entity data types and their attributes

state_definition
          defined_state: state;
field_variable_definition
          -
field_variable_element_definition
          -
surface_3d_element_field_variable_definition
          element: surface_3d_element_output_reference;
surface_3d_element_boundary_edge_location_point_surface_variable_values
          basis: BOOLEAN;
          values_and_locations: SET [1:?] OF surface_3d_element_value_and_volume_location;
          variable: boundary_edge_variable;
          element_edge: surface_3d_edge;

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
field_variable_definition
field_variable_element_definition
surface_3d_element_field_variable_definition
surface_3d_element_boundary_edge_location_point_surface_variable_values

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

surface_3d_element_boundary_edge_location_point_surface_variable_values
          -

Global rules for this entity data type

          -