Skip to content

Changes

#224 (Jul 6, 2024, 9:55:59 AM)

  1. Suggest using _newSeqnum if EG_mapBody fails with mesh morphing. — galbramc / detail
  2. Revert last corsairlite change — galbramc / detail
  3. Do not allow modifying analysisDir. Fixes for corsairlite. — galbramc / detail
  4. dox fix — haimes / detail
  5. add debugging prints to help debug issue — jfdannen / detail
  6. Fixes for testing script — galbramc / detail
  7. One more vlmUtils fix — galbramc / detail
  8. Revert vlmUtils for now — galbramc / detail
  9. Update logic for finding airfoil trailing edges — galbramc / detail
  10. Update training material to run all matplotlib examples — galbramc / detail
  11. Add missing unit test csm file — galbramc / detail
  12. Additional uprev mods — haimes / detail
  13. update vtkWriter to allow for non-manifold SheetBodys — jfdannen / detail
  14. Fix filename case — galbramc / detail
  15. Updates for CAPS 2023 training — galbramc / detail
  16. Stanalizer fix — galbramc / detail
  17. Suppress warning — galbramc / detail
  18. More non-manifold mesh testing with AFLR4 — galbramc / detail
  19. Revert vlmUtils.c — galbramc / detail
  20. Also extract capsGroup on Edges for surface meshes — galbramc / detail
  21. Minor cleanup of ugrid reader — galbramc / detail
  22. Missed some files — galbramc / detail
  23. Commit non-manifold dumps of vtk files that fails — galbramc / detail
  24. Check for missing capsGroup in AFLR3 — galbramc / detail
  25. Fix file names for egadsTess and AFLR4 — galbramc / detail
  26. Uprev CAPS to 1.26. Check only negative return status on AIM_STATUS. — galbramc / detail
  27. One more fix for tructural mesh morphing — galbramc / detail
  28. Fix tacs lazy file write — galbramc / detail
  29. Only morph mesh for structures if inputs change — galbramc / detail
  30. Lint fix — galbramc / detail
  31. Fix fea_getAeroReference. Remove fea_bodyToBEM. — galbramc / detail
  32. Fix last commit — galbramc / detail
  33. Add region to mapvol when tetgen detects additional regions — galbramc / detail
  34. fix bug in ocsmFindPmtr that did not consider the scope when looking for existing names; add putColors=0 option to DUMP so that _color attributes are written into STP/IGS file (as Color); add color4* test cases; add getColors=0 option to IMPORT so that Color attributes in STP/IGS files are converted to _color; add getcolors=0 option to udpImport so that Color attributes in STP/IGS files are converted to _color; update ESP to acknowledge that Nodes are not initially visible — jfdannen / detail
  35. do not mark a Node as potentially spurious if it has a _Keep attribute; mark Nodes on axis of revolution of a REVOLVE command with a _Keep attribute; mark Nodes in JOIN or UNION that are in common with both parents with a _Keep attribute; mark new Nodes due to a scribe (via SUBTRACT a NodeBody or SheetBody) with a _Keep attribute; mark Nodes at beginning and end of RULE and BLEND with a _Keep attribute; add REMOVE_SPURIOUS compile-time option to remove spurious Nodes; add spurious* test cases; fix bug that made sensitivities of scribes susceptable to roundoff errors; fix documentation associated with SUBTRACT command — jfdannen / detail
  36. if Body has _newSeqnum attribute, use a new sequence numbering scheme for _edgeID and _faceID that is not based upon cg positions or areas — jfdannen / detail
  37. change signature of unpublished convertToBSplines routine; add mindeg argument to udfNuscale so that B-spline order can be increased; modify udfWarp so that it can be applied to a SheetBody; add warp4* and warp5* test cases; add seqnum* test cases — jfdannen / detail
  38. fix malloc error while cleaning up UDP storage at end of serveESP; allow inline comments in udfEditAttr and udpWaffle; modify editAttrFile and waffleC1 test cases; if UDPRIM statment contains primtype=dollar-dollar-dollar/name, the .udc is found in the ESP_UDC_PATH directory; add udprim6 test case; convert udpWarp to udfWarp so that it takes a Body from the Stack if egadsfile is not specified;  add warp2* and warp3 test cases; modify udfWarp to allow motion in normal-, X-, or Y-, or Z-direction; add warp1* test cases — jfdannen / detail
  39. fix bug when recycling and last recycled Branch is a UDPARG; fix bug that did not transfer user-attributes from SheetBody on top of stack to result of a JOIN operation; add joinSheets7 test case; add _vspID and _vspSurf attributes to Bodys in udpVsp3; improve error detection for pmtrName in SET; add set2 test case; add EVALUATE EDGETESS and EVALUATE FACETESS to return the number of points and triangles in the tessellation of an Edge or Face; add tessSize test case; pressing Building button allows the user to reset the interface; improve error detection for pmtrName in PATBEG; add patbeg1 test case; improve error detection for pmtrName in GETATTR; add getattr3 test case — jfdannen / detail
  40. fix typos in ESP-help; allow straight camber line to be generated in udpNaca (if thickness=0, camber=0, and series=0); modify nacas3 test case; add missing semi-colon in training/data/session03/fuselage.csm; add importColor test case; fix bug associated with writing VTK files for non-manifold Bodys; add fourSheets test case; allow illegal_func_name error be caught in CATBEG; error during the evaluation of an argument in IFTHEN and ELSEIF should jump after ENDIF; add evalError1* test cases; error during the evaluation of an argument in PATBEG and PATBREAK should jump after PATEND; add evalError2* test cases; error during the evaluation of an argument in SKBEG should jump after SKEND; add evalError3* test cases; fix bug that did not update the at-parameters if a UDPARG was present — jfdannen / detail
  41. update ReleaseNotes.txt — jfdannen / detail
  42. uprev to v1.26 (ESP.html, ESP-localhost.html, ESP-help.html, OpenCSM.h, ocsm.rc, ESP_QuickReference.tex); fix infinite loop bug in compressFilename — jfdannen / detail
  43. Remove dos line endings. Fix Windoze compile error. — galbramc / detail
  44. update SBOs so that they avoid creating spurious Nodes — jfdannen / detail
  45. Fix possible segfault reading Name attribute from STEP/IGES — galbramc / detail
  46. Fixes for EG_isEquivalent and EG_isSame — galbramc / detail
  47. Fix EG_isSame for LINE — galbramc / detail
  48. Add the functions EG_mergeBSplineCurves and EG_removeNodes to the EGADS API — haimes / detail
  49. Update copyright date — galbramc / detail
  50. Additional uprev mods — haimes / detail
  51. Use full precision to write egads tessellations — galbramc / detail
  52. Uprev to 1.26 — galbramc / detail
  53. Adjust Compiling in parse — galbramc / detail
  54. Track Compiling in log parse — galbramc / detail
  55. Update scripts for CAPS training material — galbramc / detail
  56. Add timing for ESPbfr.bat — galbramc / detail
  57. Ignore pip dependency — galbramc / detail
  58. Allow site packages for python. Look for python dlopen errors. — galbramc / detail
  59. Revert last commit — galbramc / detail
  60. Measure egads build time on windoze — galbramc / detail
  61. Dissable matplotlib interactive plotting with Jenkins — galbramc / detail
  62. update for numpy/openmdao version incompatibility — jfdannen / detail
  63. remove pip install numpy because latest version is incompatible with openmdao — jfdannen / detail
  64. Look for more errors while parsing — galbramc / detail
  65. Fixes for running 2023 CAPS training — galbramc / detail

#223 (May 31, 2024, 11:52:34 AM)

  1. Lint fix — galbramc / detail
  2. Fix bug reading cbaero V5 files — galbramc / detail
  3. fix memory leak in udpVsp3; fix another array bounds error in udfEditAttr — jfdannen / detail
  4. remove watermark from ESP_QuickReference — jfdannen / detail
  5. small updates to testing scripts, etc. — jfdannen / detail
  6. fix typo in timPyscript — jfdannen / detail
  7. fix memory allocation bug in mesgCallbackFromOpenCSM; update timVspSetup such that it uses a relative name if the vsp3 and udc filenames are in the same directory; fix a few typos in ESP-help; fix array bounds error in udfEditAttr; modify udpVsp3 such that if update udpVsp3 verification data; add sensitivities to udpVsp3; add OPAM1_body and OPAM1_wingbody test cases — jfdannen / detail
  8. Update download instructions for MAC and WIN — galbramc / detail
  9. Fix treatment of degenerate edges in EG_mapBody — galbramc / detail
  10. Do not add python lib directory to LD_LIBRARY_PATH — galbramc / detail

#221 (May 19, 2024, 10:35:23 AM)

  1. Fix nastran eigenvalue reader — galbramc / detail
  2. More matplotlib suppressions — galbramc / detail
  3. Suppress matplotlib memory leak — galbramc / detail

#219 (May 18, 2024, 12:02:18 PM)

  1. Fix nastran memory leak — galbramc / detail
  2. Remove bad CAPS legacy test — galbramc / detail
  3. Default nastran maxDelta to 0.5 — galbramc / detail
  4. Copy example analysis files. Update PlateMisc test to actually function. — galbramc / detail
  5. Don't run nastran post anaysis for old training — galbramc / detail
  6. Update nastran examples. Add nastran output files for noAnalysis execution. — galbramc / detail
  7. One more nastran AIM bug fix — galbramc / detail
  8. Fix nastran bugs — galbramc / detail
  9. Update nastran_OptimizationMultiLoad_PyTest.py — galbramc / detail
  10. update OPAM1_wing — jfdannen / detail
  11. make viewer respect _viz, _trn, _ori, and _grd attributes — jfdannen / detail
  12. change OPAM1_wing.udc to use relative pathname — jfdannen / detail
  13. make ESP-help consistent with OpenCSM.h — jfdannen / detail
  14. increase number of allowable Bodys as input to udfGanged; if a UDP/UDF has a ATTRRECYCLE, set hasdots to 1 to cause udpSensitivity to be executed — jfdannen / detail
  15. remove Bombbardier_DASH8-Q100 again — jfdannen / detail
  16. modify vsp3/Bombardier_DASH8-Q100 based upon Rob McDonalds modifications — jfdannen / detail
  17. re-add vsp3/Bombardier_DASH8-Q100 for testing — jfdannen / detail
  18. remove Bombardier_DASH8-Q100 test case since it works differently with OpenVSP-3.38.0 on viggen than other OSs — jfdannen / detail
  19. fix erroneous stanalyzer error — jfdannen / detail
  20. fix memory leaks; fix bug that caused an error if a journal file did not have the correct number of arguments for a newBrch command — jfdannen / detail
  21. remove empty line printout if no active signals — jfdannen / detail
  22. Upddate README.txt for ESP 1.25 — galbramc / detail
  23. More undefined alignment suppression for OCC 7.8 — galbramc / detail

#218 (May 4, 2024, 10:41:33 AM)

  1. Turn off exodus debug — galbramc / detail
  2. Use exodus node map to propertly order libMeshb files from spinnaker — galbramc / detail
  3. update vtkWriter to use AIM_* macros — jfdannen / detail
  4. One more training material adjustment for linux — galbramc / detail
  5. Update old training material for new AFLR — galbramc / detail
  6. One more AFLR fix for SU2 testing — galbramc / detail
  7. Update legacy test — galbramc / detail
  8. Lint and formatting fix — galbramc / detail
  9. Fix memory leak when writing errors. Fix double close of file. Update tests for new AFLR. — galbramc / detail
  10. lint suppression — galbramc / detail
  11. Add Zaero to CAPS doc. Fix NodeBody bug for FEA. Ignore None sigint handler in pyCAPS. — galbramc / detail
  12. Upgrade to AFLR 11.5.14 — galbramc / detail
  13. Updates for Tetgen and egadsTess with MultiDomain examples — galbramc / detail
  14. Add MultiDomain examples for sandia — galbramc / detail
  15. Only group elements with same topological dimensions for tecplot output. Add aim_elemTopoDim helper function. — galbramc / detail
  16. Lint fix for spinnaker — galbramc / detail
  17. Fix tetgen filename bug — galbramc / detail
  18. Fix zaero memory leaks — galbramc / detail
  19. Fix for zaero — galbramc / detail
  20. Update cfd2D.csm to support x-y plane as well — galbramc / detail
  21. Makefile fixes — galbramc / detail
  22. Add support for refine interpolated restart files to spinnaker AIM — galbramc / detail
  23. Stanalizer fixes — galbramc / detail
  24. include volume grids in vtkWriter — jfdannen / detail
  25. Suppress stanalizer warning — galbramc / detail
  26. Add missing include for fabs — galbramc / detail
  27. Restore bindary vtk file writer. Add missing fabs to all 2D mesh checks. — galbramc / detail
  28. Fix bug in meshData elemMap for 2D ugrid files. — galbramc / detail
  29. Updated config file generator for SU2-8.0.1 — nitin / detail
  30. initial vtkWriter — jfdannen / detail
  31. Automagically test all available Mesh_Formats — galbramc / detail
  32. Add interolation for refine. More fixes for 2D adpatation. — galbramc / detail
  33. Another cleanup of aflr3 — galbramc / detail
  34. Fix filename for aflr3 — galbramc / detail
  35. Lint fix — galbramc / detail
  36. One more fix for convert_integerToString — galbramc / detail
  37. Fix friction AIM — galbramc / detail
  38. Fix last commit — galbramc / detail
  39. Cleanup ToString functions. Remove old mesh writing structures. — galbramc / detail
  40. Update libmeshb library — galbramc / detail
  41. Fix libmeshb rename — galbramc / detail
  42. Fix for windoze — galbramc / detail
  43. Fix libMeshb makefiles — galbramc / detail
  44. Cleanup egadsTess and aflr4 — galbramc / detail
  45. Update examples for new Mesh_Format interface — galbramc / detail
  46. Use lower case name for libMeshb library name — galbramc / detail
  47. Don't use case sensitvie names for mesh writer — galbramc / detail
  48. Mark calling aimPostAnalysis even during restart — galbramc / detail
  49. Lint fix — galbramc / detail
  50. Stanalier fix — galbramc / detail
  51. One more warning — galbramc / detail
  52. Fix warning — galbramc / detail
  53. Fix last commit — galbramc / detail
  54. Missed aflr3 — galbramc / detail
  55. Use meshWriters to write Mesh_Format requests — galbramc / detail
  56. Remove more Mesh_ASCII_Flag — galbramc / detail
  57. Add tecplot, stl, and bstl meshWriters — galbramc / detail
  58. Remove depricated Mesh_ASCII_Flag from fun3d — galbramc / detail
  59. Remove depricated Mesh_ASCII_Flag from fun3d — galbramc / detail
  60. Remove depricated Mesh_ASCII_Flag from fun3d — galbramc / detail
  61. AVL dox fixes — galbramc / detail
  62. Hopfully fix stanalizer — galbramc / detail
  63. Stanalizer fixes — galbramc / detail
  64. Another zaero Windoze fix — galbramc / detail
  65. zaero NMakefile again — galbramc / detail
  66. Warning ane NMakefile fix for zaero — galbramc / detail
  67. Lint fixes for zaero — galbramc / detail
  68. Initial implementation of zaero AIM — galbramc / detail
  69. Fix egadsTess aimPost return status — galbramc / detail
  70. Revert checking numer of feaProperty — galbramc / detail
  71. Update flutter examples with missing properties — galbramc / detail
  72. Add another Femap Property comment to nastran files. Add F06FileLink to nastran. Other small fixes. — galbramc / detail
  73. fix sensitivity bug associated with scribes; simplify plateHoles5 to make plateHoles6 — jfdannen / detail
  74. fix windoze bug in completeFilename — jfdannen / detail
  75. allow filename completion (via *) whenever ESP asks for the name of a file to read; if outLevel=0, do not print info about signals that are caught; do not report a Node as spurious if its Edges have different __scribeID_s; add scribe13* test cases; change OpenCSM to account for change to EG_generalBoolean(SPLITTER) associated with internal failures; upgrade to OpenVSP-3.38.0 — jfdannen / detail
  76. remove temporary debug printing — jfdannen / detail
  77. turn off debugging flag for tessellation sensitivities — jfdannen / detail
  78. fix some memcheck errors — jfdannen / detail
  79. take advantage of new EG_getInfo signature — jfdannen / detail
  80. add lred, lgreen, and lblue to ESP-help; adjust for new EG_matchBody* definitions; add joinSphereBox test case; fix recently-added bug associated with scribing SolidBodys; add verification testing for ESP/examples; add testExamples target to Makefile.DARWIN64; in udpSew, do not report degenerate Edges as non-manifold; keep user attributes on Edges of xsect after EXTRUDE and REVOLVE operations; keep user attributes on Edges after EXTRACT operation; update _edgeID for non-manifold Edges created by making a hole; update edgeIDtest* test cases — jfdannen / detail
  81. fix bug that causes output from pyscript to be lost if the pyscript uses os.chdir; fix bug that can lose attributes when SUBTRACTing two co-planar SheetBodys; add plateHoles* test cases; update _edgeID documentation in OpenCSM.h and ESP-help; change SUBTRACTion of two co-planar SheetBodys so that the tool always pokes a hole in the source (instead of scribing the source as was previously done if the source and tool intersect); update scribe11* and subtract7* test cases; if any boolean fails, leave the stack unchanged; add scribeAll argument to SUBTRACT to scribe Edges even when they are coincident with a Face; add scribe12* test cases — jfdannen / detail
  82. Stanalizer fix — galbramc / detail
  83. Also check if new loop edges are missing in EG_imprintBody — galbramc / detail
  84. Check that all edges are imprinted by OCC in EG_imprintBody — galbramc / detail
  85. Allow for NULLs as inputs to the returned egos in getInfo — haimes / detail
  86. Allow for the coping of all attributes in replaceFace — haimes / detail
  87. Fix tolScale bug — galbramc / detail
  88. Add lred, lgreen, and lblue to STEP/IGES IO — galbramc / detail
  89. Avoid segfault when IGES file lacks units — galbramc / detail
  90. Fix EG_matchBody functions — galbramc / detail
  91. remove imprint5 from list of known failures — jfdannen / detail
  92. Upgrade to OpenVSP 3.38.0 — galbramc / detail
  93. Upgrade Jenkins testing to Python 3.11.9 — galbramc / detail
  94. Upgrade to AFLR 11.5.14 — galbramc / detail
  95. Update expected error for imprint5 — galbramc / detail
  96. Also need NETCDFINC for Exodus on arm64 — galbramc / detail
  97. Also compile exodus on arm64 — galbramc / detail
  98. Suppress missaligned memory for OCC 7.8 — galbramc / detail
  99. Look for stanalizer runtime errors — galbramc / detail