Skip to content
Success

Changes

Summary

  1. Fixing weighting terms in PXCalcDirectionalForce (details)
  2. Fix BoundaryIntergrand weighting terms. NULL pointer init in PXASM_DG. (details)
  3. Fix warning in PXCompressibleSpaceTime.c. Modify function descreptions (details)
  4. ParallelPreconditioner = None. switched back (details)
  5. Adaptive restarted GMRES (details)
  6. debug Adaptive GMRES (details)
  7. Debug adaptive GMRES (details)
  8. Another bug in AdaptiveGMRES (details)
  9. Adding accelerating option for Adapted GMRES (details)
  10. More changes to the accelerate option (details)
  11. print statement for 3D grid volume check (details)
  12. Forgot one line (details)
  13. Warning message for PXCheckGrid (details)
  14. Another try... adding capability for tet (details)
  15. Adapted Q1 mesh from previous iteration for MADCAP input linear mesh, in (details)
  16. Another try: CallMadcap, input grid from previous iteration (details)
  17. Forgot one command (details)
  18. Convergence acception for small residual stag (details)
  19. Change to allow convergence when residual is right above tolerance (details)
  20. PX background mesh as MADCAP q1 adapted mesh (details)
  21. remove unused variables (details)
  22. fix memory bug in DirectionalForce unit test (details)
  23. Try using linearized mesh as background mesh. If invalid, switch to (details)
  24. Gaussian weighted spatial(slice) boundary integral for space-time (details)
  25. (incomplete) adding Gaussian spatial boundary integral (details)
  26. updates on Gaussian weighted spatial integral for space-time (details)
  27. Reverse change (details)
  28. Parameter for adaptive GMRES (details)
  29. Boundary integral fix bug (details)
  30. bug fixed for reading Output.VizData (details)
  31. Fxied so that PXTecplot no longer complains about Stil being inf (details)
Commit 50aed37f65639d70e7abfb530cd2ab1e109a2d91 by yixuan
Fixing weighting terms in PXCalcDirectionalForce
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTimeStateFunctional.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTimeStateFunctional_PXU.c
Commit 025e2496bb7daa16ce87298d5cbbdc41f7c7ce1d by yixuan
Fix BoundaryIntergrand weighting terms. NULL pointer init in PXASM_DG.
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTimeStateFunctional.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTimeStateFunctional.h
The file was modified src/LinearSolver/PXASM_DG.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTime.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTimeStateFunctional_PXU.c
Commit db87b5668fdf64861109f891e837343d5718c0a7 by yixuan
Fix warning in PXCompressibleSpaceTime.c. Modify function descreptions
in PXASM_DG.c. Comment out ParallelPreconditioner=None in
PXGMRES.c(temporal change)
The file was modified src/LinearSolver/PXASM_DG.c
The file was modified src/LinearSolver/PXGMRES.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTime.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTimeStateFunctional_PXU.c
Commit 7499a1ceb7d4a93952892ed6c4fec4c84dd89cde by yixuan
ParallelPreconditioner = None. switched back
The file was modified src/LinearSolver/PXGMRES.c
Commit deffd2a29bbefca0c1c61a2f34c8d359dc6b54a4 by yixuan
Adaptive restarted GMRES
The file was modified src/LinearSolver/PXGMRES.h
The file was modified src/LinearSolver/PXGMRES.c
The file was modified src/LinearSolver/PXLinearSolver.c
Commit 593a106ef91aa19e1036ab86ec26293c9b6e2abe by yixuan
debug Adaptive GMRES
The file was modified src/LinearSolver/PXGMRES.c
Commit a721c8d02815b0d485af928247ca519a03890ece by yixuan
Debug adaptive GMRES
The file was modified src/LinearSolver/PXGMRES.c
Commit a6ddecec4db88a33d5dafca37ca8e4738ccb1d14 by yixuan
Another bug in AdaptiveGMRES
The file was modified src/LinearSolver/PXGMRES.c
Commit 3ccd133987aba77797a73de54d801bae63b6c347 by yixuan
Adding accelerating option for Adapted GMRES
The file was modified src/LinearSolver/PXGMRES.c
Commit 2f00e22aa53aae01cdadad3614956f3c95d9acbd by yixuan
More changes to the accelerate option
The file was modified src/LinearSolver/PXGMRES.c
Commit 45e002552bce5ad3a510845332d6fedf5afac60d by yixuan
print statement for 3D grid volume check
The file was modified src/Grid/PXGrid.c
Commit 1e6a2ccb303a2e2a301e641c77cd1f1d38e4aee9 by yixuan
Forgot one line
The file was modified src/Grid/PXGrid.c
Commit 148560428e6419c59654159f05eb783c7bfbbda8 by yixuan
Warning message for PXCheckGrid
The file was modified src/Grid/PXGrid.c
Commit 9ab174ae05df254608617b8359b53106ccc0477a by yixuan
Another try... adding capability for tet
The file was modified src/Grid/PXGrid.c
Commit cfbbc5a862ef05eb1bfb22500723ba7acd34ea42 by yixuan
Adapted Q1 mesh from previous iteration for MADCAP input linear mesh, in
case curved mesh has negative volume in Q1.
The file was modified src/Adaptation/PXWriteMesherFiles.c
Commit 4fe7537f1c0a2d6fcb0bfcc74cffa992bdcc878d by yixuan
Another try: CallMadcap, input grid from previous iteration
The file was modified src/Adaptation/PXWriteMesherFiles.c
Commit d76d4ae34ec58aaf2089cdc37b92c69c3cca788b by yixuan
Forgot one command
The file was modified src/Adaptation/PXWriteMesherFiles.c
Commit 977d2d6aae9471d2afc1315e03bab10606113fca by yixuan
Convergence acception for small residual stag
The file was modified src/PXSolver.c
Commit f8f94fcf57eea6b65bbb38a9853209cc40cfe569 by yixuan
Change to allow convergence when residual is right above tolerance
The file was modified src/PXSolver.c
The file was modified include/PXSolver.h
Commit b056081904732f1cf8ed58b6e96a95630c83cc13 by yixuan
PX background mesh as MADCAP q1 adapted mesh
The file was modified src/Adaptation/PXWriteMesherFiles.c
Commit 977c03ed7fc32a4fbd37145e811f6111a5a2bc72 by yixuan
remove unused variables
The file was modified src/LinearSolver/PXGMRES.c
The file was modified src/Adaptation/PXWriteMesherFiles.c
Commit 1a2ae38cf3b111110bc5989b22a88d1071a54a7b by yixuan
fix memory bug in DirectionalForce unit test
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTimeStateFunctional_PXU.c
Commit fe780bea7bfab6dde015a1c3171d8912e04ad319 by yixuan
Try using linearized mesh as background mesh. If invalid, switch to
uncurved adapted mesh from previous iteration
The file was modified src/Adaptation/PXWriteMesherFiles.c
Commit ece448e21105ba883e2cb95d6dc2bbedb8058467 by yixuan
Gaussian weighted spatial(slice) boundary integral for space-time
solution
The file was modified include/PXOutputStruct.h
The file was modified src/PXOutputFunctional.c
Commit 6efb7b7357fb83ad8d9867b4dce06fef3066f8ce by yixuan
(incomplete) adding Gaussian spatial boundary integral
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTime.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTime.h
The file was modified src/PXOutputFunctional.c
The file was modified include/PXOutputStruct.h
The file was modified src/PXOutput.c
Commit b17e40da725d310ed80dce2c7e03513354bcbc5b by yixuan
updates on Gaussian weighted spatial integral for space-time
The file was modified src/PXOutputFunctional.c
The file was modified src/CompressibleSpaceTime/PXCompressibleSpaceTime.c
Commit 86baeb8db9f76fb5e09f6cd5dd5bb8705d0655e5 by yixuan
Reverse change
The file was modified src/PXOutputFunctional.c
Commit 4be5b37785db9e8fcf3bb187b648e6881cb6d4ca by yixuan
Parameter for adaptive GMRES
The file was modified include/GeneralParameters/PXLinearSolverParameters.h
The file was modified src/LinearSolver/PXLinearSolverStruct.h
The file was modified src/LinearSolver/PXLinearSolver.c
Commit f3d5a003fd72df515e230fe8b1c6f4e42a0eab61 by yixuan
Boundary integral fix bug
The file was modified src/PXOutputFunctional.c
The file was modified src/PXOutput_PXU.c
The file was modified src/PXOutput.c
Commit 41f1be55821b28abcd5d5f967a7460df4fe462e7 by yixuan
bug fixed for reading Output.VizData
The file was modified src/PXOutput_PXU.c
The file was modified src/PXOutput.c
The file was modified src/PXOutputFunctional.c
Commit f057b2f5cbb65246d0718f25cf65b9403cc8975c by galbramc
Fxied so that PXTecplot no longer complains about Stil being inf
The file was modified src/Compressible/PXCompressible.c