Skip to content

Changes

#27 (Mar 8, 2024, 8:20:44 AM)

  1. pass flags from parent MODL into MODL created by udpCsm — jfdannen / detail
  2. add OCC 7.8.0 verification data — jfdannen / detail
  3. Fix OpenCSM.h dependencies when copying to include — haimes / detail
  4. add blend32* test cases; add more OPAM1* test cases; add _vspID attribute to Faces in udpVsp3; update nuscale* verification data — jfdannen / detail
  5. More Linux RPATH changes — haimes / detail
  6. add checkVtk.c; remove blank lines in .vtk writer; add vtk2stl.c — jfdannen / detail
  7. loosen tolerance in convertToBSplines to overcome sloppy Pcurves on DARWIN_ARM64; improve efficiency of .vtk ASCII file writer — jfdannen / detail
  8. working to debug nuscale8* on ARM — jfdannen / detail
  9. working to debug nuscale8* on ARM — jfdannen / detail
  10. working to debug nuscale8* on ARM — jfdannen / detail
  11. working to debug nuscale8* on ARM — jfdannen / detail
  12. add ability to DUMP .vtk ASCII files; fix memory leak in nuscale8* test cases — jfdannen / detail
  13. modify fatal error messages in include line number — jfdannen / detail
  14. fix bug in udfNuscale that occurs for periodic Faces; add nuscale5-8 test cases; fix stanalizer error in ocsmPrintEgo — jfdannen / detail
  15. improve formatting in ocsmPrinEgo when printing BEZIERs or BSPLINEs; fix memory leak in ocsmClearance; fix sensitivity bug in BLEND when tangency is specified; add blend31* test cases; add winglet* test cases; include notations in ESP-help for the commands that cause finite difference sensitivities (CHAMFER, CONNECT, EVALUATE, FILLET, HOLLOW, IMPORT, LOFT, REVOLVE, SSLOPE, SWEEP, TORUS); fix bug that did not compute mass-properties-dots if a group of Nodes, Edges, or Faces were selected (independent of the Body type) — jfdannen / detail
  16. try again at minor fix to avoid unwarranted stanalizer warnings — jfdannen / detail
  17. minor fix to avoid unwarranted stanalizer warnings — jfdannen / detail
  18. fix propagation of Edge attributes for Edges that are LINEs; add persist3* test cases; improve ocsmClearance — jfdannen / detail
  19. Fix dependency on esp.h copy — haimes / detail
  20. remove velocity cache at beginning of build to avoid possible memory leaks — jfdannen / detail
  21. improve accuracy and robustness in ocsmClearance; modify clearance* test cases to make Bodys transparent; add ocsm.Clearance() to pyOCSM; update WAFFLE documentation in ESP-help; add SPLITTER option to udfGanged to scribe a common Body — jfdannen / detail
  22. Consitency between Linux x86_64 and aarch64 — galbramc / detail
  23. Updated ESP config files for OCC 7.8 — galbramc / detail
  24. Fix typo — galbramc / detail
  25. Write Loop Name to underlying curves. Read WireBody from step files. — galbramc / detail
  26. EG_isIsoPCurve only works for OCC 7.6 or above — galbramc / detail
  27. Update egads.def — galbramc / detail
  28. Udpate addKnots test — galbramc / detail
  29. Expose EG_addKnots. Add EG_isIsoPCurve. Ensure convertToBspline for LINE/PLANE is degree 1 — galbramc / detail
  30. More Linux RPATH changes — haimes / detail
  31. Correctly trim a trimmed surface in convertToBspline — galbramc / detail
  32. Fix so blend rounded tip works when the first edge in the section loop is the trailing edge — galbramc / detail
  33. Use consistent CURVE/SURFACE approximation algorithms and preserve periodicity in convertToBspline — galbramc / detail
  34. OpenCASCADE messed up the dependency on their libraries for 7.8 — haimes / detail
  35. Improved error message when PCurves do not form a closed loop — galbramc / detail
  36. Drive the use of RPATH in linux by an environment variable at build — haimes / detail
  37. Write SHELL names to underlying step shells — galbramc / detail
  38. Fix check for copying a PCurve — galbramc / detail
  39. Fix stanalizer warning — galbramc / detail
  40. Restor egads.pdf — galbramc / detail
  41. Allow copyObject on PCurve without transformation. Relax geometric consistency check on dot functions. — galbramc / detail
  42. Update Curve-to-Surface distance calculation to match OCCVER >= 7.6 algorithm — galbramc / detail
  43. Fix library file names for Windoze at 7.8 — haimes / detail
  44. Allow for the use of RPATH in LINUX builds — haimes / detail
  45. Test blend tangency treatment sensitvities — galbramc / detail
  46. Cleanup dot testing — galbramc / detail
  47. Fix Color attribute for IGES/STEP — galbramc / detail
  48. Also read/write Name attribute to STEP geometry — galbramc / detail
  49. ffp-model does not exist for older clang — galbramc / detail
  50. Update Win Env for 7.8 — galbramc / detail
  51. prepare for testing with OCC 7.8.0 — jfdannen / detail

#26 (Jan 29, 2024, 6:30:34 PM)

  1. Fix DARWIN64.gcc — galbramc / detail

#25 (Jan 29, 2024, 5:08:22 PM)

  1. increase number of iterations to match point count on opposite Edges in a Face in udfCreateBEM — jfdannen / detail
  2. add metaMaterial test case; allow tilde (~) in strings; in BLEND, allow 3 consecutive C1 xsects if .C1side is specified on the middle one(s); add more blend23* test cases; update udfDroop so that cross-section does not have to be in unit-chord standard position; update udfDroop so that it works with a blunt trailing edge; add droop9* test cases; allow arbitrary paths for UDCs; add udprim4 and udprim5 test cases (udprim1 to udprim3 have jfdannen absolute addresses and are not tested by Jenkins) — jfdannen / detail
  3. allow DisplayFilter to select everything that does not match a pattern; update ESP-help near end of tutorial 1; add displayFilter2 test case — jfdannen / detail
  4. uprev to v1.25 (ESP.html, ESP-localhost.html, ESP-help.html, OpenCSM.h, ocsm.rc, ESP_QuickReference.tex); fix memory leak in RULE and BLEND when reorder=1 or -1 for open xsects; add rule30* and blend30* test cases; fix bug that did not reorder xsects in RULE and BLEND when xsect contains only one Edge — jfdannen / detail
  5. fix ESP bug that did not exit pyscript properly; update version number in some tutorial files; update testScript.txt — jfdannen / detail
  6. allow assert_failed signal to be caught; check that arguments to COMBINE command are all valid Edge and/or Face numbers; fix bug in serveESP that seg faulted when a DESPMTR exceeded its LBOUND or UBOUND in the .csm file; fix memory leak associated with private data in UDP/UDFs; fix bug in GROUP command when ngroup was positive; update group5 test case and its verification data; start to modify ESP-help to include examples — jfdannen / detail
  7. fix undefined variable associated with degenerate Edges when using udfOffset — jfdannen / detail
  8. add deprecation warnings to all .csm/.udc/.cpc files that use LOFT, MACBEG, MACEND, and RECALL — jfdannen / detail
  9. update sensitivity calculations in udpParsec; add capNacelle*, testAdjoint6, and testAdjoint7 test cases; change copyright dates from 2023 to 2024 — jfdannen / detail
  10. fix bug in ocsmCopy that seg faulted when a Branch name exceeded 11 characters — jfdannen / detail
  11. re-add duplicate libraries for linking tile.so (even though latest linker will issue a warning) — jfdannen / detail
  12. fix udp.def for udpPost — jfdannen / detail
  13. try to eliminate duplicate library warnings when linking tile.so — jfdannen / detail
  14. fix bug in transferring Edge attributes when SUBTRACTing a SheetBody from another SheetBody (due to an OpenCASCADE error); fix bug that (erroneously) evalauted arguments to ELSEIF even when the matching IFTHEN evaluated to true; provide udps.ndotchg to tell it any inputs to sensitivities have changed since previous call for sensitivities; provide COPYUDPDATA to copy private data in UDP/UDFs — jfdannen / detail
  15. attempt to fix stanalizer errors — jfdannen / detail
  16. attempt to fix stanalizer errors — jfdannen / detail
  17. attempt to fix stanalizer errors — jfdannen / detail
  18. update udp.def for Windoze — jfdannen / detail
  19. refactor UDP/UDF global storage — jfdannen / detail
  20. 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 — jfdannen / detail
  21. fix bug in the pattern counter when executing PATBREAK — jfdannen / detail
  22. make UDP/UDFs thread-safe.  THIS REQUIRED A CHANGE IN ALL UDP/UDFs.  See OpenCSM/src/udp.help for information — jfdannen / detail
  23. 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 — jfdannen / detail
  24. added _grd, _trn, and _ori attributes to change initial settings for Faces and Edges; fix RALLOC so that it can be thread-safe — jfdannen / detail
  25. 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 — jfdannen / detail
  26. remove BWB.vsp3 test case since bug in OpenVSP sometimes causes OpenVSP to fail — jfdannen / detail
  27. remove verification data for 7.3.1 and 7.4.1 — jfdannen / detail
  28. change verification data for testAdjoint4 and testAdjoint5 to account for inconsistencies in number of spurious Nodes and Edges — jfdannen / detail
  29. 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 — jfdannen / detail
  30. fix bug in filename compression — jfdannen / detail
  31. temporarily disable filename compression — jfdannen / detail
  32. add grpName=. optional argument to DUMP command for .obj files; fix implicit string defaults in ocsmMakeBrch — jfdannen / detail
  33. 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 — jfdannen / detail
  34. 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 — jfdannen / detail
  35. add showsize option in udpNuScale; fix bug in udfOffset for Bodys with degenerate Edges; in udfEditAttr, allow attrValue to be a star in HAS statement, independent of whether the value is a string or a number — jfdannen / detail
  36. remove OPAM1_fillet test case (because FILLET works differently  on various platforms) — jfdannen / detail
  37. fix undefined variable warning — jfdannen / detail
  38. fix sanitize error in velocityOfEdge — jfdannen / detail
  39. update method for assigning _edgeIDs associated with degenerate Edges; slight improvement in tessellation sensitivities for some cases — jfdannen / detail
  40. update to use EG_mapBody2 to make sure Edges are mapped properly during sensitivity calculations; update sensitivities (again) to improve Edges generated by boolean operations; update selected sensitivity verification data — jfdannen / detail
  41. remove FILLETs from OPAM1.csm; add OPAM1_fillet test case; fix typo in computation of analytic sensitivities for a CONE; fix tessellation sensitivities when Node motion is perpendicular to end of Edge; add designZ* test cases; update all verification data associated with data/basic/design* to account for the new (better) sensitivities — jfdannen / detail
  42. add missing data/vsp3 verification data for 7.6.0 — jfdannen / detail
  43. clean up some debug printing during sensitivity calculations — jfdannen / detail
  44. ensure _faceID and _edgeID sequence numbers are consistent when computing finite difference sensitivities; allow CSYSTEM name to be an expression; fix bug that did not apply csystems to SELECT BODY command; add csystem7* test cases — jfdannen / detail
  45. modify OPAM1.udc to pass Jenkins tests — jfdannen / detail
  46. add simple.py to demonstrate a pyscript that can be run either from python prompt or from serveESP — jfdannen / detail
  47. fix sanitize-address error in udpWaffle when progress=1 — jfdannen / detail
  48. modify ocsmGetUV so that inverse evalaution starts at closest tessellation point if npnt is negative; fix memory leak associated with testAdjoint*; fix bug that allowed _hist and __trace__ to contain duplicate entries, which sometimes resulted in an infinite loop; add uCRM test case to data/gallery; fix bug that made had _edgeID point to scribing Face instead of its _faceID during a scribing operation; Edges from a sketch should have _edgeID that identifies the Body and Edge number; fix scribeWing test case; fix _edgeID for Edges that result from SUBTRACTing a SolidBody or planar SheetBody from a SheetBody. BEWARE: backward incompatability for some _edgeID; add edgeIDtest* test cases — jfdannen / detail
  49. add testAdjoint1 test case — jfdannen / detail
  50. make udpWaffle clean up temporary variables if an error occurs while processing a file; add fitCurve8 test case; return error from vspSetup if .vsp3 file does not exist; add pylon/pod to vsp3/OPAM1* test cases — jfdannen / detail
  51. remove X57_MAXWELL_CRM_v4.4.1 from svn (too big) — jfdannen / detail
  52. fix valgrind error in timVspSetup.c; initialization update required by change in EG_mapBody; add bentWaffle test case; SELECT * xmin xmax ... finds closest entity if xmin=xmax ... — jfdannen / detail
  53. Use -ffp-model=strict on macOS x86_64 as well — galbramc / detail
  54. Missed one file — galbramc / detail
  55. Update win README — galbramc / detail
  56. Add OCC 7.8 to build — galbramc / detail
  57. Fix Node return in localToGlobal by not looking at Degenerate Edges — haimes / detail
  58. Uprev DARWIN configs — haimes / detail
  59. Fix warning — galbramc / detail
  60. Fix compile error on Linux — galbramc / detail
  61. Fix typo — galbramc / detail
  62. EGADS redme update for Windoze download — haimes / detail
  63. Missed files — galbramc / detail
  64. Uprev EGADS. Add Face Color attribute for STEP/IGES — galbramc / detail
  65. Update training material comment in README — galbramc / detail
  66. Compile Tutorial.pdf — galbramc / detail
  67. Remove MACOSX from makeEnv — galbramc / detail
  68. Add macOS 14 to makeEnv — galbramc / detail
  69. Add more checks on Julia version and ESP env for jlEGADS — galbramc / detail
  70. Update EGADS copyright — galbramc / detail
  71. change copyright date from 2023 to 2024 — jfdannen / detail
  72. Update README release in January 2024 — galbramc / detail
  73. Suppress gfortran link warnings on macOS — galbramc / detail
  74. Remove more undefined error link warnings. Stanalizer fixes — galbramc / detail
  75. More link warning suppression on macOS — galbramc / detail
  76. Remove depricated macOS undefined error link flag — galbramc / detail
  77. EGADS doc fixes — galbramc / detail
  78. update udp.def in udpTire folder — jfdannen / detail
  79. update to account for UDP/UDF changes — jfdannen / detail
  80. Update python version in setup scripts — galbramc / detail
  81. Update PreBuilt README and setup scripts — galbramc / detail
  82. Add contextCopy to pyEGADS and jlEGADS — galbramc / detail
  83. Remove incorrect 'wrong OR' check for EG_quadTess — galbramc / detail
  84. Write Name attribute to iges files — galbramc / detail
  85. Add contextCopy to def file — haimes / detail
  86. Add tessellation support in EG_contextCopy — haimes / detail
  87. Add EG_contextCopy — haimes / detail
  88. Fix stanalizer — galbramc / detail
  89. Fix FACE/LOOP for EG_imprintBody — galbramc / detail
  90. Allow EG_imprintBody to accept FACE/LOOP pairs — galbramc / detail
  91. Add more debug info in splitBody — haimes / detail
  92. Do not SameParamter shell — galbramc / detail
  93. Fix stanalizer warning — galbramc / detail
  94. Properly map Degenerate Edges in mapBody2 — galbramc / detail
  95. Skip degenerate Edges in mapBody2 — galbramc / detail
  96. Fix lint — galbramc / detail
  97. Fix EG_mapBody infinite loop — galbramc / detail
  98. Update egads.def with EG_mapBody2 — galbramc / detail
  99. Fix incorrect mapBody tests — galbramc / detail
  100. Fix compile error related to M_PI — galbramc / detail
  101. Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys. — galbramc / detail
  102. Add additional Node check in EG_localToGlobal — galbramc / detail
  103. Add backup M_PI when not available for Surreal — galbramc / detail
  104. Fix memory leak when error occurs while reading units from STEP/IGES — galbramc / detail
  105. Rename ref test to avoid conflicting with NASA refine ref — galbramc / detail
  106. Preserve tessellation attributes in mapTessBody — galbramc / detail
  107. Pointwise leak suppression — galbramc / detail
  108. Upgrade Pointwise for new license — galbramc / detail
  109. Uptrade asan path to 15.0.0 — galbramc / detail
  110. Comment out IRIT — galbramc / detail
  111. Only suppress link warnings on macOS — galbramc / detail
  112. Suppress link warnings with PYTHONLIB — galbramc / detail
  113. Add abaqus to PATH — galbramc / detail
  114. Another Python address suppression — galbramc / detail
  115. Upgrade to Python 3.11.6 — galbramc / detail
  116. Undo looking for verfication data — galbramc / detail
  117. Warn about missing verification files — galbramc / detail
  118. Yet one more python suppression — galbramc / detail
  119. Another python valgrind suppression — galbramc / detail
  120. Upgrade to SU2 8.0.0 — galbramc / detail

#21 (Sep 9, 2023, 4:01:08 PM)

  1. fix addressing bug in udpWarp; initial implementation of timVspSetup — jfdannen / detail
  2. Update vsp3 memcheck suppression — galbramc / detail
  3. Add refine executable PATH — galbramc / detail

#20 (Sep 4, 2023, 5:30:39 PM)

  1. Small fix for IGES Name reads — galbramc / detail
  2. Suppress vspscript leaks — galbramc / detail