Changes
#768 (Dec 9, 2023, 12:17:09 AM)
- 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
#767 (Dec 4, 2023, 11:21:08 PM)
- fix bug in the pattern counter when executing PATBREAK — jfdannen / detail
- make UDP/UDFs thread-safe. THIS REQUIRED A CHANGE IN ALL UDP/UDFs. See OpenCSM/src/udp.help for information — jfdannen / detail
- update udp.def in udpTire folder — jfdannen / detail
- update to account for UDP/UDF changes — jfdannen / detail
#766 (Nov 29, 2023, 11:21:07 PM)
- 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
- 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
#765 (Nov 27, 2023, 11:21:10 PM)
- 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
#764 (Nov 24, 2023, 11:21:11 PM)
- remove BWB.vsp3 test case since bug in OpenVSP sometimes causes OpenVSP to fail — jfdannen / detail
- remove verification data for 7.3.1 and 7.4.1 — jfdannen / detail
- change verification data for testAdjoint4 and testAdjoint5 to account for inconsistencies in number of spurious Nodes and Edges — jfdannen / detail
- 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
#763 (Nov 22, 2023, 11:21:08 PM)
#762 (Nov 20, 2023, 11:21:10 PM)
- fix bug in filename compression — jfdannen / detail
- temporarily disable filename compression — jfdannen / detail
- Add abaqus to PATH — galbramc / detail
#761 (Nov 18, 2023, 1:15:46 PM)
- add grpName=. optional argument to DUMP command for .obj files; fix implicit string defaults in ocsmMakeBrch — jfdannen / detail
- 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
- 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
- Update PreBuilt README and setup scripts — galbramc / detail
- Add contextCopy to pyEGADS and jlEGADS — galbramc / detail
- Remove incorrect 'wrong OR' check for EG_quadTess — galbramc / detail
- Another Python address suppression — galbramc / detail
- Upgrade to Python 3.11.6 — galbramc / detail
#757 (Nov 10, 2023, 11:21:11 PM)
- Write Name attribute to iges files — galbramc / detail
- Add contextCopy to def file — haimes / detail
- Add tessellation support in EG_contextCopy — haimes / detail