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

graph_data fix with remote

Former-commit-id: 18ecce3c24eeb969eec8fa38bc63a15101214988
parent 5dda116b
No related branches found
No related tags found
No related merge requests found
Showing
with 27913 additions and 1 deletion
......@@ -26,7 +26,7 @@ mdao_definitions = ['unconverged-MDA-J', # 0
'CO'] # 13
# Settings for scripting
mdao_definitions_loop_all = True # Option for looping through all MDAO definitions
mdao_definitions_loop_all = False # Option for looping through all MDAO definitions
mdao_definition_id = 13 # Option for selecting a MDAO definition (in case mdao_definitions_loop_all=False)
# Settings for saving
......
File added
File added
\documentclass{article}
\usepackage{geometry}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\input{C:/Users/Maaike/Documents/kadmos/kadmos/external/XDSM_writer/diagram_border}
\begin{document}
\input{C:/Users/Maaike/Documents/kadmos/kadmos/external/XDSM_writer/diagram_styles}
\begin{tikzpicture}
\matrix[MatrixSetup]
{
%Row 1
&
\node [DataIO] (41-EMPTY) {$a$}; &
&
&
&
&
&
&
\\
&
\node [RcgAnalysis] (41) {A}; &
\node [DataInter] (4431-41) {$c$}; &
\node [DataInter] (4432-41) {$c$}; &
&
&
&
&
\\
&
&
\node [RcgAnalysis] (4431) {D1}; &
\node [DataInter] (4432-4431) {$y1$}; &
\node [DataInter] (4433-4431) {$y1$}; &
\node [DataInter] (4631-4431) {$y1$}; &
&
\node [DataInter] (4731-4431) {$y1$}; &
\\
&
&
\node [DataInter] (4431-4432) {$y2$}; &
\node [RcgAnalysis] (4432) {D2}; &
\node [DataInter] (4433-4432) {$y2$}; &
\node [DataInter] (4631-4432) {$y2$}; &
&
&
\node [DataInter] (4732-4432) {$y2$}; \\
%Row 5
&
&
\node [DataInter] (4431-4433) {$x1$\\[1pt] $z2$\\[1pt] $z1$}; &
\node [DataInter] (4432-4433) {$z2$\\[1pt] $z1$}; &
\node [RcgAnalysis] (4433) {D3}; &
\node [DataInter] (4631-4433) {$x1$\\[1pt] $z2$}; &
\node [DataInter] (4632-4433) {$x1$\\[1pt] $z2$\\[1pt] $z1$}; &
&
\\
\node [DataIO] (EMPTY-4631) {$f$}; &
&
&
&
&
\node [RcgAnalysis] (4631) {F1}; &
&
&
\\
\node [DataIO] (EMPTY-4632) {$f$}; &
&
&
&
&
&
\node [RcgAnalysis] (4632) {F2}; &
&
\\
\node [DataIO] (EMPTY-4731) {$g1$}; &
&
&
&
&
&
&
\node [RcgAnalysis] (4731) {G1}; &
\\
\node [DataIO] (EMPTY-4732) {$g2$}; &
&
&
&
&
&
&
&
\node [RcgAnalysis] (4732) {G2}; \\
%Row 10
};
\begin{pgfonlayer}{data}
\path
% Horizontal edges
(41) edge [DataLine] (4432-41)
(4431) edge [DataLine] (4731-4431)
(4431-4432) edge [DataLine] (4732-4432)
(4431-4433) edge [DataLine] (4632-4433)
(EMPTY-4631) edge [DataLine] (4631)
(EMPTY-4632) edge [DataLine] (4632)
(EMPTY-4731) edge [DataLine] (4731)
(EMPTY-4732) edge [DataLine] (4732)
% Vertical edges
(41-EMPTY) edge [DataLine] (41)
(4431-41) edge [DataLine] (4431-4433)
(4432-41) edge [DataLine] (4432-4433)
(4433-4431) edge [DataLine] (4433)
(4631-4431) edge [DataLine] (4631)
(4632-4433) edge [DataLine] (4632)
(4731-4431) edge [DataLine] (4731)
(4732-4432) edge [DataLine] (4732)
;
\end{pgfonlayer}
\end{tikzpicture}
\end{document}
<?xml version='1.0' encoding='UTF-8'?>
<cmdows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://bitbucket.org/imcovangent/cmdows/raw/master/schema/0.8/cmdows.xsd">
<header>
<creator>Imco van Gent</creator>
<description>FPG CMDOWS file of the well-known Sellar problem</description>
<timestamp>2018-03-31T20:52:59.063000</timestamp>
<fileVersion>0.1</fileVersion>
<cmdowsVersion>0.8</cmdowsVersion>
<updates>
<update>
<modification>KADMOS export of a fundamental problem graph (FPG).</modification>
<creator>Imco van Gent</creator>
<timestamp>2018-03-31T20:52:59.063000</timestamp>
<fileVersion>0.1</fileVersion>
<cmdowsVersion>0.8</cmdowsVersion>
</update>
</updates>
<organization>
<contacts/>
</organization>
</header>
<executableBlocks>
<designCompetences>
<designCompetence uID="D2">
<ID>D2</ID>
<modeID>main</modeID>
<instanceID>1</instanceID>
<version>1.0</version>
<label>D2</label>
<inputs>
<input>
<parameterUID>/data_schema/analyses/y1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/settings/c</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z2</parameterUID>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/y2</parameterUID>
</output>
</outputs>
</designCompetence>
<designCompetence uID="D1">
<ID>D1</ID>
<modeID>main</modeID>
<instanceID>1</instanceID>
<version>1.0</version>
<label>D1</label>
<inputs>
<input>
<parameterUID>/data_schema/geometry/x1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z2</parameterUID>
</input>
<input>
<parameterUID>/data_schema/analyses/y2</parameterUID>
</input>
<input>
<parameterUID>/data_schema/settings/c</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z1</parameterUID>
<validRanges>
<limitRange>
<minimum>-5</minimum>
<maximum>5.0</maximum>
</limitRange>
<listRange>
<listRangeItem>7.5</listRangeItem>
<listRangeItem>8</listRangeItem>
</listRange>
</validRanges>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/y1</parameterUID>
</output>
</outputs>
</designCompetence>
</designCompetences>
<mathematicalFunctions>
<mathematicalFunction uID="A">
<label>A</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/settings/a</parameterUID>
<equationLabel>a</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/settings/c</parameterUID>
<equations uID="A_equation">
<equation language="Python">a</equation>
<equation language="LaTeX">a</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mi&gt;a&lt;/mi&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
<mathematicalFunction uID="F1">
<label>F1</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/geometry/x1</parameterUID>
<equationLabel>x1</equationLabel>
</input>
<input>
<parameterUID>/data_schema/analyses/y1</parameterUID>
<equationLabel>y1</equationLabel>
</input>
<input>
<parameterUID>/data_schema/analyses/y2</parameterUID>
<equationLabel>y2</equationLabel>
</input>
<input>
<parameterUID>/data_schema/geometry/z2</parameterUID>
<equationLabel>z2</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/f</parameterUID>
<equations uID="F1_equation">
<equation language="Python">x1**2+z2+y1+exp(-y2)</equation>
<equation language="LaTeX">x1^2+z2+y1+e^{-y2}</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;msup&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;mi&gt;z&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;msup&gt;&lt;mi&gt;e&lt;/mi&gt;&lt;mrow&gt;&lt;mo&gt;-&lt;/mo&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/mrow&gt;&lt;/msup&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
<mathematicalFunction uID="G2">
<label>G2</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/analyses/y2</parameterUID>
<equationLabel>y2</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/g2</parameterUID>
<equations uID="G2_equation">
<equation language="Python">1-y2/24.0</equation>
<equation language="LaTeX">1-y2/24.0</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mo&gt;-&lt;/mo&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;mo&gt;/&lt;/mo&gt;&lt;mn&gt;24&lt;/mn&gt;&lt;mo&gt;.&lt;/mo&gt;&lt;mn&gt;0&lt;/mn&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
<mathematicalFunction uID="G1">
<label>G1</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/analyses/y1</parameterUID>
<equationLabel>y1</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/g1</parameterUID>
<equations uID="G1_equation">
<equation language="Python">y1/3.16-1</equation>
<equation language="LaTeX">y1/3.16-1</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mo&gt;/&lt;/mo&gt;&lt;mn&gt;3&lt;/mn&gt;&lt;mo&gt;.&lt;/mo&gt;&lt;mn&gt;16&lt;/mn&gt;&lt;mo&gt;-&lt;/mo&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
</mathematicalFunctions>
</executableBlocks>
<parameters>
<parameter uID="/data_schema/analyses/y2">
<label>y2</label>
</parameter>
<parameter uID="/data_schema/analyses/y1">
<label>y1</label>
</parameter>
<parameter uID="/data_schema/settings/c">
<label>c</label>
</parameter>
<parameter uID="/data_schema/settings/a">
<label>a</label>
</parameter>
<parameter uID="/data_schema/geometry/x1">
<label>x1</label>
</parameter>
<parameter uID="/data_schema/geometry/z2">
<label>z2</label>
</parameter>
<parameter uID="/data_schema/geometry/z1">
<label>z1</label>
</parameter>
<parameter uID="/data_schema/analyses/f">
<label>f</label>
</parameter>
<parameter uID="/data_schema/analyses/g2">
<label>g2</label>
</parameter>
<parameter uID="/data_schema/analyses/g1">
<label>g1</label>
</parameter>
</parameters>
<problemDefinition uID="CONone">
<problemFormulation>
<mdaoArchitecture>CO</mdaoArchitecture>
<executableBlocksOrder>
<executableBlock position="1">A</executableBlock>
<executableBlock position="2">D2</executableBlock>
<executableBlock position="3">D1</executableBlock>
<executableBlock position="4">F1</executableBlock>
<executableBlock position="5">G1</executableBlock>
<executableBlock position="6">G2</executableBlock>
</executableBlocksOrder>
<allowUnconvergedCouplings>false</allowUnconvergedCouplings>
</problemFormulation>
<problemRoles>
<parameters>
<designVariables>
<designVariable uID="__desVar__/data_schema/geometry/x1">
<parameterUID>/data_schema/geometry/x1</parameterUID>
<nominalValue>0.0</nominalValue>
<validRanges>
<limitRange>
<minimum>0.0</minimum>
<maximum>10</maximum>
</limitRange>
</validRanges>
</designVariable>
<designVariable uID="__desVar__/data_schema/geometry/z2">
<parameterUID>/data_schema/geometry/z2</parameterUID>
<nominalValue>0.0</nominalValue>
<validRanges>
<limitRange>
<minimum>0.0</minimum>
<maximum>10</maximum>
</limitRange>
</validRanges>
</designVariable>
<designVariable uID="__desVar__/data_schema/geometry/z1">
<parameterUID>/data_schema/geometry/z1</parameterUID>
<nominalValue>0.0</nominalValue>
<validRanges>
<limitRange>
<minimum>-10</minimum>
<maximum>10</maximum>
</limitRange>
</validRanges>
</designVariable>
</designVariables>
<objectiveVariables>
<objectiveVariable uID="__objVar__/data_schema/analyses/f">
<parameterUID>/data_schema/analyses/f</parameterUID>
</objectiveVariable>
</objectiveVariables>
<constraintVariables>
<constraintVariable uID="__conVar__/data_schema/analyses/g2">
<parameterUID>/data_schema/analyses/g2</parameterUID>
<constraintType>inequality</constraintType>
<constraintOperator>&gt;=</constraintOperator>
<referenceValue>0.0</referenceValue>
</constraintVariable>
<constraintVariable uID="__conVar__/data_schema/analyses/g1">
<parameterUID>/data_schema/analyses/g1</parameterUID>
<constraintType>inequality</constraintType>
<constraintOperator>&gt;=</constraintOperator>
<referenceValue>0.0</referenceValue>
</constraintVariable>
</constraintVariables>
</parameters>
<executableBlocks>
<preCouplingBlocks>
<preCouplingBlock>A</preCouplingBlock>
</preCouplingBlocks>
<coupledBlocks>
<coupledBlock>D2</coupledBlock>
<coupledBlock>D1</coupledBlock>
</coupledBlocks>
<postCouplingBlocks>
<postCouplingBlock>F1</postCouplingBlock>
<postCouplingBlock>G1</postCouplingBlock>
<postCouplingBlock>G2</postCouplingBlock>
</postCouplingBlocks>
</executableBlocks>
</problemRoles>
</problemDefinition>
<workflow>
<dataGraph>
<name>FPG - CO</name>
<edges>
<edge>
<fromExecutableBlockUID>A</fromExecutableBlockUID>
<toParameterUID>/data_schema/settings/c</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>F1</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/f</toParameterUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y2</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y2</fromParameterUID>
<toExecutableBlockUID>G2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y2</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromExecutableBlockUID>G2</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/g2</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>G1</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/g1</toParameterUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y1</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y1</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y1</fromParameterUID>
<toExecutableBlockUID>G1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/x1</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/x1</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z2</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z2</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z2</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z1</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z1</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/settings/c</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/settings/c</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/settings/a</fromParameterUID>
<toExecutableBlockUID>A</toExecutableBlockUID>
</edge>
<edge>
<fromExecutableBlockUID>D2</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/y2</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>D1</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/y1</toParameterUID>
</edge>
</edges>
</dataGraph>
</workflow>
</cmdows>
<?xml version='1.0' encoding='UTF-8'?>
<cmdows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://bitbucket.org/imcovangent/cmdows/raw/master/schema/0.8/cmdows.xsd">
<header>
<creator>Imco van Gent</creator>
<description>RCG CMDOWS file of the well-known Sellar problem</description>
<timestamp>2018-03-31T20:52:59.063000</timestamp>
<fileVersion>0.1</fileVersion>
<cmdowsVersion>0.8</cmdowsVersion>
<updates>
<update>
<modification>KADMOS export of a repository connectivity graph (RCG).</modification>
<creator>Imco van Gent</creator>
<timestamp>2018-03-31T20:52:59.063000</timestamp>
<fileVersion>0.1</fileVersion>
<cmdowsVersion>0.8</cmdowsVersion>
</update>
</updates>
<organization>
<contacts/>
</organization>
</header>
<executableBlocks>
<designCompetences>
<designCompetence uID="F2">
<ID>F2</ID>
<modeID>main</modeID>
<instanceID>1</instanceID>
<version>1.0</version>
<label>F2</label>
<inputs>
<input>
<parameterUID>/data_schema/geometry/x1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z2</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z1</parameterUID>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/f</parameterUID>
</output>
</outputs>
<metadata>
<generalInfo>
<description>dummy function that is not part of the original Sellar problem</description>
</generalInfo>
<performanceInfo>
<runTime>1.5</runTime>
<precision>20</precision>
<fidelityLevel>2</fidelityLevel>
</performanceInfo>
</metadata>
</designCompetence>
<designCompetence uID="D2">
<ID>D2</ID>
<modeID>main</modeID>
<instanceID>1</instanceID>
<version>1.0</version>
<label>D2</label>
<inputs>
<input>
<parameterUID>/data_schema/analyses/y1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/settings/c</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z2</parameterUID>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/y2</parameterUID>
</output>
</outputs>
</designCompetence>
<designCompetence uID="D3">
<ID>D3</ID>
<modeID>main</modeID>
<instanceID>1</instanceID>
<version>1.0</version>
<label>D3</label>
<inputs>
<input>
<parameterUID>/data_schema/analyses/y1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/analyses/y2</parameterUID>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/geometry/x1</parameterUID>
</output>
<output>
<parameterUID>/data_schema/geometry/z2</parameterUID>
</output>
<output>
<parameterUID>/data_schema/geometry/z1</parameterUID>
</output>
</outputs>
</designCompetence>
<designCompetence uID="D1">
<ID>D1</ID>
<modeID>main</modeID>
<instanceID>1</instanceID>
<version>1.0</version>
<label>D1</label>
<inputs>
<input>
<parameterUID>/data_schema/geometry/x1</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z2</parameterUID>
</input>
<input>
<parameterUID>/data_schema/analyses/y2</parameterUID>
</input>
<input>
<parameterUID>/data_schema/settings/c</parameterUID>
</input>
<input>
<parameterUID>/data_schema/geometry/z1</parameterUID>
<validRanges>
<limitRange>
<minimum>-5</minimum>
<maximum>5.0</maximum>
</limitRange>
<listRange>
<listRangeItem>7.5</listRangeItem>
<listRangeItem>8</listRangeItem>
</listRange>
</validRanges>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/y1</parameterUID>
</output>
</outputs>
</designCompetence>
</designCompetences>
<mathematicalFunctions>
<mathematicalFunction uID="A">
<label>A</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/settings/a</parameterUID>
<equationLabel>a</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/settings/c</parameterUID>
<equations uID="A_equation">
<equation language="Python">a</equation>
<equation language="LaTeX">a</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mi&gt;a&lt;/mi&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
<mathematicalFunction uID="F1">
<label>F1</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/geometry/x1</parameterUID>
<equationLabel>x1</equationLabel>
</input>
<input>
<parameterUID>/data_schema/analyses/y1</parameterUID>
<equationLabel>y1</equationLabel>
</input>
<input>
<parameterUID>/data_schema/analyses/y2</parameterUID>
<equationLabel>y2</equationLabel>
</input>
<input>
<parameterUID>/data_schema/geometry/z2</parameterUID>
<equationLabel>z2</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/f</parameterUID>
<equations uID="F1_equation">
<equation language="Python">x1**2+z2+y1+exp(-y2)</equation>
<equation language="LaTeX">x1^2+z2+y1+e^{-y2}</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;msup&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;mi&gt;z&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;msup&gt;&lt;mi&gt;e&lt;/mi&gt;&lt;mrow&gt;&lt;mo&gt;-&lt;/mo&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/mrow&gt;&lt;/msup&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
<mathematicalFunction uID="G2">
<label>G2</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/analyses/y2</parameterUID>
<equationLabel>y2</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/g2</parameterUID>
<equations uID="G2_equation">
<equation language="Python">1-y2/24.0</equation>
<equation language="LaTeX">1-y2/24.0</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mo&gt;-&lt;/mo&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;mo&gt;/&lt;/mo&gt;&lt;mn&gt;24&lt;/mn&gt;&lt;mo&gt;.&lt;/mo&gt;&lt;mn&gt;0&lt;/mn&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
<mathematicalFunction uID="G1">
<label>G1</label>
<functionType>regular</functionType>
<inputs>
<input>
<parameterUID>/data_schema/analyses/y1</parameterUID>
<equationLabel>y1</equationLabel>
</input>
</inputs>
<outputs>
<output>
<parameterUID>/data_schema/analyses/g1</parameterUID>
<equations uID="G1_equation">
<equation language="Python">y1/3.16-1</equation>
<equation language="LaTeX">y1/3.16-1</equation>
<equation language="MathML">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;&lt;mi&gt;y&lt;/mi&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;mo&gt;/&lt;/mo&gt;&lt;mn&gt;3&lt;/mn&gt;&lt;mo&gt;.&lt;/mo&gt;&lt;mn&gt;16&lt;/mn&gt;&lt;mo&gt;-&lt;/mo&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;/math&gt;</equation>
</equations>
</output>
</outputs>
</mathematicalFunction>
</mathematicalFunctions>
</executableBlocks>
<parameters>
<parameter uID="/data_schema/analyses/y1">
<label>y1</label>
</parameter>
<parameter uID="/data_schema/geometry/x1">
<label>x1</label>
</parameter>
<parameter uID="/data_schema/analyses/y2">
<label>y2</label>
</parameter>
<parameter uID="/data_schema/geometry/z2">
<label>z2</label>
</parameter>
<parameter uID="/data_schema/geometry/z1">
<label>z1</label>
</parameter>
<parameter uID="/data_schema/settings/c">
<label>c</label>
</parameter>
<parameter uID="/data_schema/settings/a">
<label>a</label>
</parameter>
<parameter uID="/data_schema/analyses/f">
<label>f</label>
</parameter>
<parameter uID="/data_schema/analyses/g2">
<label>g2</label>
</parameter>
<parameter uID="/data_schema/analyses/g1">
<label>g1</label>
</parameter>
</parameters>
<workflow>
<dataGraph>
<name>Sellar problem graph</name>
<edges>
<edge>
<fromExecutableBlockUID>A</fromExecutableBlockUID>
<toParameterUID>/data_schema/settings/c</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>F1</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/f</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>F2</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/f</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>G2</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/g2</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>G1</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/g1</toParameterUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y1</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y1</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y1</fromParameterUID>
<toExecutableBlockUID>D3</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y1</fromParameterUID>
<toExecutableBlockUID>G1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/x1</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/x1</fromParameterUID>
<toExecutableBlockUID>F2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/x1</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y2</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y2</fromParameterUID>
<toExecutableBlockUID>D3</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y2</fromParameterUID>
<toExecutableBlockUID>G2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/analyses/y2</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z2</fromParameterUID>
<toExecutableBlockUID>F1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z2</fromParameterUID>
<toExecutableBlockUID>F2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z2</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z2</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z1</fromParameterUID>
<toExecutableBlockUID>F2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z1</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/geometry/z1</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/settings/c</fromParameterUID>
<toExecutableBlockUID>D2</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/settings/c</fromParameterUID>
<toExecutableBlockUID>D1</toExecutableBlockUID>
</edge>
<edge>
<fromParameterUID>/data_schema/settings/a</fromParameterUID>
<toExecutableBlockUID>A</toExecutableBlockUID>
</edge>
<edge>
<fromExecutableBlockUID>D2</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/y2</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>D3</fromExecutableBlockUID>
<toParameterUID>/data_schema/geometry/x1</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>D3</fromExecutableBlockUID>
<toParameterUID>/data_schema/geometry/z2</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>D3</fromExecutableBlockUID>
<toParameterUID>/data_schema/geometry/z1</toParameterUID>
</edge>
<edge>
<fromExecutableBlockUID>D1</fromExecutableBlockUID>
<toParameterUID>/data_schema/analyses/y1</toParameterUID>
</edge>
</edges>
</dataGraph>
</workflow>
</cmdows>
File added
File added
File added
File added
This diff is collapsed.
examples/scripts/sellar_problem/VISTOMS/include/AGILE_Icon.png

24.1 KiB

examples/scripts/sellar_problem/VISTOMS/include/AGILE_Logo.png

13.9 KiB

examples/scripts/sellar_problem/VISTOMS/include/Acknowledgements.png

188 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 451.486 451.486"
style="enable-background:new 0 0 451.486 451.486;"
xml:space="preserve"
inkscape:version="0.48.5 r10040"
width="100%"
height="100%"
sodipodi:docname="clap.svg"><metadata
id="metadata55"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs53" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="787"
id="namedview51"
showgrid="false"
inkscape:zoom="0.36961766"
inkscape:cx="185.26515"
inkscape:cy="225.57005"
inkscape:window-x="0"
inkscape:window-y="200"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g3"
style="fill:#ffffff">
<path
d="M152.841,149.025c2.242,0,4.437,0.23,6.563,0.678c-0.532-12.992,7.069-25.523,19.824-30.623 c3.743-1.492,7.678-2.248,11.691-2.248c9.011,0,17.259,3.813,23.104,10.135l23.252-24.15c6.808-7.064,6.616-18.309-0.478-25.117 c-3.443-3.32-7.886-4.967-12.323-4.967c-4.659,0-9.311,1.818-12.792,5.451l-70.316,73.037 C145.056,149.779,148.906,149.025,152.841,149.025z"
id="path5"
style="fill:#ffffff" />
<path
d="M112.855,313.141c4.028-6.592,9.943-11.582,17.059-14.408c4.229-1.695,8.68-2.557,13.225-2.557 c6.531,0,12.931,1.809,18.53,5.244l7.216,4.42l-0.5-1.248l-5.368-13.477h0.006l-39.471-98.822 c-2.88-7.199-2.896-15.004-0.315-22.242l-6.022,6.254l-0.024-0.023l-38.217,39.703l7.942-62.623 c0.909-7.225-1.749-14.086-6.663-18.793c-3.304-3.203-7.648-5.383-12.593-5.998c-0.955-0.123-1.909-0.186-2.849-0.186 c-10.999,0-20.555,8.203-21.973,19.408L4.445,333.875c-1.756,8.533,0.978,17.375,7.256,23.412l65.48,63.055 c4.859,4.674,11.205,7.092,17.606,7.092c4.504,0,9.033-1.193,13.093-3.641l55.636-33.52l-39.571-28.719 C107.742,351.156,102.75,329.576,112.855,313.141z"
id="path7"
style="fill:#ffffff" />
<path
d="M270.023,133.77l3.358,8.41L288,126.99c6.8-7.063,6.57-18.33-0.494-25.131c-3.441-3.311-7.886-4.967-12.322-4.967 c-4.651,0-9.305,1.824-12.792,5.453l-12.47,12.955C258.933,118.018,266.381,124.664,270.023,133.77z"
id="path9"
style="fill:#ffffff" />
<path
d="M367.574,292.963l-50.707-126.955c-2.465-6.17-8.396-9.928-14.648-9.928c-1.95,0-3.937,0.363-5.854,1.133 c-8.079,3.234-12.03,12.414-8.781,20.494l24.376,61.029c0.778,1.947,0.748,4.119-0.077,6.045c-0.823,1.916-2.378,3.434-4.328,4.211 c-0.962,0.387-1.948,0.564-2.926,0.564c-3.128,0-6.091-1.881-7.325-4.961l-41.928-104.973c-2.464-6.172-8.387-9.928-14.648-9.928 c-1.956,0-3.936,0.361-5.861,1.131c-8.079,3.227-12.023,12.408-8.779,20.494l41.92,104.982c0.777,1.941,0.748,4.113-0.078,6.037 c-0.823,1.918-2.38,3.436-4.32,4.213c-0.954,0.377-1.94,0.564-2.912,0.564c-3.134,0-6.107-1.881-7.339-4.969l-47.781-119.631 c-2.464-6.162-8.395-9.912-14.656-9.912c-1.948,0-3.928,0.361-5.846,1.123c-8.087,3.236-12.03,12.408-8.795,20.502l47.789,119.615 c0.778,1.951,0.746,4.123-0.077,6.039c-0.825,1.926-2.388,3.443-4.328,4.221c-0.955,0.377-1.941,0.563-2.912,0.563 c-3.134,0-6.107-1.879-7.339-4.969l-41.928-104.975c-2.458-6.168-8.38-9.926-14.643-9.926c-1.948,0-3.936,0.361-5.859,1.131 c-8.087,3.229-12.03,12.408-8.789,20.494l44.855,112.309l-0.016,0.008l14.988,37.521c0.446,1.131,0.123,2.418-0.809,3.205 c-0.516,0.438-1.163,0.662-1.817,0.662c-0.508,0-1.023-0.139-1.48-0.416l-40.494-24.855c-3.213-1.963-6.77-2.91-10.282-2.91 c-2.52,0-5.022,0.484-7.363,1.426c-3.796,1.51-7.163,4.229-9.465,7.994c-5.699,9.271-2.795,21.41,6.484,27.117l135.243,98.166 c4.406,3.188,9.634,4.836,14.918,4.836c3.172,0,6.369-0.592,9.41-1.809l71.457-28.543c10.659-4.26,17.136-15.148,15.789-26.557 l-12.022-101.539C367.574,293.018,367.582,292.986,367.574,292.963z"
id="path11"
style="fill:#ffffff" />
<path
d="M364.771,94.436c-5.838-2.881-12.947-0.523-15.866,5.314c-2.912,5.854-0.532,12.953,5.313,15.865 c13.04,6.492,22.767,17.66,27.389,31.461c4.628,13.803,3.604,28.574-2.882,41.605c-2.91,5.854-0.531,12.953,5.315,15.865 c1.694,0.84,3.496,1.24,5.267,1.24c4.344,0,8.527-2.404,10.598-6.553c9.305-18.693,10.775-39.889,4.136-59.682 C397.402,119.768,383.454,103.74,364.771,94.436z"
id="path13"
style="fill:#ffffff" />
<path
d="M382.361,59.092c-5.8-2.928-12.931-0.523-15.858,5.322c-2.91,5.846-0.531,12.947,5.322,15.859 c46.381,23.088,65.333,79.611,42.245,126.006c-2.912,5.846-0.532,12.947,5.322,15.857c1.686,0.848,3.489,1.24,5.26,1.24 c4.344,0,8.525-2.402,10.596-6.561C464.154,158.754,440.431,87.996,382.361,59.092z"
id="path15"
style="fill:#ffffff" />
<path
d="M194.347,54.24c1.093-6.438-3.243-12.545-9.689-13.641c-20.609-3.465-41.288,1.271-58.303,13.371 c-17.013,12.092-28.303,30.09-31.776,50.678c-1.093,6.439,3.243,12.545,9.688,13.639c0.671,0.109,1.333,0.162,1.987,0.162 c5.669,0,10.675-4.082,11.646-9.857c2.434-14.357,10.296-26.91,22.165-35.344c11.852-8.441,26.278-11.768,40.649-9.313 C187.184,64.922,193.26,60.688,194.347,54.24z"
id="path17"
style="fill:#ffffff" />
<path
d="M65.343,111.701c0.67,0.109,1.331,0.164,1.987,0.164c5.667,0,10.674-4.082,11.652-9.859 c8.634-51.078,57.162-85.666,108.309-77c6.438,1.008,12.546-3.26,13.641-9.697c1.085-6.447-3.259-12.547-9.697-13.641 c-30.991-5.223-62.152,1.91-87.754,20.117C77.874,39.992,60.884,67.078,55.646,98.063C54.561,104.51,58.905,110.609,65.343,111.701 z"
id="path19"
style="fill:#ffffff" />
</g>
<g
id="g21">
</g>
<g
id="g23">
</g>
<g
id="g25">
</g>
<g
id="g27">
</g>
<g
id="g29">
</g>
<g
id="g31">
</g>
<g
id="g33">
</g>
<g
id="g35">
</g>
<g
id="g37">
</g>
<g
id="g39">
</g>
<g
id="g41">
</g>
<g
id="g43">
</g>
<g
id="g45">
</g>
<g
id="g47">
</g>
<g
id="g49">
</g>
</svg>
\ No newline at end of file
examples/scripts/sellar_problem/VISTOMS/include/Contact.png

15.9 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generiert durch Microsoft Visio, SVG Export Contact.svg Zeichenblatt-1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="1.41849in" height="0.870735in"
viewBox="0 0 102.131 62.6929" xml:space="preserve" color-interpolation-filters="sRGB" class="st3">
<v:documentProperties v:langID="1031" v:metric="true" v:viewMarkup="false"/>
<style type="text/css">
<![CDATA[
.st1 {fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:6}
.st2 {stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:6}
.st3 {fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
]]>
</style>
<g v:mID="0" v:index="1" v:groupContext="foregroundPage">
<title>Zeichenblatt-1</title>
<v:pageProperties v:drawingScale="0.0393701" v:pageScale="0.0393701" v:drawingUnits="24" v:shadowOffsetX="8.50394"
v:shadowOffsetY="-8.50394"/>
<g id="group69-1" transform="translate(3,-3)" v:mID="69" v:groupContext="group">
<title>Tabelle.69</title>
<g id="shape65-2" v:mID="65" v:groupContext="shape" transform="translate(96.1311,68.6929) rotate(180)">
<title>Rechteck.65</title>
<v:userDefs>
<v:ud v:nameU="visVersion" v:val="VT0(15):26"/>
</v:userDefs>
<rect x="0" y="6" width="96.1311" height="56.6929" class="st1"/>
</g>
<g id="shape63-4" v:mID="63" v:groupContext="shape" transform="translate(74.8163,76.5377) rotate(135)">
<title>Tabelle.63</title>
<path d="M0 62.69 L43.11 62.69" class="st2"/>
</g>
<g id="shape66-7" v:mID="66" v:groupContext="shape" transform="translate(96.1311,68.6929) rotate(180)">
<title>Dreieck</title>
<v:userDefs>
<v:ud v:nameU="visVersion" v:val="VT0(15):26"/>
</v:userDefs>
<path d="M96.13 62.69 L48.07 25.84 L0 62.69 L96.13 62.69 Z" class="st1"/>
</g>
<g id="shape68-9" v:mID="68" v:groupContext="shape" transform="translate(21.3147,76.5377) rotate(45) scale(1,-1)">
<title>Tabelle.68</title>
<path d="M0 62.69 L43.11 62.69" class="st2"/>
</g>
</g>
</g>
</svg>
examples/scripts/sellar_problem/VISTOMS/include/Home.png

7.81 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generiert durch Microsoft Visio, SVG Export Home.svg Zeichenblatt-1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="1.02696in" height="0.962866in"
viewBox="0 0 73.9408 69.3264" xml:space="preserve" color-interpolation-filters="sRGB" class="st2">
<v:documentProperties v:langID="1031" v:metric="true" v:viewMarkup="false"/>
<style type="text/css">
<![CDATA[
.st1 {fill:#ffffff;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.24}
.st2 {fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
]]>
</style>
<g v:mID="0" v:index="1" v:groupContext="foregroundPage">
<title>Zeichenblatt-1</title>
<v:pageProperties v:drawingScale="0.0393701" v:pageScale="0.0393701" v:drawingUnits="24" v:shadowOffsetX="8.50394"
v:shadowOffsetY="-8.50394"/>
<g id="shape18-1" v:mID="18" v:groupContext="shape" transform="translate(0.12,-0.12)">
<title>Tabelle.18</title>
<path d="M73.7 31.01 L36.85 0.24 L0 31.01 L73.7 31.01 ZM46.47 69.33 L63.17 69.33 L63.17 31.01 L10.53 31.01 L10.53 69.33
L28.04 69.33 L28.04 54.96 L46.47 54.96 L46.47 69.33 Z" class="st1"/>
</g>
</g>
</svg>
examples/scripts/sellar_problem/VISTOMS/include/RWTH_Logo.png

123 KiB

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