Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY curve_2d_element_value_and_volume_location;
          simple_value : field_value;
          location : curve_volume_element_location;
          coordinate_system : OPTIONAL curve_2d_state_coordinate_system;
WHERE
          WR1: necessary_value_coordinate_system (simple_value, coordinate_system);
END_ENTITY; -- curve_2d_element_value_and_volume_location

Entity data types and their attributes

curve_2d_element_value_and_volume_location
          simple_value: field_value;
          location: curve_volume_element_location;
          (OPT) coordinate_system: curve_2d_state_coordinate_system;

Users: by entity attributes

curve_2d_element_value_and_volume_location
          curve_2d_element_location_point_volume_variable_values.values_and_locations

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

curve_2d_element_value_and_volume_location
          -

Global rules for this entity data type

          -