Changes
#321 (Dec 3, 2023, 6:43: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
- 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
- update udp.def in udpTire folder — jfdannen / detail
- update to account for UDP/UDF changes — jfdannen / detail
#320 (Nov 26, 2023, 6:43:07 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
- remove BWB.vsp3 test case since bug in OpenVSP sometimes causes OpenVSP to fail — jfdannen / detail
#319 (Nov 23, 2023, 10:07:22 AM)
- 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
- fix bug in filename compression — jfdannen / detail
- Update python version in setup scripts — galbramc / detail
- Add abaqus to PATH — galbramc / detail
#318 (Nov 19, 2023, 6:43:08 PM)
- temporarily disable filename compression — jfdannen / detail
- 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
#317 (Nov 12, 2023, 6:43: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
- Add EG_contextCopy — haimes / detail
#316 (Nov 5, 2023, 6:43:11 PM)
- Fix stanalizer — galbramc / detail
- Fix FACE/LOOP for EG_imprintBody — galbramc / detail
- Allow EG_imprintBody to accept FACE/LOOP pairs — galbramc / detail
- Add more debug info in splitBody — haimes / detail
#315 (Nov 1, 2023, 8:59:05 PM)
#314 (Oct 29, 2023, 6:43:10 PM)
- 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
#313 (Oct 22, 2023, 6:43:09 PM)
- remove OPAM1_fillet test case (because FILLET works differently on various platforms) — jfdannen / detail
- fix undefined variable warning — jfdannen / detail
- fix sanitize error in velocityOfEdge — jfdannen / detail
- update method for assigning _edgeIDs associated with degenerate Edges; slight improvement in tessellation sensitivities for some cases — jfdannen / detail
- 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
- Fix stanalizer warning — galbramc / detail
- Properly map Degenerate Edges in mapBody2 — galbramc / detail
- Skip degenerate Edges in mapBody2 — galbramc / detail
#312 (Oct 15, 2023, 6:43:09 PM)
- 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
- add missing data/vsp3 verification data for 7.6.0 — jfdannen / detail
- clean up some debug printing during sensitivity calculations — jfdannen / detail
- 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
- Undo looking for verfication data — galbramc / detail
- Warn about missing verification files — galbramc / detail
- Yet one more python suppression — galbramc / detail
#311 (Oct 8, 2023, 6:43:09 PM)
- modify OPAM1.udc to pass Jenkins tests — jfdannen / detail
- add simple.py to demonstrate a pyscript that can be run either from python prompt or from serveESP — jfdannen / detail
- fix sanitize-address error in udpWaffle when progress=1 — jfdannen / detail
- Fix lint — galbramc / detail
- Fix EG_mapBody infinite loop — galbramc / detail
- Update egads.def with EG_mapBody2 — galbramc / detail
- Fix incorrect mapBody tests — galbramc / detail
- Fix compile error related to M_PI — galbramc / detail
- 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
- Add additional Node check in EG_localToGlobal — galbramc / detail
- Add backup M_PI when not available for Surreal — galbramc / detail
- Another python valgrind suppression — galbramc / detail
#310 (Oct 1, 2023, 6:43:11 PM)
- 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
- Fix memory leak when error occurs while reading units from STEP/IGES — galbramc / detail
#309 (Sep 24, 2023, 6:43:11 PM)
- add testAdjoint1 test case — jfdannen / detail
- 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
- Upgrade to SU2 8.0.0 — galbramc / detail
#308 (Sep 20, 2023, 12:35:35 PM)
- remove X57_MAXWELL_CRM_v4.4.1 from svn (too big) — jfdannen / detail
- 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
- fix addressing bug in udpWarp; initial implementation of timVspSetup — jfdannen / detail
- convert backslashes to forward slashes in filenames in udpVsp3 because anglescipt expects forward slashes — jfdannen / detail
- properly rename vsp3 verification test cases — jfdannen / detail
- ATTRRECYCLE forces UDPRIM to not be recycled; fix printing of SELECT with attrValu a number; update udpVsp3 to automatically run vsp; add data/vsp3 test cases; add propInteg*a test cases; use _plugsIgnore on Faces that should be ignored during cloud point reclassifications in Plugs; add udpWarp; add ablate0* test cases — jfdannen / detail
- modify ocsmPrintBrep to show list Edges as degenerate rather than skipping them; add SPECIAL printCPs command to print the control points associated with all Nurbs in the Body on the top of the stack; add first version of udpVsp3 — jfdannen / detail
- Rename ref test to avoid conflicting with NASA refine ref — galbramc / detail
- Preserve tessellation attributes in mapTessBody — galbramc / detail
- Small fix for IGES Name reads — galbramc / detail
- IGES reader now also reads all Name attributes. Fix stanalizer warning. — galbramc / detail
- Reduce time extract Name attribute from STEP files. — galbramc / detail
- Track STEP/IGES name attributes through all read manipulations — galbramc / detail
- Update vsp3 memcheck suppression — galbramc / detail
- Add refine executable PATH — galbramc / detail
- Suppress vspscript leaks — galbramc / detail
- Add data/vsp3/X57_Maxwell_CRM_v4.4.1.csm to csmIgnore for valgrind. — galbramc / detail
- Downgrade to OpenVSP 3.34.0 — galbramc / detail
- Add vsp3 jenkins files — galbramc / detail
- Add VSP3_ROOT for vsp3 testing — galbramc / detail
- Add fighter4 as known error on macys — galbramc / detail
- Upgrade to AFLR 11.5.9 — galbramc / detail
#301 (Aug 6, 2023, 6:43:08 PM)
#300 (Jul 30, 2023, 6:43:11 PM)
#299 (Jul 23, 2023, 6:43:11 PM)
- fix bug that did not retain Edge attributes during an ELEVATE operation — jfdannen / detail
- Use python or python3 executables in makeEnv — galbramc / detail
#298 (Jul 16, 2023, 6:43:08 PM)
- add mincp argument to udpNuscale and convertToBSplines functions; add ablate* test cases, including using Plugs; extend Plugs to be able to use DIMENSIONed DESPMTRs; fix bug in velocityOfEdge for Edges with dots that have changing tranges — jfdannen / detail
- Fixes for Edge only tessellations — galbramc / detail
- Undo Makefile change — galbramc / detail
- One more adjustment to EG_mapBody — galbramc / detail
- Update xfoil executables with up to 2048 panels — galbramc / detail
#297 (Jul 9, 2023, 6:43:11 PM)
- temporarily remove vspFuse* test cases — jfdannen / detail
- analytic sensitivities for sketches; update .gsen and .tsen files; move sketch13* test cases to designY* — jfdannen / detail
- start implementing analytic sensitivities for Sketches; add sketch13* test cases — jfdannen / detail
- Only delete EG_mapBody mapped upen error if copied — galbramc / detail
- Python suppressoin — galbramc / detail
#296 (Jul 2, 2023, 6:43:10 PM)
- initial, very early, preliminary version of udpVspFuse and associated test cases — jfdannen / detail
- fix error in serveESP.mak in previous commit — jfdannen / detail
- fix error in serveESP.mak; fix debug code error for windoze — jfdannen / detail
- change the SUBTRACTion of two co-planar SheetBodys such that if the Loop associated with the second Body does not cut a clean hole in the first Body, revert to the (default) scribing behavior for SheetBodys, that is scribe the first Body with the Edges from the second Body; update the documentation for SUBTRACT; add scribe11* test cases; fix occasional bug associated with analytical sensitivities when DUMPing a .sens file from with .csm script — jfdannen / detail