Skip to content

Changes

#9766 (Apr 22, 2024, 9:52:45 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail
  27. commented out gridpower = -1 so that it doesn't produce as many errors — tonyryu / detail
  28. commented out an unused variable that was creating a warning — tonyryu / detail
  29. fixed what the if defined SANS_AVRO and USE_AVRO were encapsulating — tonyryu / detail
  30. cleaned up file directory naming convention — tonyryu / detail
  31. changed pRef to 99284.51 — tonyryu / detail
  32. restoring older version that worked ... (something got messed up when resolving merge conflicts). — tonyryu / detail
  33. Fixed formatting issues — tonyryu / detail

#9764 (Apr 22, 2024, 5:36:00 PM)

  1. Add Surreal instantiations for LDLT — galbramc / detail

#9763 (Apr 22, 2024, 1:51:14 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail
  27. commented out gridpower = -1 so that it doesn't produce as many errors — tonyryu / detail
  28. commented out an unused variable that was creating a warning — tonyryu / detail
  29. fixed what the if defined SANS_AVRO and USE_AVRO were encapsulating — tonyryu / detail
  30. cleaned up file directory naming convention — tonyryu / detail
  31. changed pRef to 99284.51 — tonyryu / detail
  32. restoring older version that worked ... (something got messed up when resolving merge conflicts). — tonyryu / detail

#9762 (Apr 22, 2024, 9:13:27 AM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail
  27. commented out gridpower = -1 so that it doesn't produce as many errors — tonyryu / detail
  28. commented out an unused variable that was creating a warning — tonyryu / detail
  29. fixed what the if defined SANS_AVRO and USE_AVRO were encapsulating — tonyryu / detail
  30. cleaned up file directory naming convention — tonyryu / detail
  31. changed pRef to 99284.51 — tonyryu / detail

#9761 (Apr 21, 2024, 10:31:04 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail
  27. commented out gridpower = -1 so that it doesn't produce as many errors — tonyryu / detail
  28. commented out an unused variable that was creating a warning — tonyryu / detail
  29. fixed what the if defined SANS_AVRO and USE_AVRO were encapsulating — tonyryu / detail
  30. cleaned up file directory naming convention — tonyryu / detail

#9760 (Apr 21, 2024, 1:29:51 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail
  27. commented out gridpower = -1 so that it doesn't produce as many errors — tonyryu / detail
  28. commented out an unused variable that was creating a warning — tonyryu / detail
  29. fixed what the if defined SANS_AVRO and USE_AVRO were encapsulating — tonyryu / detail

#9759 (Apr 21, 2024, 9:24:59 AM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail
  27. commented out gridpower = -1 so that it doesn't produce as many errors — tonyryu / detail
  28. commented out an unused variable that was creating a warning — tonyryu / detail

#9758 (Apr 20, 2024, 9:19:43 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail
  27. commented out gridpower = -1 so that it doesn't produce as many errors — tonyryu / detail

#9757 (Apr 20, 2024, 4:34:02 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail
  26. fixed missing #ifdef USE_AVRO and SANS_AVRO — tonyryu / detail

#9756 (Apr 20, 2024, 12:22:41 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail
  25. adding if defined SANS_AVRO to mesher.avro on top of the USE_AVRO check — tonyryu / detail

#9755 (Apr 19, 2024, 11:44:29 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail
  24. adding SANS_AVRO condition to mesher.avro statement as well. — tonyryu / detail

#9754 (Apr 19, 2024, 5:45:04 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail
  22. fixing missing defined() around USE_AVRO  in some cases — tonyryu / detail
  23. missed a #ifdef USE_AVRO around a Mesher.avro — tonyryu / detail

#9753 (Apr 19, 2024, 1:40:50 PM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail
  20. wrapping avro within USE_AVRO and SANS_AVRO if statements — tonyryu / detail
  21. fixed pxfld not found error — tonyryu / detail

#9752 (Apr 19, 2024, 7:33:23 AM)

  1. Nozzle_nondimensionalized_inputs — tonyryu / detail
  2. committing because it says my branch and acdl/develop have diverged. and I have to commit before I can pull — tonyryu / detail
  3. added 3D VMSD BR2 run toycode for 3D nozzle — tonyryu / detail
  4. added NS Flatplate test cases — tonyryu / detail
  5. Committing before sorting out issues with icloud syncing ... — tonyryu / detail
  6. updated with geometry in inches — tonyryu / detail
  7. stashing changes before I checkout another branch for reference. — tonyryu / detail
  8. fixed to remove calcAdjointP() for DGBR2 — tonyryu / detail
  9. removing calcAdjointP() — tonyryu / detail
  10. Fixed errors related to removing calcAdjointP() and fixing how errorestimates were using enriched_adjoint instead of delta_adjoints. — tonyryu / detail
  11. commenting out this toy case for now. — tonyryu / detail
  12. Fixed #include XField_avro.h so that it's nested within a if SANS_AVRO defined — tonyryu / detail
  13. fixing lines over 150 characters error — tonyryu / detail
  14. fixing too many consecutive empty lines error — tonyryu / detail
  15. fixing another line over 150 characters error — tonyryu / detail
  16. added missing #define USE_AVRO for Adapt2D_DGBR2_RANSSA_FlatPlate_toy — tonyryu / detail
  17. adding missing .gitignore in SANS/test/system/tmp/ — tonyryu / detail
  18. wrapping AVRO related lines in #if defined(USE_AVRO) && defined(SANS_AVRO) — tonyryu / detail
  19. Deleted some commented out lines. — tonyryu / detail

#9751 (Apr 19, 2024, 12:21:44 AM)

  1. Trying to run a case with R and T ML models on super — waligura / detail