Skip to content
Started 6 mo 16 days ago
Took 37 min on reynolds
Success

#187 (Oct 14, 2023, 10:29:09 AM)

Revisions
  • svn+ssh://acdl.mit.edu/home/svnroot/EGADS : 1953
  • svn+ssh://acdl.mit.edu/home/svnroot/JenkinsESP : 839
  • svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/data/Slugs : 2355
  • svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/pyOCSM : 2399
  • svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/src : 2407
  • svn+ssh://acdl.mit.edu/home/svnroot/CAPS : 3974
  • svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/udc : 2315
Changes
  1. Lint fix (detail)
    by galbramc
  2. Use EG_mapBody2 for morhing bodies with a single face. Fix indexing with refine. Add documentation reference for exodus writer. (detail)
    by galbramc
  3. Add bound VTK dump (detail)
    by galbramc
  4. Add Fun3D option to refineAIM. Fixes for phasing with refine (detail)
    by galbramc
  5. 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 (detail)
    by galbramc
  6. Missed a file (detail)
    by galbramc
  7. Fix TEMP card. Fix TACS temperature transfer. (detail)
    by galbramc
  8. Lint fixes (detail)
    by galbramc
  9. Fix for windoze (detail)
    by galbramc
  10. Parse von Mises stress and strain from Mystran. Fix refineAIM to remove old meshes. (detail)
    by galbramc
  11. Use latest version of SU2(8.0.0) (detail)
    by nitin
  12. Updates for SU2 Harrier, version 8.0.0 (detail)
    by nitin
  13. Fix memory leak (detail)
    by galbramc
  14. Fix array bound error. Update legacy example. (detail)
    by galbramc
  15. Dont require meshRef for meshWriters (detail)
    by galbramc
  16. Add remaining MAT8 entries. Always check for valid indexes in meshes. Various other fixes. (detail)
    by galbramc
  17. Lots of lint fixes and memory leak fix (detail)
    by galbramc
  18. Fix bug in refine libMeshb reader (detail)
    by galbramc
  19. Fix memory leak in mystran AIM (detail)
    by galbramc
  20. Fix warning (detail)
    by galbramc
  21. Exclusively use MESHEXTENSION for refine (detail)
    by galbramc
  22. Don't reqiore capsMeshLength for auto feaMeshing (detail)
    by galbramc
  23. Use egadsTess functions to build on the fly fea Meshes (detail)
    by galbramc
  24. Guard against using null pointer (detail)
    by galbramc
  25. More binary ugrid reader improvements (detail)
    by galbramc
  26. Add isothermal material properties (detail)
    by galbramc
  27. More informative refine execution failure error messages (detail)
    by galbramc
  28. Add execution error message for refine (detail)
    by galbramc
  29. Fix Mesh_Morph for fea. Improve speed of binary ugrid reader. (detail)
    by galbramc
  30. Lint fixes (detail)
    by galbramc
  31. Update unit test (detail)
    by galbramc
  32. Various small fixes (detail)
    by galbramc
  33. Test with mixed quad/tri Face (detail)
    by galbramc
  34. Allow mixed quad/tri on Faces for data transfer (detail)
    by galbramc
  35. Update aimMesh for Morphing surface meshes (detail)
    by galbramc
  36. Make mesh link optional again for astros (detail)
    by galbramc
  37. Add mesh morphing to masstran (detail)
    by galbramc
  38. Fixes for refine and add Mesh_Morph for structures (detail)
    by galbramc
  39. 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 (detail)
    by jfdannen
  40. clean up some debug printing during sensitivity calculations (detail)
    by jfdannen
  41. 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 (detail)
    by jfdannen
  42. modify OPAM1.udc to pass Jenkins tests (detail)
    by jfdannen
  43. fix sanitize-address error in udpWaffle when progress=1 (detail)
    by jfdannen
  44. 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 (detail)
    by jfdannen
  45. add testAdjoint1 test case (detail)
    by jfdannen
  46. 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 (detail)
    by jfdannen
  47. 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 ... (detail)
    by jfdannen
  48. Fix lint (detail)
    by galbramc
  49. Fix EG_mapBody infinite loop (detail)
    by galbramc
  50. Update egads.def with EG_mapBody2 (detail)
    by galbramc
  51. Fix incorrect mapBody tests (detail)
    by galbramc
  52. Fix compile error related to M_PI (detail)
    by galbramc
  53. Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys. (detail)
    by galbramc
  54. Add additional Node check in EG_localToGlobal (detail)
    by galbramc
  55. Add backup M_PI when not available for Surreal (detail)
    by galbramc
  56. Fix memory leak when error occurs while reading units from STEP/IGES (detail)
    by galbramc
  57. Rename ref test to avoid conflicting with NASA refine ref (detail)
    by galbramc
  58. Preserve tessellation attributes in mapTessBody (detail)
    by galbramc
  59. Undo looking for verfication data (detail)
    by galbramc
  60. Warn about missing verification files (detail)
    by galbramc
  61. Yet one more python suppression (detail)
    by galbramc
  62. Another python valgrind suppression (detail)
    by galbramc
  63. Upgrade to SU2 8.0.0 (detail)
    by galbramc
  64. Update vsp3 memcheck suppression (detail)
    by galbramc

Started by upstream project ESP_UndefinedCaps build number 187
originally caused by:

Static Analysis: No warnings
  • Static analysis results from: GNU C Compiler (gcc) (0),  Clang (0)
  • No issues for 9 builds, i.e. since build: Failed #179
  • Quality gate: Success
0 errors, 0 warnings