Skip to content
Success

Changes

Summary

  1. add test.so to Makefiles; add diagnostic printouts when a Face does not tessellate; make sure all UDP/UDFs return output values to the numUdp instance
  2. allow number of rows and columns to be accessible in UDPs; allow at-at-parameters from a UDP/UDF to be vectors or matricies; add udp_error1 to udp_error9 as possible argument to CATBEG statement; fix bug that did not restore at-at-parameters when a UDP/UDF was recycled; refactor way UDP/UDF arguments are handled
  3. update header files to allow use of C++ main program; add simpleCSM.cpp and modify Makefile.DARWIN64 for testing
  4. numerous updates to Slugs
  5. change udfSlices to skip a slice if OpenCASCADE fails (rather than return an eror); add SET statement to udpWaffle; add waffleB1 and waffleB2 test cases; fix bug in plotting of normals in serveESP and serveCSM; add PRINT_RULE_KNOTS to print number of knots in BSPLINEs entering a RULE or BLEND; allow -ATTRREALSENS to indicate a UDPRIM parameter that is intended to signal that Parameter is used within an included file; add waffleB3 test case to demonstrate this; add waffleB3.jrnl to demonstrate generation of .sens file for every DESPMTR without rebuilds
  6. update return values from udpTire
  7. Suppport Edge only eto files
  8. update DARWIN64.gcc to add comma to RPATH needed by some gcc-10 compilers
  9. Add back ESP_ROOT/lib to rpath on DARWIN
  10. Use @loader_path for rpath to ESP_ROOT/lib on DARWIN
  11. numpy memory leak suppression
  12. Upgrade to AFLR 11.3.15
  13. Add NETCDFINC for DARWIN64.gcc testing.
  14. Don't build AFLR with Beta testing
Revision 2333 by jfdannen:
add test.so to Makefiles; add diagnostic printouts when a Face does not tessellate; make sure all UDP/UDFs return output values to the numUdp instance
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/udpTest2.csmOpenCSM/trunk/data/basic/udpTest2.csm
The file was modified /trunk/src/MakefileOpenCSM/trunk/src/Makefile
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/NMakefileOpenCSM/trunk/src/NMakefile
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udfCatmull.cOpenCSM/trunk/src/udfCatmull.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
The file was modified /trunk/src/udfMatchBodys.cOpenCSM/trunk/src/udfMatchBodys.c
The file was modified /trunk/src/udfShadow.cOpenCSM/trunk/src/udfShadow.c
The file was modified /trunk/src/udfTile.cOpenCSM/trunk/src/udfTile.c
The file was modified /trunk/src/udpBezier.cOpenCSM/trunk/src/udpBezier.c
The file was modified /trunk/src/udpBox.cOpenCSM/trunk/src/udpBox.c
The file was modified /trunk/src/udpCsm.cOpenCSM/trunk/src/udpCsm.c
The file was modified /trunk/src/udpFitcurve.cOpenCSM/trunk/src/udpFitcurve.c
The file was modified /trunk/src/udpHex.cOpenCSM/trunk/src/udpHex.c
The file was modified /trunk/src/udpImport.cOpenCSM/trunk/src/udpImport.c
The file was modified /trunk/src/udpLevelset.cOpenCSM/trunk/src/udpLevelset.c
The file was modified /trunk/src/udpPod.cOpenCSM/trunk/src/udpPod.c
The file was modified /trunk/src/udpProp.cOpenCSM/trunk/src/udpProp.c
The file was modified /trunk/src/udpSample.cOpenCSM/trunk/src/udpSample.c
The file was modified /trunk/src/udpTest.cOpenCSM/trunk/src/udpTest.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
Revision 2332 by jfdannen:
allow number of rows and columns to be accessible in UDPs; allow at-at-parameters from a UDP/UDF to be vectors or matricies; add udp_error1 to udp_error9 as possible argument to CATBEG statement; fix bug that did not restore at-at-parameters when a UDP/UDF was recycled; refactor way UDP/UDF arguments are handled
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/udpTest1.csmOpenCSM/trunk/data/basic/udpTest1.csm
The file was added/trunk/data/basic/udpTest2.csmOpenCSM/trunk/data/basic/udpTest2.csm
The file was added/trunk/data/basic/verify_7.4.1/udpTest1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/udpTest1.vfy
The file was added/trunk/data/basic/verify_7.4.1/udpTest2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/udpTest2.vfy
The file was added/trunk/data/basic/verify_7.6.0/udpTest1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/udpTest1.vfy
The file was added/trunk/data/basic/verify_7.6.0/udpTest2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/udpTest2.vfy
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/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/udfSlices.cOpenCSM/trunk/src/udfSlices.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.hOpenCSM/trunk/src/udp.h
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/udpParabaloid.cOpenCSM/trunk/src/udpParabaloid.c
The file was modified /trunk/src/udpSample.cOpenCSM/trunk/src/udpSample.c
The file was modified /trunk/src/udpTest.cOpenCSM/trunk/src/udpTest.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/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2331 by jfdannen:
update header files to allow use of C++ main program; add simpleCSM.cpp and modify Makefile.DARWIN64 for testing
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was added/trunk/src/simpleCSM.cppOpenCSM/trunk/src/simpleCSM.cpp
The file was modified /trunk/src/udpTest.cOpenCSM/trunk/src/udpTest.c
Revision 2330 by jfdannen:
numerous updates to Slugs
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2329 by jfdannen:
change udfSlices to skip a slice if OpenCASCADE fails (rather than return an eror); add SET statement to udpWaffle;  add waffleB1 and waffleB2 test cases; fix bug in plotting of normals in serveESP and serveCSM; add PRINT_RULE_KNOTS to print number of knots in BSPLINEs entering a RULE or BLEND; allow -ATTRREALSENS to indicate a UDPRIM parameter that is intended to signal that Parameter is used within an included file; add waffleB3 test case to demonstrate this; add waffleB3.jrnl to demonstrate generation of .sens file for every DESPMTR without rebuilds
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/verify_7.4.1/waffleB1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/waffleB1.vfy
The file was added/trunk/data/basic/verify_7.4.1/waffleB2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/waffleB2.vfy
The file was added/trunk/data/basic/verify_7.4.1/waffleB3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/waffleB3.vfy
The file was added/trunk/data/basic/verify_7.6.0/waffleB1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/waffleB1.vfy
The file was added/trunk/data/basic/verify_7.6.0/waffleB2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/waffleB2.vfy
The file was added/trunk/data/basic/verify_7.6.0/waffleB3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/waffleB3.vfy
The file was added/trunk/data/basic/waffleB1.csmOpenCSM/trunk/data/basic/waffleB1.csm
The file was added/trunk/data/basic/waffleB2.csmOpenCSM/trunk/data/basic/waffleB2.csm
The file was added/trunk/data/basic/waffleB3.csmOpenCSM/trunk/data/basic/waffleB3.csm
The file was added/trunk/data/basic/waffleB3.jrnlOpenCSM/trunk/data/basic/waffleB3.jrnl
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.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/udfSlices.cOpenCSM/trunk/src/udfSlices.c
The file was modified /trunk/src/udpParabaloid.cOpenCSM/trunk/src/udpParabaloid.c
The file was modified /trunk/src/udpSample.cOpenCSM/trunk/src/udpSample.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
Revision 1893 by jfdannen:
update return values from udpTire
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 1892 by galbramc:
Suppport Edge only eto files
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1891 by jfdannen:
update DARWIN64.gcc to add comma to RPATH needed by some gcc-10 compilers
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/include/DARWIN64.gccEGADS/trunk/include/DARWIN64.gcc
Revision 1890 by galbramc:
Add back ESP_ROOT/lib to rpath on DARWIN
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/include/DARWIN64EGADS/trunk/include/DARWIN64
The file was modified /trunk/include/DARWIN64.clangEGADS/trunk/include/DARWIN64.clang
The file was modified /trunk/include/DARWIN64.gccEGADS/trunk/include/DARWIN64.gcc
The file was modified /trunk/include/DARWINM1EGADS/trunk/include/DARWINM1
Revision 1889 by galbramc:
Use @loader_path for rpath to ESP_ROOT/lib on DARWIN
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/include/DARWIN64EGADS/trunk/include/DARWIN64
The file was modified /trunk/include/DARWIN64.clangEGADS/trunk/include/DARWIN64.clang
The file was modified /trunk/include/DARWIN64.gccEGADS/trunk/include/DARWIN64.gcc
The file was modified /trunk/include/DARWINM1EGADS/trunk/include/DARWINM1
Revision 802 by galbramc:
numpy memory leak suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-python.suppJenkinsESP/valgrind/valgrind-python.supp
Revision 801 by galbramc:
Upgrade to AFLR 11.3.15
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
Revision 800 by galbramc:
Add NETCDFINC for DARWIN64.gcc testing.
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 799 by galbramc:
Don't build AFLR with Beta testing
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_Beta.shJenkinsESP/ESP_Beta.sh