Skip to content
Success

Changes

Summary

  1. Lint fix
  2. Use EG_mapBody2 for morhing bodies with a single face. Fix indexing with refine. Add documentation reference for exodus writer.
  3. Add bound VTK dump
  4. Add Fun3D option to refineAIM. Fixes for phasing with refine
  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
  6. Missed a file
  7. Fix TEMP card. Fix TACS temperature transfer.
  8. Lint fixes
  9. Fix for windoze
  10. Parse von Mises stress and strain from Mystran. Fix refineAIM to remove old meshes.
  11. Use latest version of SU2(8.0.0)
  12. Updates for SU2 Harrier, version 8.0.0
  13. Fix memory leak
  14. Fix array bound error. Update legacy example.
  15. Dont require meshRef for meshWriters
  16. Add remaining MAT8 entries. Always check for valid indexes in meshes. Various other fixes.
  17. Lots of lint fixes and memory leak fix
  18. Fix bug in refine libMeshb reader
  19. Fix memory leak in mystran AIM
  20. Fix warning
  21. Exclusively use MESHEXTENSION for refine
  22. Don't reqiore capsMeshLength for auto feaMeshing
  23. Use egadsTess functions to build on the fly fea Meshes
  24. Guard against using null pointer
  25. More binary ugrid reader improvements
  26. Add isothermal material properties
  27. More informative refine execution failure error messages
  28. Add execution error message for refine
  29. Fix Mesh_Morph for fea. Improve speed of binary ugrid reader.
  30. Lint fixes
  31. Update unit test
  32. Various small fixes
  33. Test with mixed quad/tri Face
  34. Allow mixed quad/tri on Faces for data transfer
  35. Update aimMesh for Morphing surface meshes
  36. Make mesh link optional again for astros
  37. Add mesh morphing to masstran
  38. Fixes for refine and add Mesh_Morph for structures
  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
  40. clean up some debug printing during sensitivity calculations
  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
  42. modify OPAM1.udc to pass Jenkins tests
  43. fix sanitize-address error in udpWaffle when progress=1
  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
  45. add testAdjoint1 test case
  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
  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 ...
  48. Fix lint
  49. Fix EG_mapBody infinite loop
  50. Update egads.def with EG_mapBody2
  51. Fix incorrect mapBody tests
  52. Fix compile error related to M_PI
  53. Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys.
  54. Add additional Node check in EG_localToGlobal
  55. Add backup M_PI when not available for Surreal
  56. Fix memory leak when error occurs while reading units from STEP/IGES
  57. Rename ref test to avoid conflicting with NASA refine ref
  58. Preserve tessellation attributes in mapTessBody
  59. Undo looking for verfication data
  60. Warn about missing verification files
  61. Yet one more python suppression
  62. Another python valgrind suppression
  63. Upgrade to SU2 8.0.0
  64. Update vsp3 memcheck suppression
Revision 3974 by galbramc:
Lint fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3973 by galbramc:
Use EG_mapBody2 for morhing bodies with a single face. Fix indexing with refine. Add documentation reference for exodus writer.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr2/aflr2AIM.cCAPS/aim/aflr2/aflr2AIM.c
The file was modified /aim/meshWriter/exodusWriter/exodusWriter.cppCAPS/aim/meshWriter/exodusWriter/exodusWriter.cpp
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3972 by galbramc:
Add bound VTK dump
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_Cart3D_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_Cart3D_and_Mystran.py
The file was modified /pyCAPS/pyCAPS/problem.pyCAPS/pyCAPS/pyCAPS/problem.py
Revision 3971 by galbramc:
Add Fun3D option to refineAIM. Fixes for phasing with refine
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
The file was modified /src/capsAnalysis.cCAPS/src/capsAnalysis.c
Revision 3970 by galbramc:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr2/aflr2AIM.cCAPS/aim/aflr2/aflr2AIM.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/meshWriter/libMeshbWriter/libMeshbWriter.cCAPS/aim/meshWriter/libMeshbWriter/libMeshbWriter.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /aim/utils/feaTypes.hCAPS/aim/utils/feaTypes.h
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/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /aim/utils/nastranCards.hCAPS/aim/utils/nastranCards.h
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
The file was modified /src/aimUtil.cCAPS/src/aimUtil.c
The file was modified /src/capsAnalysis.cCAPS/src/capsAnalysis.c
The file was modified /src/capsBase.cCAPS/src/capsBase.c
The file was modified /src/capsProblem.cCAPS/src/capsProblem.c
Revision 3969 by galbramc:
Missed a file
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.c
Revision 3968 by galbramc:
Fix TEMP card. Fix TACS temperature transfer.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /examples/csmData/aeroelasticDataTransferSimple.csmCAPS/examples/csmData/aeroelasticDataTransferSimple.csm
The file was added/examples/pyCAPS/aeroelasticSimple_Temperature_SU2_and_TACS.pyCAPS/examples/pyCAPS/aeroelasticSimple_Temperature_SU2_and_TACS.py
The file was modified /examples/regressionTest/execute_PyTestRegression.shCAPS/examples/regressionTest/execute_PyTestRegression.sh
Revision 3967 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/mystran/mystranUtils.cCAPS/aim/mystran/mystranUtils.c
Revision 3966 by galbramc:
Fix for windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranUtils.cCAPS/aim/mystran/mystranUtils.c
Revision 3965 by galbramc:
Parse von Mises stress and strain from Mystran. Fix refineAIM to remove old meshes.
Change TypePath in RepositoryPath in Workspace
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/refine/refineAIM.cCAPS/aim/refine/refineAIM.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
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3964 by nitin:
Use latest version of SU2(8.0.0)
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Displacement_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Iterative_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/aeroelastic_Iterative_SU2_and_Astros.pyCAPS/examples/pyCAPS/aeroelastic_Iterative_SU2_and_Astros.py
The file was modified /examples/pyCAPS/aeroelastic_Iterative_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelastic_Iterative_SU2_and_Mystran.py
The file was modified /examples/pyCAPS/su2_Morph_PyTest.pyCAPS/examples/pyCAPS/su2_Morph_PyTest.py
The file was modified /examples/pyCAPS/su2_X43a_PyTest.pyCAPS/examples/pyCAPS/su2_X43a_PyTest.py
The file was modified /examples/pyCAPS/su2_and_AFLR2_NodeDist_PyTest.pyCAPS/examples/pyCAPS/su2_and_AFLR2_NodeDist_PyTest.py
The file was modified /examples/pyCAPS/su2_and_AFLR2_PyTest.pyCAPS/examples/pyCAPS/su2_and_AFLR2_PyTest.py
The file was modified /examples/pyCAPS/su2_and_AFLR4_AFLR3_PyTest.pyCAPS/examples/pyCAPS/su2_and_AFLR4_AFLR3_PyTest.py
The file was modified /examples/pyCAPS/su2_and_Delaundo_PyTest.pyCAPS/examples/pyCAPS/su2_and_Delaundo_PyTest.py
The file was modified /examples/pyCAPS/su2_and_Tetgen_PyTest.pyCAPS/examples/pyCAPS/su2_and_Tetgen_PyTest.py
The file was modified /examples/pyCAPS/su2_and_pointwise_PyTest.pyCAPS/examples/pyCAPS/su2_and_pointwise_PyTest.py
Revision 3963 by nitin:
Updates for SU2 Harrier, version 8.0.0
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/su2/MakefileCAPS/aim/su2/Makefile
The file was modified /aim/su2/NMakefileCAPS/aim/su2/NMakefile
The file was modified /aim/su2/ReadMe_SU2AIM.txtCAPS/aim/su2/ReadMe_SU2AIM.txt
The file was modified /aim/su2/su2AIM.cCAPS/aim/su2/su2AIM.c
The file was modified /aim/su2/su2Utils.hCAPS/aim/su2/su2Utils.h
The file was added/aim/su2/su2_8_Harrier.cCAPS/aim/su2/su2_8_Harrier.c
Revision 3962 by galbramc:
Fix memory leak
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3961 by galbramc:
Fix array bound error. Update legacy example.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.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
The file was modified /legacy/aim/csmData/masstran.csmCAPS/legacy/aim/csmData/masstran.csm
The file was modified /legacy/aim/pyCAPS/test_masstran.pyCAPS/legacy/aim/pyCAPS/test_masstran.py
Revision 3960 by galbramc:
Dont require meshRef for meshWriters
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3959 by galbramc:
Add remaining MAT8 entries. Always check for valid indexes in meshes. Various other fixes.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/masstran/masstranAIM.cppCAPS/aim/masstran/masstranAIM.cpp
The file was modified /aim/meshWriter/ugridWriter/ugridWriter.cCAPS/aim/meshWriter/ugridWriter/ugridWriter.c
The file was modified /aim/mses/msesAIM.cCAPS/aim/mses/msesAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/unitTest/pyCAPS/test_egadsTess.pyCAPS/aim/unitTest/pyCAPS/test_egadsTess.py
The file was modified /aim/unitTest/pyCAPS/test_pointwise.pyCAPS/aim/unitTest/pyCAPS/test_pointwise.py
The file was modified /aim/utils/feaTypes.hCAPS/aim/utils/feaTypes.h
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /aim/utils/nastranCards.hCAPS/aim/utils/nastranCards.h
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
The file was modified /examples/csmData/feaBoxes.csmCAPS/examples/csmData/feaBoxes.csm
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3958 by galbramc:
Lots of lint fixes and memory leak fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.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/nastran/nastranAIM.cCAPS/aim/nastran/nastranAIM.c
The file was modified /aim/plato/MakefileCAPS/aim/plato/Makefile
The file was modified /aim/plato/platoAIM.cCAPS/aim/plato/platoAIM.c
The file was modified /aim/su2/su2AIM.cCAPS/aim/su2/su2AIM.c
The file was modified /aim/tacs/tacsAIM.cCAPS/aim/tacs/tacsAIM.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
The file was modified /aim/utils/miscUtils.hCAPS/aim/utils/miscUtils.h
Revision 3957 by galbramc:
Fix bug in refine libMeshb reader
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/libMeshbWriter/MakefileCAPS/aim/meshWriter/libMeshbWriter/Makefile
The file was modified /aim/meshWriter/ugridWriter/ugridWriter.cCAPS/aim/meshWriter/ugridWriter/ugridWriter.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3956 by galbramc:
Fix memory leak in mystran AIM
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
Revision 3955 by galbramc:
Fix warning
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3954 by galbramc:
Exclusively use MESHEXTENSION for refine
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3953 by galbramc:
Don't reqiore capsMeshLength for auto feaMeshing
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /examples/cCAPS/aeroelasticSimple_Iterative_SU2_and_MystranTest.cCAPS/examples/cCAPS/aeroelasticSimple_Iterative_SU2_and_MystranTest.c
Revision 3952 by galbramc:
Use egadsTess functions to build on the fly fea Meshes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3951 by galbramc:
Guard against using null pointer
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3950 by galbramc:
More binary ugrid reader improvements
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3949 by galbramc:
Add isothermal material properties
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaTypes.hCAPS/aim/utils/feaTypes.h
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/nastranCards.cCAPS/aim/utils/nastranCards.c
The file was modified /aim/utils/nastranCards.hCAPS/aim/utils/nastranCards.h
The file was modified /aim/utils/nastranUtils.cCAPS/aim/utils/nastranUtils.c
Revision 3948 by galbramc:
More informative refine execution failure error messages
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3947 by galbramc:
Add execution error message for refine
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
Revision 3946 by galbramc:
Fix Mesh_Morph for fea. Improve speed of binary ugrid reader.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3945 by galbramc:
Lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/fun3d/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /include/aimMesh.hCAPS/include/aimMesh.h
Revision 3944 by galbramc:
Update unit test
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/unitTest/pyCAPS/test_masstran.pyCAPS/aim/unitTest/pyCAPS/test_masstran.py
The file was modified /aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
The file was modified /aim/unitTest/pyCAPS/test_tacs.pyCAPS/aim/unitTest/pyCAPS/test_tacs.py
Revision 3943 by galbramc:
Various small fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/egadsTess/egadsTessAIM.cCAPS/aim/egadsTess/egadsTessAIM.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /examples/csmData/aeroelasticDataTransferSimple.csmCAPS/examples/csmData/aeroelasticDataTransferSimple.csm
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3942 by galbramc:
Test with mixed quad/tri Face
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.pyCAPS/examples/pyCAPS/aeroelasticSimple_Pressure_SU2_and_Mystran.py
Revision 3941 by galbramc:
Allow mixed quad/tri on Faces for data transfer
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/meshUtils.cCAPS/aim/utils/meshUtils.c
Revision 3940 by galbramc:
Update aimMesh for Morphing surface meshes
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 3939 by galbramc:
Make mesh link optional again for astros
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
Revision 3938 by galbramc:
Add mesh morphing to masstran
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/masstran/masstranAIM.cppCAPS/aim/masstran/masstranAIM.cpp
Revision 3937 by galbramc:
Fixes for refine and add Mesh_Morph for structures
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/fun3dAIM.cCAPS/aim/fun3d/fun3dAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
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/unitTest/csmData/feaSimplePlate.csmCAPS/aim/unitTest/csmData/feaSimplePlate.csm
The file was modified /aim/unitTest/csmData/masstran.csmCAPS/aim/unitTest/csmData/masstran.csm
The file was modified /aim/unitTest/pyCAPS/test_refine.pyCAPS/aim/unitTest/pyCAPS/test_refine.py
The file was modified /aim/unitTest/pyCAPS/test_tacs.pyCAPS/aim/unitTest/pyCAPS/test_tacs.py
The file was modified /aim/utils/feaTypes.hCAPS/aim/utils/feaTypes.h
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 2407 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/designZ1.csmN/A
The file was added/trunk/data/basic/designZ2.csmN/A
The file was added/trunk/data/basic/designZ3.csmN/A
The file was added/trunk/data/basic/designZ4.csmN/A
The file was added/trunk/data/basic/designZ5.csmN/A
The file was added/trunk/data/basic/designZ6.csmN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0b.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0c.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0f.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0g.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0h.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0i.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0j.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0k.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0n1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0n2.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0n2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o2.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o4.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0o4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0p.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0q.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0r.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0u.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0v.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design0w.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design8a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design8b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design8c.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design8c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design8d.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design8d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design9.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/design9.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designB4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designB5.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC4a.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC4b.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC5a.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC5a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC5b.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC6a.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC6a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC6b.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designC6b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD0b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD5c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6a0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6a1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6a2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6b0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6b1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6b2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6c0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6c1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designD6c2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designE4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF0bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF1ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designF2ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG5.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG5.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG6.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG6.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG7.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designG8.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designGA.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designGB.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designH2.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designH3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designI1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designI2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designI3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designI4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designJ4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designK0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designK1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designK2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL00.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL01.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL10.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL11.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL12.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL20.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL21.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL22.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL30.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL31.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL31.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL32.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL32.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL33.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL33.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL34.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL34.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL40.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL41.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL41.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL42.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designL42.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP0d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4a.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4b.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4c.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4d.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designP4d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR0a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR0b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR0c.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR0d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR0e.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR0e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1c.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1e.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR1e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2c.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2e.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR2e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3c.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3d.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3e.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designR3e.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designS1.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designS1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designS2.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designS2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designS3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designV1.gsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designV1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designX2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designX3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designX4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designX6.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designX7.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designX8.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designY0.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designY1.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designY2.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designY3.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designY4.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYc.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYd.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYe.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYf.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYg.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYh.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYi.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYj.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYk.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYl.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYm.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYn.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYo.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYp.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYq.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYr.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYs.tsenN/A
The file was modified /trunk/data/basic/verify_7.6.0/designYt.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ1.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ1.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ2.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ2.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ3.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ3.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ4.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ4.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ4.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ5.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ5.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ5.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ6.gsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ6.tsenN/A
The file was added/trunk/data/basic/verify_7.6.0/designZ6.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0e.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0f.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0g.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0h.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0i.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0j.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0k.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0n1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0n2.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0n2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0o1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0o2.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0o2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0o3.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0o4.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0o4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0p.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0q.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0r.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0u.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0v.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design0w.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design8a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design8b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design8c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design8c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design8d.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design8d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design9.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/design9.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designB3.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designB4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designB5.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC4a.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC4b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC5a.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC5a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC5b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC6a.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC6a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC6b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designC6b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD0b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD5b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD5c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6a0.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6a1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6a2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6b0.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6b1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6b2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6c0.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6c1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designD6c2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designE4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF0bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF1bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF1rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF1rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF1sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF1ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF2bb.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF2rr.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF2rs.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF2sr.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designF2ss.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG0.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG3.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG5.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG5.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG6.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG6.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG7.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designG8.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designGA.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designGB.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designH2.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designH3.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designI1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designI2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designI3.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designI4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designJ4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designK0.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designK1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designK2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL00.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL01.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL10.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL11.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL12.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL20.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL20.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL21.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL21.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL22.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL22.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL30.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL31.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL31.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL32.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL32.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL33.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL33.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL34.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL34.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL40.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL41.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL41.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL42.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designL42.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP0d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4a.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4d.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP4d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designP5b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR0a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR0b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR0c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR0c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR0d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR0e.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR0e.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR1a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR1c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR1d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR1e.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR1e.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR2a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR2b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR2c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR2c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR2d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR2e.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR2e.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR3a.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR3b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR3c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR3c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR3d.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR3e.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designR3e.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designS1.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designS1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designS2.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designS2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designS3.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designT2.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designT2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designU1b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designU1b.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designU1c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designU1c.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designU2b.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designU2c.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designV1.gsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designV1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designX2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designX3.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designX4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designX6.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designX7.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designX8.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designY0.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designY1.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designY2.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designY3.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designY4.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYc.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYd.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYe.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYf.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYg.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYh.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYi.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYj.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYk.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYl.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYm.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYn.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYo.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYp.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYq.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYr.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYs.tsenN/A
The file was modified /trunk/data/basic/verify_7.7.0/designYt.tsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ1.gsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ1.tsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ2.gsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ2.tsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ2.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ3.gsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ3.tsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ4.gsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ4.tsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ4.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ5.gsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ5.tsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ5.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ6.gsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ6.tsenN/A
The file was added/trunk/data/basic/verify_7.7.0/designZ6.vfyN/A
The file was modified /trunk/data/vsp3/OPAM1.csmN/A
The file was added/trunk/data/vsp3/OPAM1_fillet.csmN/A
The file was modified /trunk/data/vsp3/verify_7.6.0/OPAM1.vfyN/A
The file was added/trunk/data/vsp3/verify_7.6.0/OPAM1_fillet.vfyN/A
The file was modified /trunk/data/vsp3/verify_7.7.0/OPAM1.vfyN/A
The file was added/trunk/data/vsp3/verify_7.7.0/OPAM1_fillet.vfyN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2405 by jfdannen:
clean up some debug printing during sensitivity calculations
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 2404 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/csystem7a.csmN/A
The file was added/trunk/data/basic/csystem7b.csmN/A
The file was added/trunk/data/basic/csystem7c.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/csystem7a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/csystem7b.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/csystem7c.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/csystem7a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/csystem7b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/csystem7c.vfyN/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/sensCSM.cOpenCSM/trunk/src/sensCSM.c
Revision 2403 by jfdannen:
modify OPAM1.udc to pass Jenkins tests
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/vsp3/OPAM1.udcN/A
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
Revision 2401 by jfdannen:
fix sanitize-address error in udpWaffle when progress=1
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/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2399 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlN/A
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/attrSpec.csmN/A
The file was modified /trunk/data/basic/designW1.csmN/A
The file was added/trunk/data/basic/edgeIDtest1.csmN/A
The file was added/trunk/data/basic/edgeIDtest2.csmN/A
The file was added/trunk/data/basic/edgeIDtest3.csmN/A
The file was added/trunk/data/basic/edgeIDtest4.csmN/A
The file was added/trunk/data/basic/edgeIDtest5.csmN/A
The file was added/trunk/data/basic/edgeIDtest6.csmN/A
The file was modified /trunk/data/basic/scribeWing.csmN/A
The file was modified /trunk/data/basic/scribedSphere.csmN/A
The file was modified /trunk/data/basic/testAdjoint1.csmN/A
The file was added/trunk/data/basic/testAdjoint2.csmN/A
The file was added/trunk/data/basic/testAdjoint3.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/attrSpec.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/designW1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest4.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest5.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest6.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/waffleC1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/attrSpec.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/designW1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest2.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest4.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest5.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest6.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint2.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/waffleC1.vfyN/A
The file was added/trunk/data/basic/waffleC1.csmN/A
The file was added/trunk/data/gallery/uCRMN/A
The file was added/trunk/data/gallery/uCRM/CAPS_componentsN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/IML_uCRM.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/VLM_uCRM.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/fuselage_uCRM.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/tail_uCRM.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_NACA.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_bluntTE.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_sharpTE.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_bluntTE.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_sharpTE.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parametersN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/IML.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/NACA.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/NACA_rectangular.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/addSlices.pyN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/fuselage.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_bluntTE.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_ALL.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_DESPMTR.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_SET.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_bluntTE.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_5slice.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_moreSlices.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/tail.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/te_height.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/wing.udcN/A
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/wing_rectangular.udcN/A
The file was added/trunk/data/gallery/uCRM/uCRM_aeroelastic.csmN/A
The file was added/trunk/data/gallery/uCRM/uCRM_rigid.csmN/A
The file was added/trunk/data/gallery/uCRM/verify_7.6.0N/A
The file was added/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_aeroelastic.vfyN/A
The file was added/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_rigid.vfyN/A
The file was added/trunk/data/gallery/uCRM/verify_7.7.0N/A
The file was added/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_aeroelastic.vfyN/A
The file was added/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_rigid.vfyN/A
The file was modified /trunk/pyOCSM/pyOCSM/ocsm.pyOpenCSM/trunk/pyOCSM/pyOCSM/ocsm.py
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/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2398 by jfdannen:
add testAdjoint1 test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/testAdjoint1.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint1.vfyN/A
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2397 by jfdannen:
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
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-vspSetup.jsN/A
The file was modified /trunk/ESP/ESP.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/basicN/A
The file was added/trunk/data/basic/fitCurve8.cloudN/A
The file was added/trunk/data/basic/fitCurve8.csmN/A
The file was added/trunk/data/basic/fitCurve8.txtN/A
The file was added/trunk/data/basic/verify_7.6.0/fitCurve8.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/fitCurve8.vfyN/A
The file was modified /trunk/data/vsp3N/A
The file was modified /trunk/data/vsp3/OPAM1.csmN/A
The file was added/trunk/data/vsp3/OPAM1.udcN/A
The file was modified /trunk/data/vsp3/OPAM1.vsp3N/A
The file was modified /trunk/data/vsp3/verify_7.6.0/OPAM1.vfyN/A
The file was modified /trunk/data/vsp3/verify_7.7.0/OPAM1.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/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2395 by jfdannen:
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 ...
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/data/basic/ablate0.cN/A
The file was added/trunk/data/basic/bentWaffle.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/bentWaffle.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/bentWaffle.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/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
Revision 1953 by galbramc:
Fix lint
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
Revision 1952 by galbramc:
Fix EG_mapBody infinite loop
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 1951 by galbramc:
Update egads.def with EG_mapBody2
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egads.defEGADS/trunk/src/egads.def
Revision 1950 by galbramc:
Fix incorrect mapBody tests
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/test/runtests.jlEGADS/trunk/jlEGADS/egads/test/runtests.jl
The file was modified /trunk/pyEGADS/test/test_egads.pyEGADS/trunk/pyEGADS/test/test_egads.py
Revision 1949 by galbramc:
Fix compile error related to M_PI
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealD_Lazy.hEGADS/trunk/src/Surreal/SurrealD_Lazy.h
The file was modified /trunk/src/Surreal/SurrealD_Trad.hEGADS/trunk/src/Surreal/SurrealD_Trad.h
The file was modified /trunk/src/Surreal/SurrealS_Lazy.hEGADS/trunk/src/Surreal/SurrealS_Lazy.h
The file was modified /trunk/src/Surreal/SurrealS_Trad.hEGADS/trunk/src/Surreal/SurrealS_Trad.h
Revision 1948 by galbramc:
Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
The file was modified /trunk/include/egads.hEGADS/trunk/include/egads.h
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
The file was modified /trunk/test/mapTess.cEGADS/trunk/test/mapTess.c
Revision 1947 by galbramc:
Add additional Node check in EG_localToGlobal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTessInp.cEGADS/trunk/src/egadsTessInp.c
Revision 1946 by galbramc:
Add backup M_PI when not available for Surreal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealD_Lazy.hEGADS/trunk/src/Surreal/SurrealD_Lazy.h
The file was modified /trunk/src/Surreal/SurrealD_Trad.hEGADS/trunk/src/Surreal/SurrealD_Trad.h
The file was modified /trunk/src/Surreal/SurrealS_Lazy.hEGADS/trunk/src/Surreal/SurrealS_Lazy.h
The file was modified /trunk/src/Surreal/SurrealS_Trad.hEGADS/trunk/src/Surreal/SurrealS_Trad.h
Revision 1945 by galbramc:
Fix memory leak when error occurs while reading units from STEP/IGES
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1944 by galbramc:
Rename ref test to avoid conflicting with NASA refine ref
Change TypePath in RepositoryPath in Workspace
The file was removed/trunk/test/ref.cEGADS/trunk/test/ref.c
The file was removed/trunk/test/ref.makeEGADS/trunk/test/ref.make
The file was added/trunk/test/refObj.cEGADS/trunk/test/refObj.c
The file was added/trunk/test/refObj.makeEGADS/trunk/test/refObj.make
Revision 1943 by galbramc:
Preserve tessellation attributes in mapTessBody
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 839 by galbramc:
Undo looking for verfication data
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 838 by galbramc:
Warn about missing verification files
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 837 by galbramc:
Yet one more python suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-python.suppJenkinsESP/valgrind/valgrind-python.supp
Revision 836 by galbramc:
Another python valgrind suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-python.suppJenkinsESP/valgrind/valgrind-python.supp
Revision 835 by galbramc:
Upgrade to SU2 8.0.0
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 834 by galbramc:
Update vsp3 memcheck suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Memcheck.shJenkinsESP/ESP_Memcheck.sh
The file was modified /ESP_Undefined.shJenkinsESP/ESP_Undefined.sh
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt