Skip to content
Success

Changes

Summary

  1. fix the code that finds the (non-manifold) Edge velocities generated by a Boolean operation on SheetBodys as well as SolidBodys; update ESP to account for new arguments to DUMP command; fix bug in copying UDP/UDF data that was identified by memcheck; fix bug with optional last argument to DUMP; fix bug associated with copying bodyList in ocsmCopy; print triangle and quadrilateral count when writing .obj file
  2. fix bug in the pattern counter when executing PATBREAK
  3. make UDP/UDFs thread-safe. THIS REQUIRED A CHANGE IN ALL UDP/UDFs. See OpenCSM/src/udp.help for information
  4. fixed bug when using a UDP/UDF that returns a value and finite difference sensitivities are being computed; fix compiler warning associated with _viz attribute; clean up memory at end of ocsmAdjoint
  5. added _grd, _trn, and _ori attributes to change initial settings for Faces and Edges; fix RALLOC so that it can be thread-safe
  6. add Node tolerance checks when reporting tolerance associated with a Body; adding _viz=off Attribute to a Face, Edge, or Node makes them initially not displayed in serveESP (although they can be toggled via the GUI); fix valgrind error associated with not initializing the output Body to EG_mapBody
  7. remove BWB.vsp3 test case since bug in OpenVSP sometimes causes OpenVSP to fail
  8. remove verification data for 7.3.1 and 7.4.1
  9. change verification data for testAdjoint4 and testAdjoint5 to account for inconsistencies in number of spurious Nodes and Edges
  10. fix bug that did not restore the stack properly when a command returned multiple Bodys; fix bug that did not clear display when plotter exits; make MessageWindow light green to alert user that they need to exit an overlay; allow TIM to reload (if state is TIM_READY); do not print warning that message is not broadcast because wv was not started (which can happen due to timing in multiple threads); add areaRule* test cases and python script
  11. fix bug in filename compression
  12. temporarily disable filename compression
  13. add grpName=. optional argument to DUMP command for .obj files; fix implicit string defaults in ocsmMakeBrch
  14. add ability to put attrName/attrValue on control surfaces in udc/flapz; prototype WaveFront .obj file writer; fix sensitivity bug that returns zeros when UDPs are used and -loadEgads was enabled; add quad output in .obj file writer
  15. add LRED, LGREEN, and LBLUE to list of possible colors; multi-thread ocsmAdjoint; add testAdjoint4 and testAdjoint5 test cases; dynamically allocate arrays in testOcsmAdjoint; print Edge lengths in ocsmPrintBrep; change signature of ocsmAdjoint to not automatically compute full Jacobian; do not run testOcsmAdjoint if -loadEgads is enabled; fix sensitivities bug if there is a UDP/UDF and the -loadEgads flag is set; remove /../ patterns from .udc filenames; fix bug in capsMode that did not allow .csm files to have .udc files in subdirectories
  16. update udp.def in udpTire folder
  17. update to account for UDP/UDF changes
  18. Update python version in setup scripts
  19. Update PreBuilt README and setup scripts
  20. Add contextCopy to pyEGADS and jlEGADS
  21. Remove incorrect 'wrong OR' check for EG_quadTess
  22. Add abaqus to PATH
  23. Another Python address suppression
  24. Upgrade to Python 3.11.6
Revision 2428 by jfdannen:
fix the code that finds the (non-manifold) Edge velocities generated by a Boolean operation on SheetBodys as well as SolidBodys; update ESP to account for new arguments to DUMP command; fix bug in copying UDP/UDF data that was identified by memcheck; fix bug with optional last argument to DUMP; fix bug associated with copying bodyList in ocsmCopy; print triangle and quadrilateral count when writing .obj file
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/docOpenCSM/trunk/doc
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udpParsec.cppOpenCSM/trunk/src/udpParsec.cpp
Revision 2427 by jfdannen:
fix bug in the pattern counter when executing PATBREAK
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2426 by jfdannen:
make UDP/UDFs thread-safe.  THIS REQUIRED A CHANGE IN ALL UDP/UDFs.  See OpenCSM/src/udp.help for information
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/Slugs/damaged_1.stlOpenCSM/trunk/data/Slugs/damaged_1.stl
The file was modified /trunk/data/basic/testAdjoint5.csmOpenCSM/trunk/data/basic/testAdjoint5.csm
The file was modified /trunk/data/basic/verify_7.6.0/testAdjoint5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint5.vfy
The file was modified /trunk/data/basic/verify_7.7.0/testAdjoint5.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint5.vfy
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/Makefile.DARWIN64.gccOpenCSM/trunk/src/Makefile.DARWIN64.gcc
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/timGloves.cOpenCSM/trunk/src/timGloves.c
The file was modified /trunk/src/udfCatmull.cOpenCSM/trunk/src/udfCatmull.c
The file was modified /trunk/src/udfCompare.cOpenCSM/trunk/src/udfCompare.c
The file was modified /trunk/src/udfCreateBEM.cOpenCSM/trunk/src/udfCreateBEM.c
The file was modified /trunk/src/udfCreatePoly.cOpenCSM/trunk/src/udfCreatePoly.c
The file was modified /trunk/src/udfDeform.cOpenCSM/trunk/src/udfDeform.c
The file was modified /trunk/src/udfDroop.cOpenCSM/trunk/src/udfDroop.c
The file was modified /trunk/src/udfDroop2.cOpenCSM/trunk/src/udfDroop2.c
The file was modified /trunk/src/udfDroop3.cOpenCSM/trunk/src/udfDroop3.c
The file was modified /trunk/src/udfDumpPmtrs.cOpenCSM/trunk/src/udfDumpPmtrs.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
The file was modified /trunk/src/udfFlend.cOpenCSM/trunk/src/udfFlend.c
The file was modified /trunk/src/udfGanged.cOpenCSM/trunk/src/udfGanged.c
The file was modified /trunk/src/udfGuide.cOpenCSM/trunk/src/udfGuide.c
The file was modified /trunk/src/udfLinalg.cOpenCSM/trunk/src/udfLinalg.c
The file was modified /trunk/src/udfMatchBodys.cOpenCSM/trunk/src/udfMatchBodys.c
The file was modified /trunk/src/udfMechanism.cOpenCSM/trunk/src/udfMechanism.c
The file was modified /trunk/src/udfNaca6mc.cOpenCSM/trunk/src/udfNaca6mc.c
The file was modified /trunk/src/udfNacelle.cOpenCSM/trunk/src/udfNacelle.c
The file was modified /trunk/src/udfNuscale.cOpenCSM/trunk/src/udfNuscale.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
The file was modified /trunk/src/udfPrintBbox.cOpenCSM/trunk/src/udfPrintBbox.c
The file was modified /trunk/src/udfPrintBrep.cOpenCSM/trunk/src/udfPrintBrep.c
The file was modified /trunk/src/udfPrintEgo.cOpenCSM/trunk/src/udfPrintEgo.c
The file was modified /trunk/src/udfShadow.cOpenCSM/trunk/src/udfShadow.c
The file was modified /trunk/src/udfSlices.cOpenCSM/trunk/src/udfSlices.c
The file was modified /trunk/src/udfStiffener.cOpenCSM/trunk/src/udfStiffener.c
The file was modified /trunk/src/udfTester1.cOpenCSM/trunk/src/udfTester1.c
The file was modified /trunk/src/udfTile.cOpenCSM/trunk/src/udfTile.c
The file was modified /trunk/src/udfTile2.cOpenCSM/trunk/src/udfTile2.c
The file was modified /trunk/src/udp.cOpenCSM/trunk/src/udp.c
The file was modified /trunk/src/udp.defOpenCSM/trunk/src/udp.def
The file was modified /trunk/src/udp.hOpenCSM/trunk/src/udp.h
The file was added/trunk/src/udp.helpOpenCSM/trunk/src/udp.help
The file was modified /trunk/src/udpBezier.cOpenCSM/trunk/src/udpBezier.c
The file was modified /trunk/src/udpBiconvex.cOpenCSM/trunk/src/udpBiconvex.c
The file was modified /trunk/src/udpBox.cOpenCSM/trunk/src/udpBox.c
The file was modified /trunk/src/udpBspline.cOpenCSM/trunk/src/udpBspline.c
The file was modified /trunk/src/udpCsm.cOpenCSM/trunk/src/udpCsm.c
The file was modified /trunk/src/udpEllipse.cOpenCSM/trunk/src/udpEllipse.c
The file was modified /trunk/src/udpEqn2body.cOpenCSM/trunk/src/udpEqn2body.c
The file was modified /trunk/src/udpFitcurve.cOpenCSM/trunk/src/udpFitcurve.c
The file was modified /trunk/src/udpFreeform.cOpenCSM/trunk/src/udpFreeform.c
The file was modified /trunk/src/udpGlovesBox.cOpenCSM/trunk/src/udpGlovesBox.c
The file was modified /trunk/src/udpGlovesCyl.cOpenCSM/trunk/src/udpGlovesCyl.c
The file was modified /trunk/src/udpGlovesFuse.cOpenCSM/trunk/src/udpGlovesFuse.c
The file was modified /trunk/src/udpGlovesSphr.cOpenCSM/trunk/src/udpGlovesSphr.c
The file was modified /trunk/src/udpGlovesVtail.cOpenCSM/trunk/src/udpGlovesVtail.c
The file was modified /trunk/src/udpGlovesWing.cOpenCSM/trunk/src/udpGlovesWing.c
The file was modified /trunk/src/udpHex.cOpenCSM/trunk/src/udpHex.c
The file was modified /trunk/src/udpHubWedge.cOpenCSM/trunk/src/udpHubWedge.c
The file was modified /trunk/src/udpImport.cOpenCSM/trunk/src/udpImport.c
The file was modified /trunk/src/udpKulfan.cOpenCSM/trunk/src/udpKulfan.c
The file was modified /trunk/src/udpLevelset.cOpenCSM/trunk/src/udpLevelset.c
The file was modified /trunk/src/udpNaca.cOpenCSM/trunk/src/udpNaca.c
The file was modified /trunk/src/udpNaca456.cOpenCSM/trunk/src/udpNaca456.c
The file was modified /trunk/src/udpNurbbody.cOpenCSM/trunk/src/udpNurbbody.c
The file was modified /trunk/src/udpParabaloid.cOpenCSM/trunk/src/udpParabaloid.c
The file was modified /trunk/src/udpParsec.cppOpenCSM/trunk/src/udpParsec.cpp
The file was modified /trunk/src/udpPod.cOpenCSM/trunk/src/udpPod.c
The file was modified /trunk/src/udpPoly.cOpenCSM/trunk/src/udpPoly.c
The file was modified /trunk/src/udpProp.cOpenCSM/trunk/src/udpProp.c
The file was modified /trunk/src/udpRadwaf.cOpenCSM/trunk/src/udpRadwaf.c
The file was modified /trunk/src/udpSample.cOpenCSM/trunk/src/udpSample.c
The file was modified /trunk/src/udpSew.cOpenCSM/trunk/src/udpSew.c
The file was modified /trunk/src/udpStag.cOpenCSM/trunk/src/udpStag.c
The file was modified /trunk/src/udpSupell.cOpenCSM/trunk/src/udpSupell.c
The file was modified /trunk/src/udpTblade.cOpenCSM/trunk/src/udpTblade.c
The file was modified /trunk/src/udpTester2.cOpenCSM/trunk/src/udpTester2.c
The file was modified /trunk/src/udpUtilities.cOpenCSM/trunk/src/udpUtilities.c
The file was modified /trunk/src/udpUtilities.hOpenCSM/trunk/src/udpUtilities.h
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
The file was modified /trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 2425 by jfdannen:
fixed bug when using a UDP/UDF that returns a value and finite difference sensitivities are being computed; fix compiler warning associated with _viz attribute; clean up memory at end of ocsmAdjoint
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
Revision 2424 by jfdannen:
added _grd, _trn, and _ori attributes to change initial settings for Faces and Edges; fix RALLOC so that it can be thread-safe
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/Slugs/damaged_1.stlOpenCSM/trunk/data/Slugs/damaged_1.stl
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSMtcl.cOpenCSM/trunk/src/OpenCSMtcl.c
The file was modified /trunk/src/adjointCSM.cOpenCSM/trunk/src/adjointCSM.c
The file was modified /trunk/src/buildCSM.cOpenCSM/trunk/src/buildCSM.c
The file was modified /trunk/src/fun3dCSM.cOpenCSM/trunk/src/fun3dCSM.c
The file was modified /trunk/src/gmgwCSM.cOpenCSM/trunk/src/gmgwCSM.c
The file was modified /trunk/src/gridCSM.cOpenCSM/trunk/src/gridCSM.c
The file was modified /trunk/src/massProps.cOpenCSM/trunk/src/massProps.c
The file was modified /trunk/src/matchCSM.cOpenCSM/trunk/src/matchCSM.c
The file was modified /trunk/src/sensCSM.cOpenCSM/trunk/src/sensCSM.c
The file was modified /trunk/src/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/tessCSM.cOpenCSM/trunk/src/tessCSM.c
The file was modified /trunk/src/timCapsMode.cOpenCSM/trunk/src/timCapsMode.c
The file was modified /trunk/src/timGloves.cOpenCSM/trunk/src/timGloves.c
The file was modified /trunk/src/timPlotter.cOpenCSM/trunk/src/timPlotter.c
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
The file was modified /trunk/src/timViewer.cOpenCSM/trunk/src/timViewer.c
The file was modified /trunk/src/udfCatmull.cOpenCSM/trunk/src/udfCatmull.c
The file was modified /trunk/src/udfCompare.cOpenCSM/trunk/src/udfCompare.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
The file was modified /trunk/src/udfLinalg.cOpenCSM/trunk/src/udfLinalg.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
The file was modified /trunk/src/udfSlices.cOpenCSM/trunk/src/udfSlices.c
The file was modified /trunk/src/udfTester1.cOpenCSM/trunk/src/udfTester1.c
The file was modified /trunk/src/udfTile.cOpenCSM/trunk/src/udfTile.c
The file was modified /trunk/src/udfTile2.cOpenCSM/trunk/src/udfTile2.c
The file was modified /trunk/src/udpBezier.cOpenCSM/trunk/src/udpBezier.c
The file was modified /trunk/src/udpFitcurve.cOpenCSM/trunk/src/udpFitcurve.c
The file was modified /trunk/src/udpFreeform.cOpenCSM/trunk/src/udpFreeform.c
The file was modified /trunk/src/udpNurbbody.cOpenCSM/trunk/src/udpNurbbody.c
The file was modified /trunk/src/udpTester2.cOpenCSM/trunk/src/udpTester2.c
The file was modified /trunk/src/udpUtilities.cOpenCSM/trunk/src/udpUtilities.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
The file was modified /trunk/src/vsp2csm.cOpenCSM/trunk/src/vsp2csm.c
Revision 2423 by jfdannen:
add Node tolerance checks when reporting tolerance associated with a Body; adding _viz=off Attribute to a Face, Edge, or Node makes them initially not displayed in serveESP (although they can be toggled via the GUI); fix valgrind error associated with not initializing the output Body to EG_mapBody
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2422 by jfdannen:
remove BWB.vsp3 test case since bug in OpenVSP sometimes causes OpenVSP to fail
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/dataOpenCSM/trunk/data
The file was modified /trunk/data/CAPSOpenCSM/trunk/data/CAPS
The file was modified /trunk/data/SlugsOpenCSM/trunk/data/Slugs
The file was added/trunk/data/Slugs/damaged_1.stlOpenCSM/trunk/data/Slugs/damaged_1.stl
The file was modified /trunk/data/TRADESOpenCSM/trunk/data/TRADES
The file was modified /trunk/data/Tblade3/Case7-28-8_IGVOpenCSM/trunk/data/Tblade3/Case7-28-8_IGV
The file was modified /trunk/data/Tblade3/Case7-28-8_OGVOpenCSM/trunk/data/Tblade3/Case7-28-8_OGV
The file was modified /trunk/data/Tblade3/Case7-28-8_RotorOpenCSM/trunk/data/Tblade3/Case7-28-8_Rotor
The file was modified /trunk/data/Tblade3/Case9-22-1_RotorOpenCSM/trunk/data/Tblade3/Case9-22-1_Rotor
The file was modified /trunk/data/Tblade3/NACA_thicknessOpenCSM/trunk/data/Tblade3/NACA_thickness
The file was modified /trunk/data/Tblade3/NACA_thickness_with_derivativeOpenCSM/trunk/data/Tblade3/NACA_thickness_with_derivative
The file was modified /trunk/data/Tblade3/Wennerstrom_with_umxthkOpenCSM/trunk/data/Tblade3/Wennerstrom_with_umxthk
The file was modified /trunk/data/Tblade3/hub_inflationOpenCSM/trunk/data/Tblade3/hub_inflation
The file was modified /trunk/data/Tblade3/hub_tip_inflationOpenCSM/trunk/data/Tblade3/hub_tip_inflation
The file was modified /trunk/data/Tblade3/tip_inflationOpenCSM/trunk/data/Tblade3/tip_inflation
The file was modified /trunk/data/basicOpenCSM/trunk/data/basic
The file was modified /trunk/data/capsExamplesOpenCSM/trunk/data/capsExamples
The file was modified /trunk/data/galleryOpenCSM/trunk/data/gallery
The file was modified /trunk/data/legacyOpenCSM/trunk/data/legacy
The file was modified /trunk/data/plugsOpenCSM/trunk/data/plugs
The file was modified /trunk/data/studentGalleryOpenCSM/trunk/data/studentGallery
The file was modified /trunk/data/training/data/session01OpenCSM/trunk/data/training/data/session01
The file was modified /trunk/data/training/data/session02OpenCSM/trunk/data/training/data/session02
The file was modified /trunk/data/training/data/session03OpenCSM/trunk/data/training/data/session03
The file was modified /trunk/data/training/data/session04OpenCSM/trunk/data/training/data/session04
The file was modified /trunk/data/training/data/session05OpenCSM/trunk/data/training/data/session05
The file was modified /trunk/data/training/data/session06OpenCSM/trunk/data/training/data/session06
The file was modified /trunk/data/training/data/session07OpenCSM/trunk/data/training/data/session07
The file was modified /trunk/data/training/data/session08OpenCSM/trunk/data/training/data/session08
The file was modified /trunk/data/training/data/session09OpenCSM/trunk/data/training/data/session09
The file was modified /trunk/data/training/solutions/session01OpenCSM/trunk/data/training/solutions/session01
The file was modified /trunk/data/training/solutions/session02OpenCSM/trunk/data/training/solutions/session02
The file was modified /trunk/data/training/solutions/session03OpenCSM/trunk/data/training/solutions/session03
The file was modified /trunk/data/training/solutions/session04OpenCSM/trunk/data/training/solutions/session04
The file was modified /trunk/data/training/solutions/session05OpenCSM/trunk/data/training/solutions/session05
The file was modified /trunk/data/training/solutions/session06OpenCSM/trunk/data/training/solutions/session06
The file was modified /trunk/data/training/solutions/session07OpenCSM/trunk/data/training/solutions/session07
The file was modified /trunk/data/training/solutions/session08OpenCSM/trunk/data/training/solutions/session08
The file was modified /trunk/data/training/solutions/session09OpenCSM/trunk/data/training/solutions/session09
The file was modified /trunk/data/vspOpenCSM/trunk/data/vsp
The file was modified /trunk/data/vsp3OpenCSM/trunk/data/vsp3
The file was removed/trunk/data/vsp3/BWB.csmOpenCSM/trunk/data/vsp3/BWB.csm
The file was removed/trunk/data/vsp3/BWB.vsp3OpenCSM/trunk/data/vsp3/BWB.vsp3
Revision 2421 by jfdannen:
remove verification data for 7.3.1 and 7.4.1
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was removed/trunk/data/CAPS/verify_7.3.1OpenCSM/trunk/data/CAPS/verify_7.3.1
The file was removed/trunk/data/CAPS/verify_7.4.1OpenCSM/trunk/data/CAPS/verify_7.4.1
The file was removed/trunk/data/Slugs/verify_7.3.1OpenCSM/trunk/data/Slugs/verify_7.3.1
The file was removed/trunk/data/Slugs/verify_7.4.1OpenCSM/trunk/data/Slugs/verify_7.4.1
The file was removed/trunk/data/TRADES/verify_7.3.1OpenCSM/trunk/data/TRADES/verify_7.3.1
The file was removed/trunk/data/TRADES/verify_7.4.1OpenCSM/trunk/data/TRADES/verify_7.4.1
The file was removed/trunk/data/Tblade3/Case7-28-8_IGV/verify_7.3.1OpenCSM/trunk/data/Tblade3/Case7-28-8_IGV/verify_7.3.1
The file was removed/trunk/data/Tblade3/Case7-28-8_IGV/verify_7.4.1OpenCSM/trunk/data/Tblade3/Case7-28-8_IGV/verify_7.4.1
The file was removed/trunk/data/Tblade3/Case7-28-8_OGV/verify_7.3.1OpenCSM/trunk/data/Tblade3/Case7-28-8_OGV/verify_7.3.1
The file was removed/trunk/data/Tblade3/Case7-28-8_OGV/verify_7.4.1OpenCSM/trunk/data/Tblade3/Case7-28-8_OGV/verify_7.4.1
The file was removed/trunk/data/Tblade3/Case7-28-8_Rotor/verify_7.3.1OpenCSM/trunk/data/Tblade3/Case7-28-8_Rotor/verify_7.3.1
The file was removed/trunk/data/Tblade3/Case7-28-8_Rotor/verify_7.4.1OpenCSM/trunk/data/Tblade3/Case7-28-8_Rotor/verify_7.4.1
The file was removed/trunk/data/Tblade3/Case9-22-1_Rotor/verify_7.3.1OpenCSM/trunk/data/Tblade3/Case9-22-1_Rotor/verify_7.3.1
The file was removed/trunk/data/Tblade3/Case9-22-1_Rotor/verify_7.4.1OpenCSM/trunk/data/Tblade3/Case9-22-1_Rotor/verify_7.4.1
The file was removed/trunk/data/Tblade3/NACA_thickness/verify_7.3.1OpenCSM/trunk/data/Tblade3/NACA_thickness/verify_7.3.1
The file was removed/trunk/data/Tblade3/NACA_thickness/verify_7.4.1OpenCSM/trunk/data/Tblade3/NACA_thickness/verify_7.4.1
The file was removed/trunk/data/Tblade3/NACA_thickness_with_derivative/verify_7.3.1OpenCSM/trunk/data/Tblade3/NACA_thickness_with_derivative/verify_7.3.1
The file was removed/trunk/data/Tblade3/NACA_thickness_with_derivative/verify_7.4.1OpenCSM/trunk/data/Tblade3/NACA_thickness_with_derivative/verify_7.4.1
The file was removed/trunk/data/Tblade3/Wennerstrom_with_umxthk/verify_7.3.1OpenCSM/trunk/data/Tblade3/Wennerstrom_with_umxthk/verify_7.3.1
The file was removed/trunk/data/Tblade3/Wennerstrom_with_umxthk/verify_7.4.1OpenCSM/trunk/data/Tblade3/Wennerstrom_with_umxthk/verify_7.4.1
The file was removed/trunk/data/Tblade3/hub_inflation/verify_7.3.1OpenCSM/trunk/data/Tblade3/hub_inflation/verify_7.3.1
The file was removed/trunk/data/Tblade3/hub_inflation/verify_7.4.1OpenCSM/trunk/data/Tblade3/hub_inflation/verify_7.4.1
The file was removed/trunk/data/Tblade3/hub_tip_inflation/verify_7.3.1OpenCSM/trunk/data/Tblade3/hub_tip_inflation/verify_7.3.1
The file was removed/trunk/data/Tblade3/hub_tip_inflation/verify_7.4.1OpenCSM/trunk/data/Tblade3/hub_tip_inflation/verify_7.4.1
The file was removed/trunk/data/Tblade3/tip_inflation/verify_7.3.1OpenCSM/trunk/data/Tblade3/tip_inflation/verify_7.3.1
The file was removed/trunk/data/Tblade3/tip_inflation/verify_7.4.1OpenCSM/trunk/data/Tblade3/tip_inflation/verify_7.4.1
The file was removed/trunk/data/basic/verify_7.3.1OpenCSM/trunk/data/basic/verify_7.3.1
The file was removed/trunk/data/basic/verify_7.4.1OpenCSM/trunk/data/basic/verify_7.4.1
The file was removed/trunk/data/capsExamples/verify_7.3.1OpenCSM/trunk/data/capsExamples/verify_7.3.1
The file was removed/trunk/data/capsExamples/verify_7.4.1OpenCSM/trunk/data/capsExamples/verify_7.4.1
The file was removed/trunk/data/gallery/verify_7.3.1OpenCSM/trunk/data/gallery/verify_7.3.1
The file was removed/trunk/data/gallery/verify_7.4.1OpenCSM/trunk/data/gallery/verify_7.4.1
The file was removed/trunk/data/legacy/verify_7.3.1OpenCSM/trunk/data/legacy/verify_7.3.1
The file was removed/trunk/data/legacy/verify_7.4.1OpenCSM/trunk/data/legacy/verify_7.4.1
The file was removed/trunk/data/plugs/verify_7.3.1OpenCSM/trunk/data/plugs/verify_7.3.1
The file was removed/trunk/data/plugs/verify_7.4.1OpenCSM/trunk/data/plugs/verify_7.4.1
The file was removed/trunk/data/studentGallery/verify_7.3.1OpenCSM/trunk/data/studentGallery/verify_7.3.1
The file was removed/trunk/data/studentGallery/verify_7.4.1OpenCSM/trunk/data/studentGallery/verify_7.4.1
The file was removed/trunk/data/training/data/session01/verify_7.3.1OpenCSM/trunk/data/training/data/session01/verify_7.3.1
The file was removed/trunk/data/training/data/session01/verify_7.4.1OpenCSM/trunk/data/training/data/session01/verify_7.4.1
The file was removed/trunk/data/training/data/session02/verify_7.3.1OpenCSM/trunk/data/training/data/session02/verify_7.3.1
The file was removed/trunk/data/training/data/session02/verify_7.4.1OpenCSM/trunk/data/training/data/session02/verify_7.4.1
The file was removed/trunk/data/training/data/session03/verify_7.3.1OpenCSM/trunk/data/training/data/session03/verify_7.3.1
The file was removed/trunk/data/training/data/session03/verify_7.4.1OpenCSM/trunk/data/training/data/session03/verify_7.4.1
The file was removed/trunk/data/training/data/session04/verify_7.3.1OpenCSM/trunk/data/training/data/session04/verify_7.3.1
The file was removed/trunk/data/training/data/session04/verify_7.4.1OpenCSM/trunk/data/training/data/session04/verify_7.4.1
The file was removed/trunk/data/training/data/session05/verify_7.3.1OpenCSM/trunk/data/training/data/session05/verify_7.3.1
The file was removed/trunk/data/training/data/session05/verify_7.4.1OpenCSM/trunk/data/training/data/session05/verify_7.4.1
The file was removed/trunk/data/training/data/session06/verify_7.3.1OpenCSM/trunk/data/training/data/session06/verify_7.3.1
The file was removed/trunk/data/training/data/session06/verify_7.4.1OpenCSM/trunk/data/training/data/session06/verify_7.4.1
The file was removed/trunk/data/training/data/session07/verify_7.3.1OpenCSM/trunk/data/training/data/session07/verify_7.3.1
The file was removed/trunk/data/training/data/session07/verify_7.4.1OpenCSM/trunk/data/training/data/session07/verify_7.4.1
The file was removed/trunk/data/training/data/session08/verify_7.3.1OpenCSM/trunk/data/training/data/session08/verify_7.3.1
The file was removed/trunk/data/training/data/session08/verify_7.4.1OpenCSM/trunk/data/training/data/session08/verify_7.4.1
The file was removed/trunk/data/training/data/session09/verify_7.3.1OpenCSM/trunk/data/training/data/session09/verify_7.3.1
The file was removed/trunk/data/training/data/session09/verify_7.4.1OpenCSM/trunk/data/training/data/session09/verify_7.4.1
The file was removed/trunk/data/training/solutions/session01/verify_7.3.1OpenCSM/trunk/data/training/solutions/session01/verify_7.3.1
The file was removed/trunk/data/training/solutions/session01/verify_7.4.1OpenCSM/trunk/data/training/solutions/session01/verify_7.4.1
The file was removed/trunk/data/training/solutions/session02/verify_7.3.1OpenCSM/trunk/data/training/solutions/session02/verify_7.3.1
The file was removed/trunk/data/training/solutions/session02/verify_7.4.1OpenCSM/trunk/data/training/solutions/session02/verify_7.4.1
The file was removed/trunk/data/training/solutions/session03/verify_7.3.1OpenCSM/trunk/data/training/solutions/session03/verify_7.3.1
The file was removed/trunk/data/training/solutions/session03/verify_7.4.1OpenCSM/trunk/data/training/solutions/session03/verify_7.4.1
The file was removed/trunk/data/training/solutions/session04/verify_7.3.1OpenCSM/trunk/data/training/solutions/session04/verify_7.3.1
The file was removed/trunk/data/training/solutions/session04/verify_7.4.1OpenCSM/trunk/data/training/solutions/session04/verify_7.4.1
The file was removed/trunk/data/training/solutions/session05/verify_7.3.1OpenCSM/trunk/data/training/solutions/session05/verify_7.3.1
The file was removed/trunk/data/training/solutions/session05/verify_7.4.1OpenCSM/trunk/data/training/solutions/session05/verify_7.4.1
The file was removed/trunk/data/training/solutions/session06/verify_7.3.1OpenCSM/trunk/data/training/solutions/session06/verify_7.3.1
The file was removed/trunk/data/training/solutions/session06/verify_7.4.1OpenCSM/trunk/data/training/solutions/session06/verify_7.4.1
The file was removed/trunk/data/training/solutions/session07/verify_7.3.1OpenCSM/trunk/data/training/solutions/session07/verify_7.3.1
The file was removed/trunk/data/training/solutions/session07/verify_7.4.1OpenCSM/trunk/data/training/solutions/session07/verify_7.4.1
The file was removed/trunk/data/training/solutions/session08/verify_7.3.1OpenCSM/trunk/data/training/solutions/session08/verify_7.3.1
The file was removed/trunk/data/training/solutions/session08/verify_7.4.1OpenCSM/trunk/data/training/solutions/session08/verify_7.4.1
The file was removed/trunk/data/training/solutions/session09/verify_7.3.1OpenCSM/trunk/data/training/solutions/session09/verify_7.3.1
The file was removed/trunk/data/training/solutions/session09/verify_7.4.1OpenCSM/trunk/data/training/solutions/session09/verify_7.4.1
The file was removed/trunk/data/verify_7.3.1OpenCSM/trunk/data/verify_7.3.1
The file was removed/trunk/data/verify_7.4.1OpenCSM/trunk/data/verify_7.4.1
The file was removed/trunk/data/vsp/verify_7.3.1OpenCSM/trunk/data/vsp/verify_7.3.1
The file was removed/trunk/data/vsp/verify_7.4.1OpenCSM/trunk/data/vsp/verify_7.4.1
Revision 2420 by jfdannen:
change verification data for testAdjoint4 and testAdjoint5 to account for inconsistencies in number of spurious Nodes and Edges
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/verify_7.6.0/testAdjoint4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint4.vfy
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint4.vfy_handOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint4.vfy_hand
The file was modified /trunk/data/basic/verify_7.6.0/testAdjoint5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint5.vfy
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint5.vfy_handOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint5.vfy_hand
The file was modified /trunk/data/basic/verify_7.7.0/testAdjoint4.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint4.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint4.vfy_handOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint4.vfy_hand
The file was modified /trunk/data/basic/verify_7.7.0/testAdjoint5.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint5.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint5.vfy_handOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint5.vfy_hand
Revision 2419 by jfdannen:
fix bug that did not restore the stack properly when a command returned multiple Bodys; fix bug that did not clear display when plotter exits; make MessageWindow light green to alert user that they need to exit an overlay; allow TIM to reload (if state is TIM_READY); do not print warning that message is not broadcast because wv was not started (which can happen due to timing in multiple threads); add areaRule* test cases and python script
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-viewer.jsOpenCSM/trunk/ESP/ESP-viewer.js
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/areaRule.pyOpenCSM/trunk/data/basic/areaRule.py
The file was added/trunk/data/basic/areaRule1.csmOpenCSM/trunk/data/basic/areaRule1.csm
The file was added/trunk/data/basic/areaRule2.csmOpenCSM/trunk/data/basic/areaRule2.csm
The file was added/trunk/data/basic/areaRuleWing1.udcOpenCSM/trunk/data/basic/areaRuleWing1.udc
The file was added/trunk/data/basic/areaRuleWing2.udcOpenCSM/trunk/data/basic/areaRuleWing2.udc
The file was added/trunk/data/basic/verify_7.6.0/areaRule1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/areaRule1.vfy
The file was added/trunk/data/basic/verify_7.6.0/areaRule2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/areaRule2.vfy
The file was added/trunk/data/basic/verify_7.7.0/areaRule1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/areaRule1.vfy
The file was added/trunk/data/basic/verify_7.7.0/areaRule2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/areaRule2.vfy
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/tim.cOpenCSM/trunk/src/tim.c
Revision 2418 by jfdannen:
fix bug in filename compression
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2417 by jfdannen:
temporarily disable filename compression
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2416 by jfdannen:
add grpName=. optional argument to DUMP command for .obj files; fix implicit string defaults in ocsmMakeBrch
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
Revision 2415 by jfdannen:
add ability to put attrName/attrValue on control surfaces in udc/flapz; prototype WaveFront .obj file writer; fix sensitivity bug that returns zeros when UDPs are used and -loadEgads was enabled; add quad output in .obj file writer
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/udc/flapz.udcOpenCSM/trunk/udc/flapz.udc
Revision 2414 by jfdannen:
add LRED, LGREEN, and LBLUE to list of possible colors; multi-thread ocsmAdjoint; add testAdjoint4 and testAdjoint5 test cases; dynamically allocate arrays in testOcsmAdjoint; print Edge lengths in ocsmPrintBrep; change signature of ocsmAdjoint to not automatically compute full Jacobian; do not run testOcsmAdjoint if -loadEgads is enabled; fix sensitivities bug if there is a UDP/UDF and the -loadEgads flag is set; remove /../ patterns from .udc filenames; fix bug in capsMode that did not allow .csm files to have .udc files in subdirectories
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/testAdjoint4.csmOpenCSM/trunk/data/basic/testAdjoint4.csm
The file was added/trunk/data/basic/testAdjoint5.csmOpenCSM/trunk/data/basic/testAdjoint5.csm
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint4.vfy
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint5.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint4.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint4.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint5.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint5.vfy
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/timCapsMode.cOpenCSM/trunk/src/timCapsMode.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 1971 by jfdannen:
update udp.def in udpTire folder
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/UDP_UDF/data/udp.defEGADS/trunk/docs/UDP_UDF/data/udp.def
Revision 1970 by jfdannen:
update to account for UDP/UDF changes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/UDP_UDF/data/udpTire.cEGADS/trunk/docs/UDP_UDF/data/udpTire.c
Revision 1969 by galbramc:
Update python version in setup scripts
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/setup.shEGADS/trunk/config/setup.sh
The file was modified /trunk/config/winEnvEGADS/trunk/config/winEnv
Revision 1968 by galbramc:
Update PreBuilt README and setup scripts
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/MACdownloads.txtEGADS/trunk/config/MACdownloads.txt
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
The file was modified /trunk/config/linREADME.txtEGADS/trunk/config/linREADME.txt
The file was modified /trunk/config/macREADME.txtEGADS/trunk/config/macREADME.txt
The file was modified /trunk/config/setup.cmdEGADS/trunk/config/setup.cmd
The file was modified /trunk/config/setup.commandEGADS/trunk/config/setup.command
The file was modified /trunk/config/setup.shEGADS/trunk/config/setup.sh
The file was modified /trunk/config/winREADME.txtEGADS/trunk/config/winREADME.txt
Revision 1967 by galbramc:
Add contextCopy to pyEGADS and jlEGADS
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/pyEGADS/pyEGADS/egads.pyEGADS/trunk/pyEGADS/pyEGADS/egads.py
The file was modified /trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
Revision 1966 by galbramc:
Remove incorrect 'wrong OR' check for EG_quadTess
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/util/regQuads.cEGADS/trunk/util/regQuads.c
Revision 842 by galbramc:
Add abaqus to PATH
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 841 by galbramc:
Another Python address suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt
Revision 840 by galbramc:
Upgrade to Python 3.11.6
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh