Skip to content
Snippets Groups Projects
Commit 4424a3d9 authored by maaikedieuwertje's avatar maaikedieuwertje
Browse files

Added functionType to mathematicalFunction, bug fix tu_delft_wing_design (not...

Added functionType to mathematicalFunction, bug fix tu_delft_wing_design (not using merge_parallel_functions for CNSTRNTs).


Former-commit-id: cbfecb2ff7a5b3842090d21cf6f4e440e200ab9e
parent e885555f
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 4 deletions
...@@ -44,14 +44,14 @@ rcg = RepositoryConnectivityGraph(name='Sellar problem graph') ...@@ -44,14 +44,14 @@ rcg = RepositoryConnectivityGraph(name='Sellar problem graph')
# A description is added to the graph # A description is added to the graph
rcg.graph['description'] = 'Repository graph of tools where a subset can be used to solve the Sellar problem' rcg.graph['description'] = 'Repository graph of tools where a subset can be used to solve the Sellar problem'
# All function nodes are defined # All function nodes are defined
rcg.add_node('A', category='function') rcg.add_node('A', category='function', function_type='regular')
rcg.add_node('D1', category='function') rcg.add_node('D1', category='function')
rcg.add_node('D2', category='function') rcg.add_node('D2', category='function')
rcg.add_node('D3', category='function') rcg.add_node('D3', category='function')
rcg.add_node('F1', category='function') rcg.add_node('F1', category='function', function_type='regular')
rcg.add_node('F2', category='function') rcg.add_node('F2', category='function')
rcg.add_node('G1', category='function') rcg.add_node('G1', category='function', function_type='regular')
rcg.add_node('G2', category='function') rcg.add_node('G2', category='function', function_type='regular')
# All variable nodes are defined # All variable nodes are defined
rcg.add_node('/data_schema/settings/a', category='variable', label='a') rcg.add_node('/data_schema/settings/a', category='variable', label='a')
rcg.add_node('/data_schema/settings/c', category='variable', label='c') rcg.add_node('/data_schema/settings/c', category='variable', label='c')
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment