Changes
#211 (Dec 2, 2023, 11:42:03 AM)
- Forgot updated example — galbramc / detail
- Fix astros Aero_Reference so it's a tuple — galbramc / detail
- Add missing -ldl — galbramc / detail
- Missed one file — galbramc / detail
- Improve speed of mesh QuickRef and fix memory leak — galbramc / detail
- More abaqus fixes — galbramc / detail
- Fix nodal averaging for abaqus — galbramc / detail
- Lint fix, add abaqus concentrated load — galbramc / detail
- Abaqus does not write out all nodes — galbramc / detail
- Refactor abaqus displacement reads — galbramc / detail
- Lint fix — galbramc / detail
- Add Tmax to abaqus AIM outpus — galbramc / detail
- Fixes to abaqus dor FSI — galbramc / detail
- lint fixes — galbramc / detail
- Fix typo — galbramc / detail
- Fix double free in mystran. Fix Windoze NMakefiles — galbramc / detail
- Abaqus IO is really really slow... — galbramc / detail
- Read MISES and Displacements from Abaqus .dat file — galbramc / detail
- Fix windoze build — galbramc / detail
- Move cython generated files into sub-directories so scan-build can ignore them — galbramc / detail
- Abaqus fixes — galbramc / detail
- Fix capsBound sideset segfault for exodus — galbramc / detail
- Lint fixes — galbramc / detail
- Parse outputs with SierraSM. Add Displacement dynout for mystran. — galbramc / detail
- One more lint fix — galbramc / detail
- Don't scan-build cython generated files — galbramc / detail
- scan-build fixes — galbramc / detail
- lint fixes — galbramc / detail
- Add maximum displacement for mystran — galbramc / detail
- Fix abaqus NMakefile — galbramc / detail
- Fix abaqus Windoze build — galbramc / detail
- Add abaqus to AGARD445 — galbramc / detail
- Fix warnings — galbramc / detail
- Update makefile. Update cython instantiations. Other small fixes — galbramc / detail
- Add abaqus AIM — galbramc / detail
- Update some examples, add abaqus examples — galbramc / detail
- AFLR2 dods not apways generare valid quads — galbramc / detail
- Fix ESPxddm. Fix dox — galbramc / detail
- Write capsBound as sideset for exodus — galbramc / detail
- Write out capsGroups as exodus sidesets — galbramc / 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
- 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
- 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
- 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 to account for UDP/UDF changes — jfdannen / detail
- Update python version in setup scripts — galbramc / 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
- 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
- Add abaqus to PATH — galbramc / detail
- Another Python address suppression — galbramc / detail
- Upgrade to Python 3.11.6 — galbramc / detail
#210 (Nov 4, 2023, 11:13:25 AM)
- Distingush between 2D and 3D quad in exodus — galbramc / detail
- Fix merging of VLM surfaces for astros — galbramc / detail
- Fix link error — galbramc / detail
- Add missing include — galbramc / detail
- Finish allowing quad elements in Exodus files. — galbramc / detail
- Add quad mesh support for Exodus files — galbramc / detail
- Fix for SierraSD solution read — galbramc / detail
- One last stanalizer fix — galbramc / detail
- Stanalizer fixes — galbramc / detail
- Update SierraSD to provude nodal averaged elemental data — galbramc / detail
- Try to fix another warning — galbramc / detail
- Rename siearra to sierraSM — galbramc / detail
- Fix compiler warnings — galbramc / detail
- Add sierraSD to aim Makefile. Other small updates. — galbramc / detail
- Add initial sierraSD AIM framework. Lots of work still todo. — galbramc / detail
- More error checking in nastranAIM. Don't allocate zero length array. — galbramc / detail
- Add Input_String to sierra — galbramc / detail
- Various small updates — galbramc / detail
- Add framework for sierra AIM — galbramc / detail
- Make outputs lower case in fun3d when not compiled with python — galbramc / detail
- Lint fix — galbramc / detail
- Use EG_mapBody2 for morhing bodies with a single face. Fix indexing with refine. Add documentation reference for exodus writer. — galbramc / detail
- 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
- 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
- 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
- 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
- Do not SameParamter shell — galbramc / detail
- Fix stanalizer warning — galbramc / detail
- Properly map Degenerate Edges in mapBody2 — galbramc / detail
- Skip degenerate Edges in mapBody2 — galbramc / detail
- Undo looking for verfication data — galbramc / detail
- Warn about missing verification files — galbramc / detail
- Yet one more python suppression — galbramc / detail
#209 (Oct 8, 2023, 10:50:09 AM)
- Add bound VTK dump — galbramc / detail
- Add Fun3D option to refineAIM. Fixes for phasing with refine — galbramc / detail
- Only allow capps to aim_deleteMeshes in aimPreAnalysis. Add MAT5 nastran Card. Clear data transfer if tessellation is updated. Copy over previous files when removing a clink — galbramc / detail
- Missed a file — galbramc / detail
- Fix TEMP card. Fix TACS temperature transfer. — galbramc / detail
- Lint fixes — galbramc / detail
- Fix for windoze — galbramc / detail
- Parse von Mises stress and strain from Mystran. Fix refineAIM to remove old meshes. — galbramc / detail
- Use latest version of SU2(8.0.0) — nitin / detail
- Updates for SU2 Harrier, version 8.0.0 — nitin / detail
- Fix memory leak — galbramc / detail
- Fix array bound error. Update legacy example. — galbramc / detail
- Dont require meshRef for meshWriters — galbramc / detail
- Add remaining MAT8 entries. Always check for valid indexes in meshes. Various other fixes. — galbramc / detail
- Lots of lint fixes and memory leak fix — galbramc / detail
- Fix bug in refine libMeshb reader — galbramc / detail
- Fix memory leak in mystran AIM — galbramc / detail
- Fix warning — galbramc / detail
- Exclusively use MESHEXTENSION for refine — galbramc / detail
- Don't reqiore capsMeshLength for auto feaMeshing — galbramc / detail
- Use egadsTess functions to build on the fly fea Meshes — galbramc / detail
- Guard against using null pointer — galbramc / detail
- More binary ugrid reader improvements — galbramc / detail
- Add isothermal material properties — galbramc / detail
- More informative refine execution failure error messages — galbramc / detail
- Add execution error message for refine — galbramc / detail
- Fix Mesh_Morph for fea. Improve speed of binary ugrid reader. — galbramc / detail
- Lint fixes — galbramc / detail
- Update unit test — galbramc / detail
- Various small fixes — galbramc / detail
- Test with mixed quad/tri Face — galbramc / detail
- Allow mixed quad/tri on Faces for data transfer — galbramc / detail
- Update aimMesh for Morphing surface meshes — galbramc / detail
- Make mesh link optional again for astros — galbramc / detail
- Add mesh morphing to masstran — galbramc / detail
- Fixes for refine and add Mesh_Morph for structures — galbramc / detail
- Lint fixes — galbramc / detail
- Fix ThermalExternal. Add Mesh_Morph and Temperaure field to SU2 — galbramc / detail
- Another try at scan-build suppression — galbramc / detail
- Dox and scan-build fixes — galbramc / detail
- lint fixes — galbramc / detail
- Fixes for Fun3D data transfer — galbramc / detail
- Fix last commit — galbramc / detail
- Refactor all mesh transfer to PointerMesh. Add thermal transfor for Fun3D and structures. — galbramc / detail
- Update testing geometries — galbramc / detail
- Fix warning — galbramc / detail
- Fix refine AIM compile error — galbramc / detail
- Add refine AIM — galbramc / detail
- Dox and other small fixes — galbramc / detail
- Update BuildFromRepo.txt — galbramc / detail
- Fix Cart3D example — galbramc / detail
- 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
- add sleep to udpVsp3 to ensure that .stp file is ready for reading; update waffle documentation to include rebuild input argument; fix bug that caused a seg fault if last Body on stack had a degenerate Edge and the -dxdd option was used in serveESP; add attrSpec test case to show how to apply compound string Attributes via the ATTRIBUTE command, via editAttr, and within the waffle; relax restriction on number of SET statements within a waffle; allow PATBREAK in waffle; add waffleC1 test case — jfdannen / detail
- 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
- 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
- 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
- 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
- Fix memory leak when error occurs while reading units from STEP/IGES — galbramc / 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
- Another python valgrind suppression — galbramc / detail
- Upgrade to SU2 8.0.0 — 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
#207 (Sep 2, 2023, 12:02:10 AM)
- Update plato example csm file name — galbramc / detail
- Fixes for aflr3 MultiDomain — galbramc / detail
- Lint fixes — galbramc / detail
- Add Motion_Driver and Mesh_Movement to fun3D AIM to wtite moving body input file. Generate fun3dNamelist with latest cython. — galbramc / detail
- Fix bug in FEA connections — galbramc / detail
- xfoil fixes to normalize properly — galbramc / detail
- Do not normalize mses airfoils — galbramc / detail
- Upgrade to AFLR 11.5.9. Fix bug where aflr3 BL_Thickness and BL_Initial_Spacing were not scaled by capsMeshLength — galbramc / 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
- Track STEP/IGES name attributes through all read manipulations — galbramc / detail
- Add fighter4 as known error on macys — galbramc / detail
- Upgrade to AFLR 11.5.9 — galbramc / detail
#206 (Aug 5, 2023, 12:02:09 AM)
- Suppress lint — galbramc / detail
- More cleanup for AFLR — galbramc / detail
- Lint fix — galbramc / detail
- Cleanup aflr3_Interface — galbramc / detail
- Fix AFLR link error — galbramc / detail
- Upgrade to AFLR 11.5.8 — galbramc / detail
- Fix stanalizer warning — galbramc / detail
- Update surface to volume mapping for mesh morphing — galbramc / detail
- Use EG_mapBody maps for more robust morphing — galbramc / detail
- Fix plato AIM Mesh_Morph symbolic link — galbramc / detail
- first version of udpVspComp — jfdannen / detail
- fix bug that did not retain Edge attributes during an ELEVATE operation — jfdannen / detail
- 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
- 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
- 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
- Lint fix — galbramc / detail
- Use python or python3 executables in makeEnv — galbramc / detail
- Fixes for Edge only tessellations — galbramc / detail
- Undo Makefile change — galbramc / detail
- One more adjustment to EG_mapBody — galbramc / detail
- Only delete EG_mapBody mapped upen error if copied — galbramc / detail
- Update to AFLR 11.5.8 — galbramc / detail
- Update xfoil executables with up to 2048 panels — galbramc / detail
- Python suppressoin — galbramc / detail
#205 (Jul 1, 2023, 2:01:51 AM)
- Uprev to ESP 1.24 — galbramc / detail
- add support for BLENDs with .C1side Attributes; add blend23* test cases; change serveESP.mak so that it does not error if PYTHONINC is not set — jfdannen / detail
- uprev to v1.24 (ESP.html, ESP-localhost.html, ESP-help.html, OpenCSM.h, ocsm.rc) — jfdannen / detail
- Uprev to ESP 1.24. Add .C1side attribute for EG_blend. EG_blend now supports three neighboring C1 sections. — galbramc / detail
- Update parser — galbramc / detail
#204 (Jun 3, 2023, 9:57:59 AM)
- makeEnv fixes for -dev — galbramc / detail
- makeEnv fix AFLR_ARCH for linux-aarch64. Add -dev option to makeEnv. — galbramc / detail
#203 (May 31, 2023, 6:44:43 AM)
- Full double precision for point tecplot files — galbramc / detail
- Example to demo AFLR4 quad mesh generation — nitin / detail
- Appended AFLR4 related attributes — nitin / detail
#202 (May 29, 2023, 9:34:06 AM)
- Fix for cart3d makefile — galbramc / detail
- Minor correction to friction static libgfortran check — galbramc / detail
- Check for static libgfortran — galbramc / detail
- Always build friction with static libgfortran — galbramc / detail
- Fix VLM memory leak — galbramc / detail
- Fix avl bug where controls are not updated when the surface is unchanged. — galbramc / detail
- Fix designVariableID for Structural design — galbramc / detail
- Fix last commit — galbramc / detail
- Install aim/utils header files on Windoze — galbramc / detail
- Add include guards to all aim/util header files. Install aim/util header files in ESP_ROOT/include/aim/util on unix. — galbramc / detail
- Lint fix — galbramc / detail
- Stanalizer fix — galbramc / detail
- added ability to double-click on python error to open pyscript editor at the correct line — jfdannen / detail
- update various testing scripts — jfdannen / detail
- add udfLinalg and linalg1 test case; add sketch12* test cases — jfdannen / detail
- another update to Makefile.LINUX64 — jfdannen / detail
- update Makefile.LINUX64 to execute full test suite — jfdannen / detail
- fix warnings in previous commit — jfdannen / detail
- 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
- 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
- Add note about fighter4 on Intel macOS 13.3 — galbramc / detail
- Fix step and iges label read — galbramc / detail
- Update concepts and viewer pdf. Fix for makeEnv. — galbramc / detail
- Updates for ESP 1.23 release. Add LINUX_AARCH64 and DARWIN_ARM64 ESP_ARCH. — galbramc / detail
- Fix bug in setup scripts — galbramc / detail
- Fix bug in setup scripts — galbramc / detail
- Update README files. Add PreBuilt setup scripts. — galbramc / detail
- Fix last commit — galbramc / detail
- Lint fixes — galbramc / detail
- Fix stanalizer warning — galbramc / detail
- Fix warning — galbramc / detail
- Fix EG_mapTessBody for DEGENERATE Edges. Update makeEnv to look for python3. Readme updates. — galbramc / detail
- Increase thread stack size on macOS — galbramc / detail
- Fix warning — galbramc / detail
- Lint fix — galbramc / detail
- Another prebuilt fix — galbramc / detail
- Fix PreBuilt script — galbramc / detail
- Update PreBuilt testing — galbramc / detail
- Update ESPbfr.tgz — galbramc / detail
- Add OCC7.7 valgrind suppressions — galbramc / detail
#201 (May 6, 2023, 12:04:04 AM)
- Fix array bounds error and update another test with AFLR — galbramc / detail
- Stanalizer fixes — galbramc / detail
- Add aflr4 skin input — galbramc / detail
- Upgrade to AFLR 11.4.5 — galbramc / detail
- AFLR2 quad sometimes generates invalid elements — galbramc / detail
- Update two more aeroelastic examples to use AFLR — galbramc / detail
- Another try at more robust areolastic example — galbramc / detail
- Adjust tessellaton to hopefully help tetgen — galbramc / detail
- Add capsMeshLength to legacy csm file — galbramc / detail
- fix corsairlite atmosphere model — dongjoon / detail
- Fixes for AFLR2 — galbramc / detail
- Updated config file for the latest version of SU2 (7.5.1) — nitin / detail
- One more try at fixing valueString — galbramc / detail
- Accurate memory allocation in valueString — galbramc / detail
- remove clang warnings — jfdannen / detail
- Fix clang 14.0.3 warnings — galbramc / detail
- Lint suppression — galbramc / detail
- Update aflr2 to use capsMeshLength — galbramc / detail
- 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
- fix typo in text string in serveESP — jfdannen / detail
- fix warning in previous commit — jfdannen / detail
- fix bug that copied Csystems into a UDPRIM; add udfMechanism and mechanism* test cases — jfdannen / detail
- update ToDo.txt — jfdannen / detail
- 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
- update testScript.txt again — jfdannen / detail
- remove more clang warnings — jfdannen / detail
- remove clang warnings — jfdannen / detail
- remove GLOVES from ESP menu (for now) — jfdannen / detail
- 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
- update ESP-help.html — jfdannen / detail
- 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
- fix recently-added bug associated with FD tessellation sensitivities for NodeBodys — jfdannen / detail
- create verification data for OCC 7.7.0; make sure EVALUATE returns dot=0 — jfdannen / detail
- 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
- protect against stanalyzer bug — jfdannen / detail
- further improvements to flends; add flend10* test cases; fix memory leak when udfOffset encounters an error — jfdannen / detail
- 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
- update flend8* test cases and their verification data — jfdannen / detail
- fix lint error in udfMatchBodys; re-add 7.4.1 verification data for flend8* test cases — jfdannen / detail
- change flend fits to be better in some cases; track down memory leaks — jfdannen / detail
- Fix lite stanalizer warning — galbramc / detail
- Fix individual bodies in EG_generalBooelean. Other small cleanup. — galbramc / detail
- Fix EG_getTopology instantiation — galbramc / detail
- Add Surreal EG_getTopology — galbramc / detail
- Fix ShapeFix for generalBoolean — galbramc / detail
- Add more documentation on EGADS parent child referencing — galbramc / detail
- Export EG_rotate_dot on Windoze — galbramc / detail
- Track sensitvities with EG_repalceFaces — galbramc / detail
- Add Surreal EG_makeTopology — galbramc / detail
- Use ffp-model=strict on M1. Relax some test tolerances for M1. — galbramc / detail
- Fix clang 14.0.3 warnings — galbramc / detail
- Update EGADS doc for makeTessBody with negative legnth — galbramc / detail
- Try fixing bodies in generalBoolean — galbramc / detail
- Fix error message. Do not change topObj for bodies. Why does this not work... — galbramc / detail
- 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
- Fix getEdgeUV doc — galbramc / detail
- Fix for jenkins script — galbramc / detail
- Upgrade to SU2 7.5.1 — galbramc / detail
- Uprade to AFRL 11.4.5 — galbramc / detail
- Update clang sanitizer path — galbramc / detail
- update so that more flend8* test cases are expected to pass — jfdannen / detail
- update so that more flend8* test cases are expected to pass — jfdannen / detail
- update expected flend8* failures — jfdannen / detail
- Put file names first — galbramc / detail
#200 (Apr 1, 2023, 12:02:05 AM)
- Fix aflr2 for Phasing — galbramc / detail
- Fix compile warning — galbramc / detail
- Fix for AFLR2 — galbramc / detail
- Comment out debug code — galbramc / detail
- Allow AFLR2 to work with multiple faces — galbramc / detail
- Only build Writer directories on Windoze — galbramc / detail
- Add meshWriter NMakefile verbosity — galbramc / detail
- Suppress lint warning — galbramc / detail
- NMakefile fix — galbramc / detail
- Fix NMakefiles for meshWriter — galbramc / detail
- Documentation updates — galbramc / detail
- Upgrade fun3d cython files — galbramc / detail
- One more try at AIM_NOTFOUND — galbramc / detail
- Add AIM_NOTFOUND macro — galbramc / detail
- Add aimInfo to fea_getDesignResponse — galbramc / detail
- Test cart3d on commit again — galbramc / detail
- Remove Cart3D from commit testing for now — galbramc / detail
- Dissable tecplot debug dump for aflr4 — galbramc / detail
- Fix compiler warning — galbramc / detail
- Upgrade to AFLR 11.3.17 — galbramc / detail
- Updated makefiles for AFLR 11.3.17. Add doc about capsFile. — galbramc / detail
- 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
- fix compiler warning in latest commit — jfdannen / detail
- 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
- 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
- Fix full attirubtion for EG_repalceFaces. Fix error message. — galbramc / detail
- Remove depricated x86 -m64 compiler flag. Add compiler flags for OCC 7.7. — galbramc / detail
- Fix for OCC 7.4 — galbramc / detail
- Provide error message instead of segfault in EG_otherCurve — galbramc / detail
- Add OCC 7.7 Jenkins data — galbramc / detail
- add expected errors selected in flend8* test cases — jfdannen / detail
- Cart3D env fix — galbramc / detail
- Upgrade Cart3D version — galbramc / detail
- Update for OCC 7.7.0 — galbramc / detail
- Upgrade to AFLR 11.3.17 — galbramc / detail
#199 (Mar 4, 2023, 12:02:08 AM)
- Fix typo — galbramc / detail
- Allow aflr4 to mesh abutting bodies with matching faces. — galbramc / detail
- fix memory leak in Slugs; update Makefile.DARWIN64 in Slugs to have sanitize targets — jfdannen / detail
- Fix block name for exodusWriter. Add symbolic link to mesh for plato AIM. — galbramc / detail
- Try that one more time — galbramc / detail
- Use and empty mesh instead of edge only for aflr2 tessellation — galbramc / detail
- 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
- 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
- update ToDo.txt — jfdannen / detail
- improve test for matching Nodes in udfMatchBodys; adjust matchBodys5 test case to check at-at-parameters — jfdannen / detail
- add arcLengths to ocsmPrintEgo; fix bug in udfMatchBodys when tol was large — jfdannen / detail
- 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
- fix bug associated with UDP/UDF outputs that change shape — jfdannen / detail
- remove stanalyzer false positive by disabling checks for one loop in udfTester1.c — jfdannen / detail
- attempt to fix stanalizer error in udfTester1.c — jfdannen / detail
- 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
- 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
- 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
- Add 1-bias to matchBody documentation — galbramc / detail
- update return values from udpTire — jfdannen / detail
#198 (Feb 4, 2023, 9:31:05 PM)
- Fix warning — galbramc / detail
- Fix uninitialized data in AFLR3 — galbramc / detail
- numpy memory leak suppression — galbramc / detail
#197 (Feb 4, 2023, 12:02:08 AM)
- Add meshRef mapping for aflr2 — galbramc / detail
- Updated AFLR4 files for new Quading — galbramc / detail
- Upgrade to AFLR 11.3.15 — galbramc / detail
- Fix for 2D meshing — galbramc / detail
- Forgot a file — galbramc / detail
- Another try at the stanalizer — galbramc / detail
- Fix stanalizer warning — galbramc / detail
- Restore CAPS training files — galbramc / detail
- Add support for exodux Nodeset. Add surface morphing for plato aim (no volume morphing). — galbramc / detail
- another attempt to eliminate spurious compiler warnings — jfdannen / detail
- another attempt to fix spurious warning messages — jfdannen / detail
- fix to avoid compiler warnings — jfdannen / detail
- numerous updates to Slugs — jfdannen / detail
- Fix uninitialized data — galbramc / detail
- Fix last commit — galbramc / detail
- Fix surface to volume map for aflr3 MultiDomain — galbramc / detail
- Plug two aflr3 leaks — galbramc / detail
- Fix bug introduced in AFLR4 — galbramc / detail
- Fix MultiDomain mapvol for aflr3 — galbramc / detail
- Warning and lint fixes — galbramc / detail
- Update AFLR3 to work for MultiDomain. Add eto dump for plato AIM. Update TACS dox. Add more plato examples. — galbramc / detail
- small fix to morph test — ryan / detail
- small fix to morph test — ryan / detail
- Tex fix for training — galbramc / detail
- Training updates — galbramc / detail
- Training fixes and updates — galbramc / detail
- Lint fix — galbramc / detail
- Fix last commit — galbramc / detail
- Fully support 2D meshes for plato and exodus mesher writer — galbramc / detail
- Add missing avl derivatives — galbramc / detail
- Another round of training updates — galbramc / detail
- lint fix — galbramc / detail
- Comment on F_UFMTENDIAN environment variable if msesAIM fails to read mses sensx file. — galbramc / detail
- Add support for 2D meshes with exodusWriter — galbramc / detail
- One more training update — galbramc / detail
- Training tex updates — galbramc / detail
- Minor training fixes and updates — galbramc / detail
- Remove old training files. Some training tex fixes. — galbramc / detail
- Update date on training slides — galbramc / detail
- Add training tar script — galbramc / detail
- Corrections to CAPS session01 — galbramc / detail
- Missed a file — galbramc / detail
- Updated CAPS training for Jan 2023 — galbramc / detail
- update header files to allow use of C++ main program; add simpleCSM.cpp and modify Makefile.DARWIN64 for testing — jfdannen / detail
- numerous updates to Slugs — jfdannen / detail
- 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
- Suppport Edge only eto files — galbramc / detail
- update DARWIN64.gcc to add comma to RPATH needed by some gcc-10 compilers — jfdannen / detail
- Add back ESP_ROOT/lib to rpath on DARWIN — galbramc / detail
- Use @loader_path for rpath to ESP_ROOT/lib on DARWIN — galbramc / detail
- Upgrade to AFLR 11.3.15 — galbramc / detail
- Add NETCDFINC for DARWIN64.gcc testing. — galbramc / detail
- Don't build AFLR with Beta testing — galbramc / detail
#196 (Jan 7, 2023, 12:02:10 AM)
- update copyright notices — jfdannen / detail
- 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
- Update Copyright date — galbramc / detail
- 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
- Fix surface to volume map for MultiDomain tetgen meshes — galbramc / detail
- Uprev to 1.23 — galbramc / detail
- dox fix — ryan / detail
- Add TACS and MSES to AIM documentation — galbramc / detail
- Check for nPoints==0 when filling bounds — galbramc / detail
- Check if no bodies have capsDiscipline Structure — galbramc / detail
- update copyright notices — jfdannen / detail
- 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
- remove training/data/session10/version99/* — jfdannen / detail
- 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
- fix bug so that a SCALE branch can be added via the TreeWindow — jfdannen / detail
- uprev to v1.23 (ESP.html, ESP-localhost.html, ESP-help.html, OpenCSM.h, ocsm.rc) — jfdannen / detail
- fix problem where ESP sometimes posts pyscript file in MessageWindow instead of in the editor — jfdannen / detail
- minor documentation updates — jfdannen / detail
- 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
- write and test viewSimplySupport for transport test case — jfdannen / detail
- more updates to training/session10 and CAPS/training/python — jfdannen / detail
- more updates to transport training files — jfdannen / detail
- update ToDo.txt — jfdannen / detail
- update error handling in flapz.udc; first attempt at python files for new transport for CAPS training — jfdannen / detail
- Update Copyright date — galbramc / detail
- Uprev to 1.23 — galbramc / detail
- README release notes updates — galbramc / detail
#195 (Dec 3, 2022, 12:02:07 AM)
- Rev update and other dox fixes — galbramc / detail
- More VLM error handling updates — galbramc / detail
- Update documentation for masstran. Update VLM input error messages. — galbramc / detail
- Use the body _name if there is only one body in exodus writer — galbramc / detail
- Rev updates to 1.22 — galbramc / detail
- README updates — galbramc / detail
- Another exodus suppression — galbramc / detail
#194 (Nov 30, 2022, 11:23:26 AM)
- Initial commit of 2023 training — galbramc / detail
- add comments to cyli_box.csm — jfdannen / detail
- unset LD_PRELOAD when checking NETCDFINC — galbramc / detail
- Another debug attempt — galbramc / detail
- Debugging exodus makefile — galbramc / detail
- change sprintf to snprintf in Slugs — jfdannen / detail
- Missed one — galbramc / detail
- More example updates — galbramc / detail
- Replace last sprintf with snprintf — galbramc / detail
- fix examples — ryan / detail
- fix examples — ryan / detail
- Fix double free in astrosAIM — galbramc / detail
- Updated config file generator for SU2-7.4.0 — nitin / detail
- Warning fix. Double memory free fix. More sprintf replacements. — galbramc / detail
- Replace aim sprintf with snprintf — galbramc / detail
- scan-build fix — galbramc / detail
- Windoze fix — galbramc / detail
- masstran now supports analysis sensitvities — galbramc / detail
- More example updates for new structures design variable relations — galbramc / detail
- Fix for old training — galbramc / detail
- Lots of lint fixes — galbramc / detail
- Fix array bounds erros and update tests for new structures design variables — galbramc / detail
- scan-build fixes — galbramc / detail
- Fix legacy example — galbramc / detail
- Warning fix — galbramc / detail
- Fix previous commits. Add more info in caps_setValue error message. masstranAIM fix. — galbramc / detail
- fix of design variables — ryan / detail
- fix of design variables — ryan / detail
- fix of design variables — ryan / detail
- fix of design variables — ryan / detail
- add cvxopt debug messages — dongjoon / detail
- add more debugging statements — dongjoon / detail
- add debugging corsairlite statements
— dongjoon / detail - update corsairlite example for debugging — dongjoon / detail
- scan-build fixes — galbramc / detail
- Suppress warning — galbramc / detail
- Update cyli_box example with semi-colon separated capsGroup tags — galbramc / detail
- Add print statements for debugging — dongjoon / detail
- add more debugOutput statements to show timing in SLCP — dongjoon / detail
- account for forward- and backward-slashes when opening a .udc — jfdannen / detail
- update ereped6a and project verification data again; fix recently-added bug that causes a memory fault for some non-manifold Edges — jfdannen / detail
- 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
- update testScript.txt; fix possible buffer overflow in SPECIAL command — jfdannen / detail
- update verification data for clearance1 and clerance4 to allow for slight differenes due to chaotic behavior of the EGADS tessellator — jfdannen / detail
- convert all (deprecated) sprintf calls to snprintf — jfdannen / detail
- update Verification.sh to use serveESP — jfdannen / detail
- fix bug where result of SPECIAL/clearance was not recycled — jfdannen / detail
- update .tsen files for designG5 and designG6 — jfdannen / detail
- 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
- fix some compiler warnings in most recent commit — jfdannen / detail
- add ocsmClearance; add clearance* test cases — jfdannen / detail
- Update makeEnv for macOS 13 — galbramc / detail
- Replace DEBUG sprintf with snprintf — galbramc / detail
- Try again: reorder includes! — haimes / detail
- Try again: MSVC 2022 seems to have snprintf defined! — haimes / detail
- sprintf -> snprintf mods — haimes / detail
- Replace sprintf with snprintf in egadsTopo — galbramc / detail
- Suppress clang deprication warning of sprintf in OCC — galbramc / detail
- Suppresse NETCDF/HDF5 memory leaks — galbramc / detail
- Upgrade to SU2 7.4.0 — galbramc / detail
- More general ubuntu suppression — galbramc / detail
#193 (Nov 10, 2022, 9:14:12 AM)
- Fix skipping geometry Design_Variable in TACS — galbramc / detail
- fix bug in serveESP that did not properly update the build status message after File->Edit->Save; implement analytic sensitivities in udpWaffle; add designX* test cases; make sure userPointer gets reset after perturbation is removed — jfdannen / detail
- Ubuntu valgrid supression — galbramc / detail
- scipy 1.9.2. and 1.9.3 have valgrind issues — galbramc / detail
#192 (Nov 8, 2022, 6:30:12 AM)
- More attempts at fixing the exodus makefile — galbramc / detail
- Stanalizer fix — galbramc / detail
- Finally got netcdf.h check correct on both macOS and Linux — galbramc / detail
- Another sanitizer fix — galbramc / detail
- sanitizer fixes — galbramc / detail
- Check for exodusWriter when running plato examples — galbramc / detail
- Write out surface to volume index map for plato — galbramc / detail
- Lint fix for mses — galbramc / detail
- Fix output redirect for detecing netcdf.h — galbramc / detail
- Update fun3d test to Mesh_Morph. Add first plato mesh generation examples. — galbramc / detail
- Allow tetgen to write MultiDomain mesh files. Updates to Exodus mesh writer. — galbramc / detail
- More checks when reading mapbc files in aimMesh — galbramc / detail
- Fun3D lint fixes — galbramc / detail
- Add seacas to macys — galbramc / detail
- Add SEACAS environment variable for exodus — galbramc / detail
#191 (Nov 5, 2022, 12:02:10 AM)
- fix - unused variables — ryan / detail
- fix - null catch in avlaim — ryan / detail
- fix fun3d morphing — ryan / detail
- Lint fixes — galbramc / detail
- Warning fix — galbramc / detail
- Fix last commit — galbramc / detail
- Fix waring and add missing files — galbramc / detail
- Support tetgen generated regions — galbramc / detail
- More lint fixes — galbramc / detail
- Fix lint warnings — galbramc / detail
- Update Makefile for plato. Add element group names for aflr3 and tetgen. — galbramc / detail
- Add plato skeleton AIM — galbramc / detail
- Initial cut at an exodus writer — galbramc / detail
- Fix for incorrect Design_Variable in masstranAIM — galbramc / detail
- Allow unconverged SmoothUV status to continue during parameterization — haimes / detail
- Fix masstran derivatives with multiple bodies — galbramc / detail
- Fix closeBound to write bound and vertexset files for journaling — haimes / detail
- fix typo in corsairlite slcp — dongjoon / detail
- delete redundant kulfan csm and finalize multifidelity scripts — dongjoon / detail
- Fix warnings from last commit — galbramc / detail
- small fix on Kulfan MSES wrapper and removing remnants of full corsair — dongjoon / detail
- Remove some depricated checks — galbramc / detail
- Journal the writing of files — haimes / detail
- Move up setting outLevel — galbramc / detail
- Use ocsmLoadFromModel for static geometry. Expost stepSize for finite differnce in pyCAPS. — galbramc / detail
- Add the ability to control the sensitivity finite-difference step size from CAPS proper — haimes / detail
- Remove old html doc before copying — galbramc / detail
- Update cart3dAIM dox — galbramc / detail
- Update pyCAPS dox dependencies — galbramc / detail
- update corsairlite files to python3.8 compatible — dongjoon / detail
- Use TIM viewer in pyCAPS view methods — galbramc / detail
- Allow ftype=None for FieldIn/FieldOut data sets — galbramc / detail
- update corsairlite slcp wrapper with speed-up updates — dongjoon / detail
- Move DESPMTR check into just TACS — galbramc / detail
- Don't write DESPMTR to bdf files — galbramc / detail
- Fix segFault from last commit, again — haimes / detail
- Fix segFault from last commit — haimes / detail
- First cut at using MD5 checksums to check API inputs for continuation mode — haimes / detail
- update designV1,gsen for 7.4 — jfdannen / detail
- add ocsmAdjoint and testOcsmAdjoint (in serveESP); allow timPlotter to have two y-axes; add plotter3.py test case — jfdannen / detail
- update adjoint test to remove (incorrect) compiler warning — jfdannen / detail
- remove data/ide (because it is redundant with data/tutorial6); eliminate automatic build when entering CAPS mode (depend on the lazy evaluation in CAPS); enable sensitivity calculations for scribes and trims; add designW* test cases; fix bug that put wrong _edgeID on scribed Edges; update attrScribe, scribeWing, and scribedSphere test cases; create splitEdges.udc; add splitEdges* test cases — jfdannen / detail
- remember name of Pyscript file for next Tool->Pyscript; clean up ESP messages after builds; remove code in esp.timSetCaps that removed the _finalize method; fix memory problem in timViewer for very long scene-graph meta-data buffers; reset magic number to zero to catch cases when a MODL is tried to be used after ocsmFree; modify IMPORT so that it properly marks NODE_BODYs; force tessellation if needed in timViewer; fix bug in ocsmLoadFromEgads that did not properly initialize the .ileft and .irite Branches; remove underscore attributes in .egads files in ocsmLoadFromEgads; force python garbage collection at end of each pyscript execution; add interactive testScript — jfdannen / detail
- add PLOT_TESSSENS and PLOT_TEMPCOMPS flags to help in debugging tessellation sensitivities; remove tessellation velocity calculation shortcut to make Edge and Face tessellation velocities consistent; refactor signalError() and signalError2(); allow plotTypes =7 for x-component, =8 for y-component, =9 for z-component of sensitivity — jfdannen / detail
- clarify description of SELECT x -1 ibody1 — jfdannen / detail
- update to account for latest EGADS fix to EG_generalBoolean — jfdannen / detail
- add ocsmRegBcstCB to ocsm.def — jfdannen / detail
- update Building button to show progress of build in ESP; fix memory leak when ELEVATE command fails (like it often does in the combine.udc); extend SELECT command to SELECT all Faces/Edges/Nodes in current Body that match a Face in another Body; add SELECT NOT to SELECT the Faces/Edges/Nodes not selected and vice versa; fix bug associated with determining if an Edge is a subset of another; update to account for change in EG_isEquivalent; fix bug that did not copy attributes from an Edge in a WireBody that was INTERSECTed with a SolidBody to the new Edge; add PRINT_LAST_EGO compile-time flag to print the last ego after every step in an ocsmBuild; fix bug in sensCSM when trying to remove .csm or .cpc extension from the casename when it did not exist; extend SELECT command to SELECT all Faces/Edges/Nodes in current Body that are within another Body — jfdannen / detail
- Add simple figure for tri ordering with mixed quad faces — galbramc / detail
- Allow unconverged SmoothUV status to continue during parameterization — haimes / detail
- Fix the new isEquivalent for periodic curves split into 2 Edges — haimes / detail
- modified Ints to Int32 and added egadslite tests — docampo / detail
- recompiled pdf references were with ?? — docampo / detail
- removed EL flag from some of the effectiveTopology functions — docampo / detail
- fixed typos — docampo / detail
- Remove bug that would error out if there were no Faces during generalBoolean operations — haimes / detail
- Upgrade cvxopt build for gcc 12 on viggen — galbramc / detail
- Suppress scipy memory leak — galbramc / detail