Skip to content
Success

Changes

Summary

  1. Forgot updated example
  2. Fix astros Aero_Reference so it's a tuple
  3. Add missing -ldl
  4. Missed one file
  5. Improve speed of mesh QuickRef and fix memory leak
  6. More abaqus fixes
  7. Fix nodal averaging for abaqus
  8. Lint fix, add abaqus concentrated load
  9. Abaqus does not write out all nodes
  10. Refactor abaqus displacement reads
  11. Lint fix
  12. Add Tmax to abaqus AIM outpus
  13. Fixes to abaqus dor FSI
  14. lint fixes
  15. Fix typo
  16. Fix double free in mystran. Fix Windoze NMakefiles
  17. Abaqus IO is really really slow...
  18. Read MISES and Displacements from Abaqus .dat file
  19. Fix windoze build
  20. Move cython generated files into sub-directories so scan-build can ignore them
  21. Abaqus fixes
  22. Fix capsBound sideset segfault for exodus
  23. Lint fixes
  24. Parse outputs with SierraSM. Add Displacement dynout for mystran.
  25. One more lint fix
  26. Don't scan-build cython generated files
  27. scan-build fixes
  28. lint fixes
  29. Add maximum displacement for mystran
  30. Fix abaqus NMakefile
  31. Fix abaqus Windoze build
  32. Add abaqus to AGARD445
  33. Fix warnings
  34. Update makefile. Update cython instantiations. Other small fixes
  35. Add abaqus AIM
  36. Update some examples, add abaqus examples
  37. AFLR2 dods not apways generare valid quads
  38. Fix ESPxddm. Fix dox
  39. 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
  40. fix bug in the pattern counter when executing PATBREAK
  41. make UDP/UDFs thread-safe. THIS REQUIRED A CHANGE IN ALL UDP/UDFs. See OpenCSM/src/udp.help for information
  42. 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
  43. added _grd, _trn, and _ori attributes to change initial settings for Faces and Edges; fix RALLOC so that it can be thread-safe
  44. 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
  45. remove BWB.vsp3 test case since bug in OpenVSP sometimes causes OpenVSP to fail
  46. remove verification data for 7.3.1 and 7.4.1
  47. 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
  48. fix bug in filename compression
  49. temporarily disable filename compression
  50. add grpName=. optional argument to DUMP command for .obj files; fix implicit string defaults in ocsmMakeBrch
  51. 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
  52. 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
  53. update udp.def in udpTire folder
  54. update to account for UDP/UDF changes
  55. Update python version in setup scripts
  56. Update PreBuilt README and setup scripts
  57. Add contextCopy to pyEGADS and jlEGADS
  58. Remove incorrect 'wrong OR' check for EG_quadTess
  59. Add abaqus to PATH
  60. Another Python address suppression
  61. Upgrade to Python 3.11.6
Revision 4034 by galbramc:
Forgot updated example
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/astros_Aeroelastic_PyTest.pyCAPS/examples/pyCAPS/astros_Aeroelastic_PyTest.py
Revision 4033 by galbramc:
Fix astros Aero_Reference so it's a tuple
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/feaUtils.hCAPS/aim/utils/feaUtils.h
Revision 4032 by galbramc:
Add missing -ldl
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/MakefileCAPS/aim/abaqus/Makefile
Revision 4031 by galbramc:
Missed one file
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/tetgen/tetgenAIM.cppCAPS/aim/tetgen/tetgenAIM.cpp
Revision 4030 by galbramc:
Improve speed of mesh QuickRef and fix memory leak
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/aflr4/aflr4AIM.cCAPS/aim/aflr4/aflr4AIM.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/fun3d/fun3dUtils.cCAPS/aim/fun3d/fun3dUtils.c
The file was modified /aim/hsm/hsmAIM.cCAPS/aim/hsm/hsmAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/pointwise/pointwiseAIM.cCAPS/aim/pointwise/pointwiseAIM.c
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
The file was modified /aim/utils/meshUtils.hCAPS/aim/utils/meshUtils.h
Revision 4029 by galbramc:
More abaqus fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
The file was modified /examples/pyCAPS/abaqus_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/abaqus_SingleLoadCase_PyTest.py
Revision 4028 by galbramc:
Fix nodal averaging for abaqus
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /aim/abaqus/abaqusUtils.hCAPS/aim/abaqus/abaqusUtils.h
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
Revision 4027 by galbramc:
Lint fix, add abaqus concentrated load
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
Revision 4026 by galbramc:
Abaqus does not write out all nodes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
Revision 4025 by galbramc:
Refactor abaqus displacement reads
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /aim/abaqus/abaqusUtils.hCAPS/aim/abaqus/abaqusUtils.h
Revision 4024 by galbramc:
Lint fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /aim/abaqus/abaqusUtils.hCAPS/aim/abaqus/abaqusUtils.h
The file was modified /examples/pyCAPS/abaqus_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/abaqus_SingleLoadCase_PyTest.py
Revision 4023 by galbramc:
Add Tmax to abaqus AIM outpus
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
Revision 4022 by galbramc:
Fixes to abaqus dor FSI
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
Revision 4021 by galbramc:
lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
Revision 4020 by galbramc:
Fix typo
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/NMakefileCAPS/aim/utils/NMakefile
Revision 4019 by galbramc:
Fix double free in mystran. Fix Windoze NMakefiles
Change TypePath in RepositoryPath in Workspace
The file was modified /NMakefileCAPS/NMakefile
The file was modified /aim/abaqus/NMakefileCAPS/aim/abaqus/NMakefile
The file was modified /aim/avl/NMakefileCAPS/aim/avl/NMakefile
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/utils/NMakefileCAPS/aim/utils/NMakefile
Revision 4018 by galbramc:
Abaqus IO is really really slow...
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /examples/pyCAPS/abaqus_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/abaqus_SingleLoadCase_PyTest.py
Revision 4017 by galbramc:
Read MISES and Displacements from Abaqus .dat file
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /aim/abaqus/abaqusUtils.hCAPS/aim/abaqus/abaqusUtils.h
The file was modified /aim/utils/NMakefileCAPS/aim/utils/NMakefile
The file was modified /examples/pyCAPS/abaqus_AGARD445_PyTest.pyCAPS/examples/pyCAPS/abaqus_AGARD445_PyTest.py
The file was modified /examples/pyCAPS/abaqus_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/abaqus_SingleLoadCase_PyTest.py
The file was modified /examples/regressionTest/execute_PyTestRegression.shCAPS/examples/regressionTest/execute_PyTestRegression.sh
Revision 4016 by galbramc:
Fix windoze build
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/NMakefileCAPS/aim/utils/NMakefile
Revision 4015 by galbramc:
Move cython generated files into sub-directories so scan-build can ignore them
Change TypePath in RepositoryPath in Workspace
The file was modified /MakefileCAPS/Makefile
The file was modified /aim/abaqus/MakefileCAPS/aim/abaqus/Makefile
The file was modified /aim/abaqus/NMakefileCAPS/aim/abaqus/NMakefile
The file was removed/aim/abaqus/abaqusFILReader.cCAPS/aim/abaqus/abaqusFILReader.c
The file was removed/aim/abaqus/abaqusFILReader.hCAPS/aim/abaqus/abaqusFILReader.h
The file was removed/aim/abaqus/abaqusFILReader.pyxCAPS/aim/abaqus/abaqusFILReader.pyx
The file was added/aim/abaqus/cythonCAPS/aim/abaqus/cython
The file was added/aim/abaqus/cython/MakefileCAPS/aim/abaqus/cython/Makefile
The file was added/aim/abaqus/cython/abaqusFILReader.cCAPS/aim/abaqus/cython/abaqusFILReader.c
The file was added/aim/abaqus/cython/abaqusFILReader.hCAPS/aim/abaqus/cython/abaqusFILReader.h
The file was added/aim/abaqus/cython/abaqusFILReader.pyxCAPS/aim/abaqus/cython/abaqusFILReader.pyx
The file was modified /aim/fun3d/MakefileCAPS/aim/fun3d/Makefile
The file was modified /aim/fun3d/NMakefileCAPS/aim/fun3d/NMakefile
The file was removed/aim/fun3d/cfun3dNamelist.pxdCAPS/aim/fun3d/cfun3dNamelist.pxd
The file was added/aim/fun3d/cythonCAPS/aim/fun3d/cython
The file was added/aim/fun3d/cython/MakefileCAPS/aim/fun3d/cython/Makefile
The file was added/aim/fun3d/cython/cfun3dNamelist.pxdCAPS/aim/fun3d/cython/cfun3dNamelist.pxd
The file was added/aim/fun3d/cython/fun3dNamelist.cCAPS/aim/fun3d/cython/fun3dNamelist.c
The file was added/aim/fun3d/cython/fun3dNamelist.hCAPS/aim/fun3d/cython/fun3dNamelist.h
The file was added/aim/fun3d/cython/fun3dNamelist.pyxCAPS/aim/fun3d/cython/fun3dNamelist.pyx
The file was removed/aim/fun3d/fun3dNamelist.cCAPS/aim/fun3d/fun3dNamelist.c
The file was removed/aim/fun3d/fun3dNamelist.hCAPS/aim/fun3d/fun3dNamelist.h
The file was removed/aim/fun3d/fun3dNamelist.pyxCAPS/aim/fun3d/fun3dNamelist.pyx
The file was modified /aim/utils/MakefileCAPS/aim/utils/Makefile
The file was modified /aim/utils/NMakefileCAPS/aim/utils/NMakefile
The file was added/aim/utils/cythonCAPS/aim/utils/cython
The file was added/aim/utils/cython/MakefileCAPS/aim/utils/cython/Makefile
The file was added/aim/utils/cython/nastranOP2Reader.cCAPS/aim/utils/cython/nastranOP2Reader.c
The file was added/aim/utils/cython/nastranOP2Reader.hCAPS/aim/utils/cython/nastranOP2Reader.h
The file was added/aim/utils/cython/nastranOP2Reader.pyxCAPS/aim/utils/cython/nastranOP2Reader.pyx
The file was removed/aim/utils/nastranOP2Reader.cCAPS/aim/utils/nastranOP2Reader.c
The file was removed/aim/utils/nastranOP2Reader.hCAPS/aim/utils/nastranOP2Reader.h
The file was removed/aim/utils/nastranOP2Reader.pyxCAPS/aim/utils/nastranOP2Reader.pyx
Revision 4014 by galbramc:
Abaqus fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /examples/csmData/feaSimplePlate.csmCAPS/examples/csmData/feaSimplePlate.csm
The file was modified /examples/pyCAPS/abaqus_AGARD445_PyTest.pyCAPS/examples/pyCAPS/abaqus_AGARD445_PyTest.py
The file was modified /examples/pyCAPS/abaqus_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/abaqus_SingleLoadCase_PyTest.py
Revision 4013 by galbramc:
Fix capsBound sideset segfault for exodus
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/exodusWriter/exodusWriter.cppCAPS/aim/meshWriter/exodusWriter/exodusWriter.cpp
Revision 4012 by galbramc:
Lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
Revision 4011 by galbramc:
Parse outputs with SierraSM. Add Displacement dynout for mystran.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/sierraSM/sierraSMAIM.cCAPS/aim/sierraSM/sierraSMAIM.c
The file was modified /examples/pyCAPS/mystran_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/mystran_SingleLoadCase_PyTest.py
Revision 4010 by galbramc:
One more lint fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
Revision 4009 by galbramc:
Don't scan-build cython generated files
Change TypePath in RepositoryPath in Workspace
The file was modified /MakefileCAPS/Makefile
Revision 4008 by galbramc:
scan-build fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /MakefileCAPS/Makefile
The file was modified /aim/abaqus/MakefileCAPS/aim/abaqus/Makefile
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
Revision 4007 by galbramc:
lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/MakefileCAPS/aim/abaqus/Makefile
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was modified /aim/abaqus/abaqusUtils.hCAPS/aim/abaqus/abaqusUtils.h
Revision 4006 by galbramc:
Add maximum displacement for mystran
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/fun3d/fun3dNamelist.cCAPS/aim/fun3d/fun3dNamelist.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /examples/pyCAPS/mystran_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/mystran_SingleLoadCase_PyTest.py
Revision 4005 by galbramc:
Fix abaqus NMakefile
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/NMakefileCAPS/aim/abaqus/NMakefile
Revision 4004 by galbramc:
Fix abaqus Windoze build
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/NMakefileCAPS/aim/abaqus/NMakefile
Revision 4003 by galbramc:
Add abaqus to AGARD445
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/csmData/feaAGARD445.csmCAPS/examples/csmData/feaAGARD445.csm
Revision 4002 by galbramc:
Fix warnings
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
Revision 4001 by galbramc:
Update makefile. Update cython instantiations. Other small fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/MakefileCAPS/aim/Makefile
The file was modified /aim/NMakefileCAPS/aim/NMakefile
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/mystran/mystranUtils.cCAPS/aim/mystran/mystranUtils.c
The file was modified /aim/mystran/mystranUtils.hCAPS/aim/mystran/mystranUtils.h
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
The file was modified /aim/utils/meshUtils.hCAPS/aim/utils/meshUtils.h
The file was modified /aim/utils/nastranOP2Reader.cCAPS/aim/utils/nastranOP2Reader.c
The file was modified /aim/utils/nastranOP2Reader.hCAPS/aim/utils/nastranOP2Reader.h
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
Revision 4000 by galbramc:
Add abaqus AIM
Change TypePath in RepositoryPath in Workspace
The file was added/aim/abaqusCAPS/aim/abaqus
The file was added/aim/abaqus/MakefileCAPS/aim/abaqus/Makefile
The file was added/aim/abaqus/NMakefileCAPS/aim/abaqus/NMakefile
The file was added/aim/abaqus/abaqusAIM.cCAPS/aim/abaqus/abaqusAIM.c
The file was added/aim/abaqus/abaqusAIM.defCAPS/aim/abaqus/abaqusAIM.def
The file was added/aim/abaqus/abaqusFILReader.cCAPS/aim/abaqus/abaqusFILReader.c
The file was added/aim/abaqus/abaqusFILReader.hCAPS/aim/abaqus/abaqusFILReader.h
The file was added/aim/abaqus/abaqusFILReader.pyxCAPS/aim/abaqus/abaqusFILReader.pyx
The file was added/aim/abaqus/abaqusUtils.cCAPS/aim/abaqus/abaqusUtils.c
The file was added/aim/abaqus/abaqusUtils.hCAPS/aim/abaqus/abaqusUtils.h
The file was added/aim/abaqus/docCAPS/aim/abaqus/doc
The file was added/aim/abaqus/doc/abaqusAIM_dox.cfgCAPS/aim/abaqus/doc/abaqusAIM_dox.cfg
The file was added/aim/abaqus/doc/abaqusAIM_header.texCAPS/aim/abaqus/doc/abaqusAIM_header.tex
The file was added/aim/abaqus/doc/abaqusAIM_layout.xmlCAPS/aim/abaqus/doc/abaqusAIM_layout.xml
Revision 3999 by galbramc:
Update some examples, add abaqus examples
Change TypePath in RepositoryPath in Workspace
The file was added/examples/pyCAPS/abaqus_AGARD445_PyTest.pyCAPS/examples/pyCAPS/abaqus_AGARD445_PyTest.py
The file was added/examples/pyCAPS/abaqus_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/abaqus_SingleLoadCase_PyTest.py
The file was modified /examples/pyCAPS/mystran_PyTest.pyCAPS/examples/pyCAPS/mystran_PyTest.py
The file was modified /examples/pyCAPS/mystran_SingleLoadCase_PyTest.pyCAPS/examples/pyCAPS/mystran_SingleLoadCase_PyTest.py
The file was modified /examples/pyCAPS/nastran_AGARD445_PyTest.pyCAPS/examples/pyCAPS/nastran_AGARD445_PyTest.py
Revision 3998 by galbramc:
AFLR2 dods not apways generare valid quads
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/plato_aflr_airfoil_PyTest.pyCAPS/examples/pyCAPS/plato_aflr_airfoil_PyTest.py
Revision 3997 by galbramc:
Fix ESPxddm. Fix dox
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/cart3d/ESPxddm.cCAPS/aim/cart3d/ESPxddm.c
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
Revision 2428 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/docN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udpParsec.cppOpenCSM/trunk/src/udpParsec.cpp
Revision 2427 by jfdannen:
fix bug in the pattern counter when executing PATBREAK
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2426 by jfdannen:
make UDP/UDFs thread-safe.  THIS REQUIRED A CHANGE IN ALL UDP/UDFs.  See OpenCSM/src/udp.help for information
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/Slugs/damaged_1.stlOpenCSM/trunk/data/Slugs/damaged_1.stl
The file was modified /trunk/data/basic/testAdjoint5.csmN/A
The file was modified /trunk/data/basic/verify_7.6.0/testAdjoint5.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/testAdjoint5.vfyN/A
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/Makefile.DARWIN64.gccOpenCSM/trunk/src/Makefile.DARWIN64.gcc
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/timGloves.cOpenCSM/trunk/src/timGloves.c
The file was modified /trunk/src/udfCatmull.cOpenCSM/trunk/src/udfCatmull.c
The file was modified /trunk/src/udfCompare.cOpenCSM/trunk/src/udfCompare.c
The file was modified /trunk/src/udfCreateBEM.cOpenCSM/trunk/src/udfCreateBEM.c
The file was modified /trunk/src/udfCreatePoly.cOpenCSM/trunk/src/udfCreatePoly.c
The file was modified /trunk/src/udfDeform.cOpenCSM/trunk/src/udfDeform.c
The file was modified /trunk/src/udfDroop.cOpenCSM/trunk/src/udfDroop.c
The file was modified /trunk/src/udfDroop2.cOpenCSM/trunk/src/udfDroop2.c
The file was modified /trunk/src/udfDroop3.cOpenCSM/trunk/src/udfDroop3.c
The file was modified /trunk/src/udfDumpPmtrs.cOpenCSM/trunk/src/udfDumpPmtrs.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
The file was modified /trunk/src/udfFlend.cOpenCSM/trunk/src/udfFlend.c
The file was modified /trunk/src/udfGanged.cOpenCSM/trunk/src/udfGanged.c
The file was modified /trunk/src/udfGuide.cOpenCSM/trunk/src/udfGuide.c
The file was modified /trunk/src/udfLinalg.cOpenCSM/trunk/src/udfLinalg.c
The file was modified /trunk/src/udfMatchBodys.cOpenCSM/trunk/src/udfMatchBodys.c
The file was modified /trunk/src/udfMechanism.cOpenCSM/trunk/src/udfMechanism.c
The file was modified /trunk/src/udfNaca6mc.cOpenCSM/trunk/src/udfNaca6mc.c
The file was modified /trunk/src/udfNacelle.cOpenCSM/trunk/src/udfNacelle.c
The file was modified /trunk/src/udfNuscale.cOpenCSM/trunk/src/udfNuscale.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
The file was modified /trunk/src/udfPrintBbox.cOpenCSM/trunk/src/udfPrintBbox.c
The file was modified /trunk/src/udfPrintBrep.cOpenCSM/trunk/src/udfPrintBrep.c
The file was modified /trunk/src/udfPrintEgo.cOpenCSM/trunk/src/udfPrintEgo.c
The file was modified /trunk/src/udfShadow.cOpenCSM/trunk/src/udfShadow.c
The file was modified /trunk/src/udfSlices.cOpenCSM/trunk/src/udfSlices.c
The file was modified /trunk/src/udfStiffener.cOpenCSM/trunk/src/udfStiffener.c
The file was modified /trunk/src/udfTester1.cOpenCSM/trunk/src/udfTester1.c
The file was modified /trunk/src/udfTile.cOpenCSM/trunk/src/udfTile.c
The file was modified /trunk/src/udfTile2.cOpenCSM/trunk/src/udfTile2.c
The file was modified /trunk/src/udp.cOpenCSM/trunk/src/udp.c
The file was modified /trunk/src/udp.defOpenCSM/trunk/src/udp.def
The file was modified /trunk/src/udp.hOpenCSM/trunk/src/udp.h
The file was added/trunk/src/udp.helpOpenCSM/trunk/src/udp.help
The file was modified /trunk/src/udpBezier.cOpenCSM/trunk/src/udpBezier.c
The file was modified /trunk/src/udpBiconvex.cOpenCSM/trunk/src/udpBiconvex.c
The file was modified /trunk/src/udpBox.cOpenCSM/trunk/src/udpBox.c
The file was modified /trunk/src/udpBspline.cOpenCSM/trunk/src/udpBspline.c
The file was modified /trunk/src/udpCsm.cOpenCSM/trunk/src/udpCsm.c
The file was modified /trunk/src/udpEllipse.cOpenCSM/trunk/src/udpEllipse.c
The file was modified /trunk/src/udpEqn2body.cOpenCSM/trunk/src/udpEqn2body.c
The file was modified /trunk/src/udpFitcurve.cOpenCSM/trunk/src/udpFitcurve.c
The file was modified /trunk/src/udpFreeform.cOpenCSM/trunk/src/udpFreeform.c
The file was modified /trunk/src/udpGlovesBox.cOpenCSM/trunk/src/udpGlovesBox.c
The file was modified /trunk/src/udpGlovesCyl.cOpenCSM/trunk/src/udpGlovesCyl.c
The file was modified /trunk/src/udpGlovesFuse.cOpenCSM/trunk/src/udpGlovesFuse.c
The file was modified /trunk/src/udpGlovesSphr.cOpenCSM/trunk/src/udpGlovesSphr.c
The file was modified /trunk/src/udpGlovesVtail.cOpenCSM/trunk/src/udpGlovesVtail.c
The file was modified /trunk/src/udpGlovesWing.cOpenCSM/trunk/src/udpGlovesWing.c
The file was modified /trunk/src/udpHex.cOpenCSM/trunk/src/udpHex.c
The file was modified /trunk/src/udpHubWedge.cOpenCSM/trunk/src/udpHubWedge.c
The file was modified /trunk/src/udpImport.cOpenCSM/trunk/src/udpImport.c
The file was modified /trunk/src/udpKulfan.cOpenCSM/trunk/src/udpKulfan.c
The file was modified /trunk/src/udpLevelset.cOpenCSM/trunk/src/udpLevelset.c
The file was modified /trunk/src/udpNaca.cOpenCSM/trunk/src/udpNaca.c
The file was modified /trunk/src/udpNaca456.cOpenCSM/trunk/src/udpNaca456.c
The file was modified /trunk/src/udpNurbbody.cOpenCSM/trunk/src/udpNurbbody.c
The file was modified /trunk/src/udpParabaloid.cOpenCSM/trunk/src/udpParabaloid.c
The file was modified /trunk/src/udpParsec.cppOpenCSM/trunk/src/udpParsec.cpp
The file was modified /trunk/src/udpPod.cOpenCSM/trunk/src/udpPod.c
The file was modified /trunk/src/udpPoly.cOpenCSM/trunk/src/udpPoly.c
The file was modified /trunk/src/udpProp.cOpenCSM/trunk/src/udpProp.c
The file was modified /trunk/src/udpRadwaf.cOpenCSM/trunk/src/udpRadwaf.c
The file was modified /trunk/src/udpSample.cOpenCSM/trunk/src/udpSample.c
The file was modified /trunk/src/udpSew.cOpenCSM/trunk/src/udpSew.c
The file was modified /trunk/src/udpStag.cOpenCSM/trunk/src/udpStag.c
The file was modified /trunk/src/udpSupell.cOpenCSM/trunk/src/udpSupell.c
The file was modified /trunk/src/udpTblade.cOpenCSM/trunk/src/udpTblade.c
The file was modified /trunk/src/udpTester2.cOpenCSM/trunk/src/udpTester2.c
The file was modified /trunk/src/udpUtilities.cOpenCSM/trunk/src/udpUtilities.c
The file was modified /trunk/src/udpUtilities.hOpenCSM/trunk/src/udpUtilities.h
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
The file was modified /trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 2425 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
Revision 2424 by jfdannen:
added _grd, _trn, and _ori attributes to change initial settings for Faces and Edges; fix RALLOC so that it can be thread-safe
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/Slugs/damaged_1.stlOpenCSM/trunk/data/Slugs/damaged_1.stl
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSMtcl.cOpenCSM/trunk/src/OpenCSMtcl.c
The file was modified /trunk/src/adjointCSM.cOpenCSM/trunk/src/adjointCSM.c
The file was modified /trunk/src/buildCSM.cOpenCSM/trunk/src/buildCSM.c
The file was modified /trunk/src/fun3dCSM.cOpenCSM/trunk/src/fun3dCSM.c
The file was modified /trunk/src/gmgwCSM.cOpenCSM/trunk/src/gmgwCSM.c
The file was modified /trunk/src/gridCSM.cOpenCSM/trunk/src/gridCSM.c
The file was modified /trunk/src/massProps.cOpenCSM/trunk/src/massProps.c
The file was modified /trunk/src/matchCSM.cOpenCSM/trunk/src/matchCSM.c
The file was modified /trunk/src/sensCSM.cOpenCSM/trunk/src/sensCSM.c
The file was modified /trunk/src/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/tessCSM.cOpenCSM/trunk/src/tessCSM.c
The file was modified /trunk/src/timCapsMode.cOpenCSM/trunk/src/timCapsMode.c
The file was modified /trunk/src/timGloves.cOpenCSM/trunk/src/timGloves.c
The file was modified /trunk/src/timPlotter.cOpenCSM/trunk/src/timPlotter.c
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
The file was modified /trunk/src/timViewer.cOpenCSM/trunk/src/timViewer.c
The file was modified /trunk/src/udfCatmull.cOpenCSM/trunk/src/udfCatmull.c
The file was modified /trunk/src/udfCompare.cOpenCSM/trunk/src/udfCompare.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
The file was modified /trunk/src/udfLinalg.cOpenCSM/trunk/src/udfLinalg.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
The file was modified /trunk/src/udfSlices.cOpenCSM/trunk/src/udfSlices.c
The file was modified /trunk/src/udfTester1.cOpenCSM/trunk/src/udfTester1.c
The file was modified /trunk/src/udfTile.cOpenCSM/trunk/src/udfTile.c
The file was modified /trunk/src/udfTile2.cOpenCSM/trunk/src/udfTile2.c
The file was modified /trunk/src/udpBezier.cOpenCSM/trunk/src/udpBezier.c
The file was modified /trunk/src/udpFitcurve.cOpenCSM/trunk/src/udpFitcurve.c
The file was modified /trunk/src/udpFreeform.cOpenCSM/trunk/src/udpFreeform.c
The file was modified /trunk/src/udpNurbbody.cOpenCSM/trunk/src/udpNurbbody.c
The file was modified /trunk/src/udpTester2.cOpenCSM/trunk/src/udpTester2.c
The file was modified /trunk/src/udpUtilities.cOpenCSM/trunk/src/udpUtilities.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
The file was modified /trunk/src/vsp2csm.cOpenCSM/trunk/src/vsp2csm.c
Revision 2423 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2422 by jfdannen:
remove BWB.vsp3 test case since bug in OpenVSP sometimes causes OpenVSP to fail
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/dataN/A
The file was modified /trunk/data/CAPSN/A
The file was modified /trunk/data/SlugsOpenCSM/trunk/data/Slugs
The file was added/trunk/data/Slugs/damaged_1.stlOpenCSM/trunk/data/Slugs/damaged_1.stl
The file was modified /trunk/data/TRADESN/A
The file was modified /trunk/data/Tblade3/Case7-28-8_IGVN/A
The file was modified /trunk/data/Tblade3/Case7-28-8_OGVN/A
The file was modified /trunk/data/Tblade3/Case7-28-8_RotorN/A
The file was modified /trunk/data/Tblade3/Case9-22-1_RotorN/A
The file was modified /trunk/data/Tblade3/NACA_thicknessN/A
The file was modified /trunk/data/Tblade3/NACA_thickness_with_derivativeN/A
The file was modified /trunk/data/Tblade3/Wennerstrom_with_umxthkN/A
The file was modified /trunk/data/Tblade3/hub_inflationN/A
The file was modified /trunk/data/Tblade3/hub_tip_inflationN/A
The file was modified /trunk/data/Tblade3/tip_inflationN/A
The file was modified /trunk/data/basicN/A
The file was modified /trunk/data/capsExamplesN/A
The file was modified /trunk/data/galleryN/A
The file was modified /trunk/data/legacyN/A
The file was modified /trunk/data/plugsN/A
The file was modified /trunk/data/studentGalleryN/A
The file was modified /trunk/data/training/data/session01N/A
The file was modified /trunk/data/training/data/session02N/A
The file was modified /trunk/data/training/data/session03N/A
The file was modified /trunk/data/training/data/session04N/A
The file was modified /trunk/data/training/data/session05N/A
The file was modified /trunk/data/training/data/session06N/A
The file was modified /trunk/data/training/data/session07N/A
The file was modified /trunk/data/training/data/session08N/A
The file was modified /trunk/data/training/data/session09N/A
The file was modified /trunk/data/training/solutions/session01N/A
The file was modified /trunk/data/training/solutions/session02N/A
The file was modified /trunk/data/training/solutions/session03N/A
The file was modified /trunk/data/training/solutions/session04N/A
The file was modified /trunk/data/training/solutions/session05N/A
The file was modified /trunk/data/training/solutions/session06N/A
The file was modified /trunk/data/training/solutions/session07N/A
The file was modified /trunk/data/training/solutions/session08N/A
The file was modified /trunk/data/training/solutions/session09N/A
The file was modified /trunk/data/vspN/A
The file was modified /trunk/data/vsp3N/A
The file was removed/trunk/data/vsp3/BWB.csmN/A
The file was removed/trunk/data/vsp3/BWB.vsp3N/A
Revision 2421 by jfdannen:
remove verification data for 7.3.1 and 7.4.1
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was removed/trunk/data/CAPS/verify_7.3.1N/A
The file was removed/trunk/data/CAPS/verify_7.4.1N/A
The file was removed/trunk/data/Slugs/verify_7.3.1OpenCSM/trunk/data/Slugs/verify_7.3.1
The file was removed/trunk/data/Slugs/verify_7.4.1OpenCSM/trunk/data/Slugs/verify_7.4.1
The file was removed/trunk/data/TRADES/verify_7.3.1N/A
The file was removed/trunk/data/TRADES/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/Case7-28-8_IGV/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/Case7-28-8_IGV/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/Case7-28-8_OGV/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/Case7-28-8_OGV/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/Case7-28-8_Rotor/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/Case7-28-8_Rotor/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/Case9-22-1_Rotor/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/Case9-22-1_Rotor/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/NACA_thickness/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/NACA_thickness/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/NACA_thickness_with_derivative/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/NACA_thickness_with_derivative/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/Wennerstrom_with_umxthk/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/Wennerstrom_with_umxthk/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/hub_inflation/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/hub_inflation/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/hub_tip_inflation/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/hub_tip_inflation/verify_7.4.1N/A
The file was removed/trunk/data/Tblade3/tip_inflation/verify_7.3.1N/A
The file was removed/trunk/data/Tblade3/tip_inflation/verify_7.4.1N/A
The file was removed/trunk/data/basic/verify_7.3.1N/A
The file was removed/trunk/data/basic/verify_7.4.1N/A
The file was removed/trunk/data/capsExamples/verify_7.3.1N/A
The file was removed/trunk/data/capsExamples/verify_7.4.1N/A
The file was removed/trunk/data/gallery/verify_7.3.1N/A
The file was removed/trunk/data/gallery/verify_7.4.1N/A
The file was removed/trunk/data/legacy/verify_7.3.1N/A
The file was removed/trunk/data/legacy/verify_7.4.1N/A
The file was removed/trunk/data/plugs/verify_7.3.1N/A
The file was removed/trunk/data/plugs/verify_7.4.1N/A
The file was removed/trunk/data/studentGallery/verify_7.3.1N/A
The file was removed/trunk/data/studentGallery/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session01/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session01/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session02/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session02/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session03/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session03/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session04/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session04/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session05/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session05/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session06/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session06/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session07/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session07/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session08/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session08/verify_7.4.1N/A
The file was removed/trunk/data/training/data/session09/verify_7.3.1N/A
The file was removed/trunk/data/training/data/session09/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session01/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session01/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session02/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session02/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session03/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session03/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session04/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session04/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session05/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session05/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session06/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session06/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session07/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session07/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session08/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session08/verify_7.4.1N/A
The file was removed/trunk/data/training/solutions/session09/verify_7.3.1N/A
The file was removed/trunk/data/training/solutions/session09/verify_7.4.1N/A
The file was removed/trunk/data/verify_7.3.1N/A
The file was removed/trunk/data/verify_7.4.1N/A
The file was removed/trunk/data/vsp/verify_7.3.1N/A
The file was removed/trunk/data/vsp/verify_7.4.1N/A
Revision 2419 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-viewer.jsN/A
The file was modified /trunk/ESP/ESP.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/areaRule.pyN/A
The file was added/trunk/data/basic/areaRule1.csmN/A
The file was added/trunk/data/basic/areaRule2.csmN/A
The file was added/trunk/data/basic/areaRuleWing1.udcN/A
The file was added/trunk/data/basic/areaRuleWing2.udcN/A
The file was added/trunk/data/basic/verify_7.6.0/areaRule1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/areaRule2.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/areaRule1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/areaRule2.vfyN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/tim.cOpenCSM/trunk/src/tim.c
Revision 2418 by jfdannen:
fix bug in filename compression
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2417 by jfdannen:
temporarily disable filename compression
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2416 by jfdannen:
add grpName=. optional argument to DUMP command for .obj files; fix implicit string defaults in ocsmMakeBrch
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
Revision 2415 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/udc/flapz.udcOpenCSM/trunk/udc/flapz.udc
Revision 2414 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/testAdjoint4.csmN/A
The file was added/trunk/data/basic/testAdjoint5.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint4.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint5.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint4.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint5.vfyN/A
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/timCapsMode.cOpenCSM/trunk/src/timCapsMode.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 1971 by jfdannen:
update udp.def in udpTire folder
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/UDP_UDF/data/udp.defEGADS/trunk/docs/UDP_UDF/data/udp.def
Revision 1970 by jfdannen:
update to account for UDP/UDF changes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/UDP_UDF/data/udpTire.cEGADS/trunk/docs/UDP_UDF/data/udpTire.c
Revision 1969 by galbramc:
Update python version in setup scripts
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/setup.shEGADS/trunk/config/setup.sh
The file was modified /trunk/config/winEnvEGADS/trunk/config/winEnv
Revision 1968 by galbramc:
Update PreBuilt README and setup scripts
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/MACdownloads.txtEGADS/trunk/config/MACdownloads.txt
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
The file was modified /trunk/config/linREADME.txtEGADS/trunk/config/linREADME.txt
The file was modified /trunk/config/macREADME.txtEGADS/trunk/config/macREADME.txt
The file was modified /trunk/config/setup.cmdEGADS/trunk/config/setup.cmd
The file was modified /trunk/config/setup.commandEGADS/trunk/config/setup.command
The file was modified /trunk/config/setup.shEGADS/trunk/config/setup.sh
The file was modified /trunk/config/winREADME.txtEGADS/trunk/config/winREADME.txt
Revision 1967 by galbramc:
Add contextCopy to pyEGADS and jlEGADS
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/pyEGADS/pyEGADS/egads.pyEGADS/trunk/pyEGADS/pyEGADS/egads.py
The file was modified /trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
Revision 1966 by galbramc:
Remove incorrect 'wrong OR' check for EG_quadTess
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/util/regQuads.cEGADS/trunk/util/regQuads.c
Revision 842 by galbramc:
Add abaqus to PATH
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 841 by galbramc:
Another Python address suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt
Revision 840 by galbramc:
Upgrade to Python 3.11.6
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh