"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "templates/Interactive_Elasticity.pro" between
getdp-3.4.0-source.tgz and getdp-3.5.0-source.tgz

About: GetDP is a general finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions.

Interactive_Elasticity.pro  (getdp-3.4.0-source.tgz):Interactive_Elasticity.pro  (getdp-3.5.0-source.tgz)
skipping to change at line 139 skipping to change at line 139
EndIf EndIf
If(export) If(export)
If(Flag_Axi) If(Flag_Axi)
Printf(Sprintf("Flag_Axi = 1;")) >> Str[exportFile]; Printf(Sprintf("Flag_Axi = 1;")) >> Str[exportFile];
EndIf EndIf
If(Flag_Regime) If(Flag_Regime)
Printf(Sprintf("Flag_Regime = %g;", Flag_Regime)) >> Str[exportFile]; Printf(Sprintf("Flag_Regime = %g;", Flag_Regime)) >> Str[exportFile];
EndIf EndIf
If(Flag_Regime == 2) If(Flag_Regime == 2)
Printf(Sprintf("Freq = %g;", Freq)) >> Str[exportFile]; Printf(Sprintf("Freq = %g;", Freq)) >> Str[exportFile];
EndIf ElseIf(Flag_Regime == 3)
If(Flag_Regime == 3)
Printf(Sprintf("Freq_Target = %g;", Freq_Target)) >> Str[exportFile]; Printf(Sprintf("Freq_Target = %g;", Freq_Target)) >> Str[exportFile];
Printf(Sprintf("Num_Modes = %g;", Num_Modes)) >> Str[exportFile]; Printf(Sprintf("Num_Modes = %g;", Num_Modes)) >> Str[exportFile];
EndIf EndIf
If(modelDim == 3)
Printf(StrCat["modelDim = 3;"]) >> Str[exportFile];
EndIf
EndIf EndIf
// import material library // import material library
Include "Lib_Materials.pro"; Include "Lib_Materials.pro";
If(export) If(export)
Printf(StrCat['Include "', CurrentDirectory, 'Lib_Materials.pro";']) Printf(StrCat['Include "', CurrentDirectory, 'Lib_Materials.pro";'])
>> Str[exportFile]; >> Str[exportFile];
EndIf EndIf
// interactive definition of materials and sources // interactive definition of materials and sources
 End of changes. 2 change blocks. 
2 lines changed or deleted 4 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)