|
ENTITY mesh_function_basis SUBTYPE OF (application_defined_function, unary_generic_expression); cell_topological_dimension : INTEGER; value_array_dimension : INTEGER; value_array_order : ARRAY [1:value_array_dimension] OF INTEGER; DERIVE value_positions : maths_function := SELF\unary_generic_expression.operand; WHERE value_positions_as_table: function_is_table(value_positions); END_ENTITY; -- mesh_function_basis |
Entity data types and their attributesgeneric_expression- maths_function (DER) domain: tuple_space; (DER) range: tuple_space; application_defined_function explicit_domain: tuple_space; explicit_range: tuple_space; parameters: LIST [0:?] OF maths_value; unary_generic_expression operand: generic_expression; mesh_function_basis cell_topological_dimension: INTEGER; value_array_dimension: INTEGER; value_array_order: ARRAY [1:value_array_dimension] OF INTEGER; (DER) value_positions: maths_function; |
Global rules for this entity data type- |