Skip to content

Changes

#98 (May 13, 2023, 1:37:06 AM)

  1. fix warnings in previous commit — jfdannen / detail
  2. add ocsmTraceAttrs, ocsmTraceStors, ocsmGetFiletree, and ocsmShowTblOfContents; add ability to trace Attributes, Storges, the FileTree, and the provided representations in the .csm editor; limit number of files in File menu in ESP so that it does not overflow the display; add SPECIAL provides statement to work with ocsmShowTblOfContents — jfdannen / detail
  3. fix bug that did not properly decrement the pattern counter for ENDIF statements after a PATBREAK was executed; fix bug that returned error after SELECTing a degenerate Edge — jfdannen / detail
  4. take shortcut when creating tessellation sensitivities for Faces that do not have Edges that are the result of Boolean operations; update .tsen files for both 7.6.0 and 7.7.0 — jfdannen / detail
  5. fix typo in text string in serveESP — jfdannen / detail
  6. fix warning in previous commit — jfdannen / detail
  7. fix bug that copied Csystems into a UDPRIM; add udfMechanism and mechanism* test cases — jfdannen / detail
  8. update ToDo.txt — jfdannen / detail
  9. add udfDeform to change BSpline control points associated with Faces (and Edges and Nodes) in a Body; add deform* test cases; modify some verification data to account for differences between 7.6.0 and 7.7.0 on all operating systems — jfdannen / detail
  10. update testScript.txt again — jfdannen / detail
  11. remove more clang warnings — jfdannen / detail
  12. remove clang warnings — jfdannen / detail
  13. remove GLOVES from ESP menu (for now) — jfdannen / detail
  14. update data/capsExamples/verify_7.7.0 files; use EG_copyObject since EGADS now allows the copying of PCurves; fix typos in testScript.txt; updates to avoid warnings in latest version of clang — jfdannen / detail
  15. update ESP-help.html — jfdannen / detail
  16. allow cases with Edge-only tessellations to work; add edgeGrid* test cases; update 7.7.0 verification data for imprint5 (should fail); add PLOT_DISPLACE to plot displaced Edges based upon tessellation sensitivities — jfdannen / detail
  17. fix recently-added bug associated with FD tessellation sensitivities for NodeBodys — jfdannen / detail
  18. create verification data for OCC 7.7.0; make sure EVALUATE returns dot=0 — jfdannen / detail
  19. compute tessellatiopn sensitivities correctly for a NodeBody; set and report sensitivity range properly when looking at only one component of tessellation sensitivities; add -forceFDs command line option to force finite difference sensitivities in serveESP — jfdannen / detail
  20. protect against stanalyzer bug — jfdannen / detail
  21. further improvements to flends; add flend10* test cases; fix memory leak when udfOffset encounters an error — jfdannen / detail
  22. add code to protect for UDFs that have references to its input Model; add (hidden) option to create timingReport.txt file; improve flends; add flend9* test cases — jfdannen / detail
  23. Fix warning — galbramc / detail
  24. Lint fix — galbramc / detail
  25. Fix lite stanalizer warning — galbramc / detail
  26. Fix individual bodies in EG_generalBooelean. Other small cleanup. — galbramc / detail
  27. Fix EG_getTopology instantiation — galbramc / detail
  28. Add Surreal EG_getTopology — galbramc / detail
  29. Fix ShapeFix for generalBoolean — galbramc / detail
  30. Add more documentation on EGADS parent child referencing — galbramc / detail
  31. Export EG_rotate_dot on Windoze — galbramc / detail
  32. Track sensitvities with EG_repalceFaces — galbramc / detail
  33. Add Surreal EG_makeTopology — galbramc / detail
  34. Use ffp-model=strict on M1. Relax some test tolerances for M1. — galbramc / detail
  35. Fix clang 14.0.3 warnings — galbramc / detail
  36. Update EGADS doc for makeTessBody with negative legnth — galbramc / detail
  37. Try fixing bodies in generalBoolean — galbramc / detail
  38. Fix error message. Do not change topObj for bodies. Why does this not work... — galbramc / detail
  39. Correctly set topObj for Geometry in Bodies. Set topObj for bodies in Models. Use EG_removeCntxtRef in makeFace. Check Body references before deleting a Model. More robust cleanup in EG_close. — galbramc / detail
  40. Add OCC7.7 valgrind suppressions — galbramc / detail
  41. Fix for jenkins script — galbramc / detail
  42. Upgrade to SU2 7.5.1 — galbramc / detail
  43. Uprade to AFRL 11.4.5 — galbramc / detail
  44. Update clang sanitizer path — galbramc / detail
  45. update so that more flend8* test cases are expected to pass — jfdannen / detail
  46. update so that more flend8* test cases are expected to pass — jfdannen / detail

#97 (Apr 8, 2023, 1:37:06 AM)

  1. update flend8* test cases and their verification data — jfdannen / detail
  2. fix lint error in udfMatchBodys; re-add 7.4.1 verification data for flend8* test cases — jfdannen / detail
  3. change flend fits to be better in some cases; track down memory leaks — jfdannen / detail
  4. fix problem erroneously flagged by lint in udpOffset; update errors reported by udfFlend; fix bug where wrong UDP storage was used in udfOffset (which caused problems when udpOffset was called more than once); remove SPECIAL test of EG_otherCurve; document .multiNode use in RULE command; fix bug where UDP storage is incorrectly cleared for an embedded UDP (in udpCsm); fix bug in udfFlend that sometimes did not correctly reverse one of the Loops; fix memory leak in EVALUATE EDGEKT, EDGECP, FACEUKT, FACEVKT, and FACECP when a signal is raised — jfdannen / detail
  5. fix compiler warning in latest commit — jfdannen / detail
  6. account for fact that Py_SetPythonHome was deprecated in Python 3.11; update udfOffset so that it can generate offsets on SolidBodys (for FLENDs); add offset(I-R)* test cases; use zebra stripe coloring for maximum curvature in ESP (displayType=4); update convertToBsplines to reuse Pcurves whenever possible; add udpBspline and bspline* test cases — jfdannen / detail
  7. Fix getEdgeUV doc — galbramc / detail
  8. Fix full attirubtion for EG_repalceFaces. Fix error message. — galbramc / detail
  9. Remove depricated x86 -m64 compiler flag. Add compiler flags for OCC 7.7. — galbramc / detail
  10. update expected flend8* failures — jfdannen / detail
  11. Put file names first — galbramc / detail
  12. Add OCC 7.7 Jenkins data — galbramc / detail
  13. add expected errors selected in flend8* test cases — jfdannen / detail
  14. Cart3D env fix — galbramc / detail
  15. Upgrade Cart3D version — galbramc / detail
  16. Update for OCC 7.7.0 — galbramc / detail

#96 (Mar 11, 2023, 1:37:09 AM)

  1. improve printing of Pcurves in ocsmPrintEgo; improve marking of Faces with _body and _brch Attributes when returned from a UDF; add PRINT_MAPPING_INFO define to OpenCSM; fix bug that did not account for Node and Edge sensitivities when report sensitivity range in serveESP; fix bug that occasionally did not properly compute Node tessellation sensitivities — jfdannen / detail
  2. add EVALUATE EDGEKT, EVALUATE EDGECP, EVALUATE FACEUKT, EVALUATE FACEVKT, and EVALUATE FACECP; add evaluate3* test cases; add multiRegions* test cases; add SELECT FLIP to flip the order of rntities in at-sellist — jfdannen / detail
  3. add copyAttr=0 argument to RULE and BLEND to copy Edge Attributes in xsects onto RULE/BLEND Edges; add blend29 and rule29 test cases — jfdannen / detail
  4. update ToDo.txt — jfdannen / detail
  5. improve test for matching Nodes in udfMatchBodys; adjust matchBodys5 test case to check at-at-parameters — jfdannen / detail
  6. add arcLengths to ocsmPrintEgo; fix bug in udfMatchBodys when tol was large — jfdannen / detail
  7. modify udfMatchBodys to transfer an Attribute from one Body to the other when the Nodes, Edges, or Faces match; add matchBody5 test case — jfdannen / detail
  8. fix bug associated with UDP/UDF outputs that change shape — jfdannen / detail
  9. remove stanalyzer false positive by disabling checks for one loop in udfTester1.c — jfdannen / detail
  10. attempt to fix stanalizer error in udfTester1.c — jfdannen / detail
  11. allow at-at-parameters from a UDP/UDF to have velocities; split udpTest into udfTester1 (to demonstrate matrix outputs from a UDP/UDF) and udpTester2 (to demonstrate output velocities from a UDP/UDF); adjust Makefiles and associated test cases — jfdannen / detail
  12. Fix for OCC 7.4 — galbramc / detail
  13. Provide error message instead of segfault in EG_otherCurve — galbramc / detail
  14. Add 1-bias to matchBody documentation — galbramc / detail
  15. Upgrade to AFLR 11.3.17 — galbramc / detail

#95 (Feb 11, 2023, 1:37:07 AM)

  1. add test.so to Makefiles; add diagnostic printouts when a Face does not tessellate; make sure all UDP/UDFs return output values to the numUdp instance — jfdannen / detail
  2. allow number of rows and columns to be accessible in UDPs; allow at-at-parameters from a UDP/UDF to be vectors or matricies; add udp_error1 to udp_error9 as possible argument to CATBEG statement; fix bug that did not restore at-at-parameters when a UDP/UDF was recycled; refactor way UDP/UDF arguments are handled — jfdannen / detail
  3. update header files to allow use of C++ main program; add simpleCSM.cpp and modify Makefile.DARWIN64 for testing — jfdannen / detail
  4. numerous updates to Slugs — jfdannen / detail
  5. change udfSlices to skip a slice if OpenCASCADE fails (rather than return an eror); add SET statement to udpWaffle;  add waffleB1 and waffleB2 test cases; fix bug in plotting of normals in serveESP and serveCSM; add PRINT_RULE_KNOTS to print number of knots in BSPLINEs entering a RULE or BLEND; allow -ATTRREALSENS to indicate a UDPRIM parameter that is intended to signal that Parameter is used within an included file; add waffleB3 test case to demonstrate this; add waffleB3.jrnl to demonstrate generation of .sens file for every DESPMTR without rebuilds — jfdannen / detail
  6. update return values from udpTire — jfdannen / detail
  7. Suppport Edge only eto files — galbramc / detail
  8. update DARWIN64.gcc to add comma to RPATH needed by some gcc-10 compilers — jfdannen / detail
  9. Add back ESP_ROOT/lib to rpath on DARWIN — galbramc / detail
  10. Use @loader_path for rpath to ESP_ROOT/lib on DARWIN — galbramc / detail
  11. numpy memory leak suppression — galbramc / detail
  12. Upgrade to AFLR 11.3.15 — galbramc / detail
  13. Add NETCDFINC for DARWIN64.gcc testing. — galbramc / detail
  14. Don't build AFLR with Beta testing — galbramc / detail

#94 (Jan 14, 2023, 1:37:06 AM)

  1. update copyright notices — jfdannen / detail
  2. add transform option to Slugs; in Slugs, the KutTriangles option automatically creates a link; add optional GRAFIC to cutTriangles in Slugs; lots of improvements to Slugs, especially for cases with very noisy .stl file — jfdannen / detail
  3. remove training/data/session10/version99/* — jfdannen / detail
  4. fix bug that did not allow interactive use of Slugs; add Kut triangles option in Slugs; update testScript.txt to include interactive Slugs testing — jfdannen / detail
  5. fix bug so that a SCALE branch can be added via the TreeWindow — jfdannen / detail
  6. uprev to v1.23 (ESP.html, ESP-localhost.html, ESP-help.html, OpenCSM.h, ocsm.rc) — jfdannen / detail
  7. fix problem where ESP sometimes posts pyscript file in MessageWindow instead of in the editor — jfdannen / detail
  8. Update Copyright date — galbramc / detail
  9. Uprev to 1.23 — galbramc / detail

#93 (Dec 10, 2022, 1:37:09 AM)

  1. minor documentation updates — jfdannen / detail
  2. put 1 second delay when opening a pyscript to make sure that the browser is ready to display the pyscript in the editor; do not change status of ESP if an error was found while executing a pyscript; update session10 training files to be consistent with new method for creating a large, multi-component, multi-discipline model; update Makefile.DARWIN64; update ESP_QuickReference; update testScript.txt — jfdannen / detail
  3. write and test viewSimplySupport for transport test case — jfdannen / detail
  4. more updates to training/session10 and CAPS/training/python — jfdannen / detail
  5. more updates to transport training files — jfdannen / detail
  6. update ToDo.txt — jfdannen / detail
  7. update error handling in flapz.udc; first attempt at python files for new transport for CAPS training — jfdannen / detail
  8. README release notes updates — galbramc / detail
  9. Rev updates to 1.22 — galbramc / detail
  10. README updates — galbramc / detail

#92 (Nov 30, 2022, 4:51:39 PM)

  1. account for forward- and backward-slashes when opening a .udc — jfdannen / detail
  2. update ereped6a and project verification data again; fix recently-added bug that causes a memory fault for some non-manifold Edges — jfdannen / detail
  3. add Trace button in .csm editor to trace all top-level Parameters; reorganize session10 files to make it easier to build large, multi-component, multi-view models; update ereped6a, hollowC6, hollowC7, hollowCA, hollowCB, and project 3 verification data on 7.6.0 (because of issues highlighted by Xcode 14 on M1); update ereped6a and project3 verification data on 7.4.1 (because of issues highlighted by Xcode 14 on M1); add description of -dxdd flag to ESP-help — jfdannen / detail
  4. update testScript.txt; fix possible buffer overflow in SPECIAL command — jfdannen / detail
  5. update verification data for clearance1 and clerance4 to allow for slight differenes due to chaotic behavior of the EGADS tessellator — jfdannen / detail
  6. convert all (deprecated) sprintf calls to snprintf — jfdannen / detail
  7. update Verification.sh to use serveESP — jfdannen / detail
  8. fix bug where result of SPECIAL/clearance was not recycled — jfdannen / detail
  9. update .tsen files for designG5 and designG6 — jfdannen / detail
  10. remove suppressions of sensitivity checks on designH2, designJ1c, designJ1d, and designJ5; add suppressions of sensitivity checks to designG5 and designG6 (for rounded tips); fix valgrind error in sensitivities in udpWaffle — jfdannen / detail
  11. fix some compiler warnings in most recent commit — jfdannen / detail
  12. add ocsmClearance; add clearance* test cases — jfdannen / detail
  13. Update makeEnv for macOS 13 — galbramc / detail
  14. Replace DEBUG sprintf with snprintf — galbramc / detail
  15. Try again: reorder includes! — haimes / detail
  16. Try again: MSVC 2022 seems to have snprintf defined! — haimes / detail
  17. sprintf -> snprintf mods — haimes / detail
  18. Replace sprintf with snprintf in egadsTopo — galbramc / detail
  19. Suppress clang deprication warning of sprintf in OCC — galbramc / detail
  20. Another exodus suppression — galbramc / detail
  21. Suppresse NETCDF/HDF5 memory leaks — galbramc / detail
  22. Upgrade to SU2 7.4.0 — galbramc / detail