Skip to content
Success

Changes

Summary

  1. use LocalPatch (details)
  2. checking for nans and filling the interior trace groups (details)
  3. checking for nans and filling the interior trace groups (details)
  4. merge con (details)
  5. accidental mangle (details)
  6. undoing some stupid errors and also setting the PETSc params correctly... (details)
  7. merge con (details)
  8. a fixed DOF DG case (details)
  9. tweaks to start from relatively fine grids (details)
  10. tweak (details)
  11. use a coarse grid as a preconditioned solve (details)
  12. check for nans in the resid norm check (details)
  13. bug fix, make sure that the minimum line search step is still valid (details)
  14. rescale the norm (details)
  15. pre merge (details)
  16. trying to set up some try catch (details)
  17. added a P1 projection fall back if the solve fails. If even that doesn't work, try uniform freestream (details)
  18. added the try catch solve (details)
  19. pre merge (details)
  20. removed the DOF scaling. Just gonna just P1 initial guesses and go from there (details)
  21. the normalization is back on, lowered the tolerance, and made the initial guesses based on P1 always. (details)
  22. the normalization is back on, lowered the tolerance, and made the initial guesses based on P1 always. (details)
  23. scaling the PDE and PDEP residuals separately! (details)
  24. only rank 0 should be printing... (details)
  25. made a new resNorm type with the sqrt dof weighting. Also reconciled the cases for timing data (details)
  26. forgot to go back to 1 thread (details)
  27. ILU8 + use 3 threads for EPIC (details)
  28. ILU8 + use 3 threads for EPIC + 5e-8 nonlinear tol (details)
  29. Also report the memory (details)
  30. forgot to add the option for the local solves (details)
  31. forgot to add the option for the local solves (details)
  32. added printing the Average FrobNormSq to the optimization output (details)
  33. back to blasius (details)
  34. trying a beta = 1.0 run (details)
  35. back to 1.1 (details)
  36. better settings (details)
  37. added vorticity field dumping (details)
  38. dumping elements to the adapthist file, also forgot to clean up that deltawing again (details)
  39. merge con (details)
  40. adding the vorticity dump (details)
  41. back to DGCONV and turning off the step dump (details)
  42. Use a p1 solution transfer if the initial guess in a local solve is non-physical (details)
  43. turn on steve logic (details)
  44. make the P1 local start actually work... Also remove the duplicate of DOFWeighted (details)
  45. actually got the bloody thing working (details)
  46. trailing white space (details)
  47. FieldBundle fix (details)
  48. use the basetype in the constructor for bundles (details)
  49. another fix (details)
  50. bug fix with streamwise vorticity output (details)
  51. dump to the correct iteration (details)
  52. RAE2822 DG case (details)
  53. switch to SANS opt (details)
  54. curved grid implied metric adapter, also NACA0012 case and grids (details)
  55. coarser initial grids, p sequencing for the primal solve, and some adapter tweaks (details)
  56. Fix refine cmake check (details)
  57. Adjoint full potential updates (details)
  58. forcing off (details)
  59. square channel ready for adapts + unif conv. (details)
  60. Relax time for XField3D_Wake_avro_btest (details)
  61. CMake fix (details)
  62. Allow ugrid reader to copy partition (details)
  63. quick open-close for writing to outfiles. (details)
  64. finally actually fixed the thing i wanted to fix. (details)
  65. removed trailing whitespace. i hope you are happy now jenkins. (details)
  66. Added FieldLiftArea_DG_BoundaryTrace for boundary trace lifing operator fields (details)
  67. test mod. (details)
  68. oops forgot the solve case (details)
  69. Updates to use existing derived quantity outputs for CG (details)
  70. Updates to generate data for 16.920 PSet (details)
  71. Updates for VMSD with artificial viscosity (details)
  72. test/unit/IO/pde/ArtificialViscosity/AVSensor_Source2D_Euler_PressureGrad_pattern.txt (details)
  73. Sandbox cases for VMSD with shock capturing (details)
  74. Permissions got mixed up, I think (details)
  75. Unused variables in test cases (details)
  76. Uninitialized data fix (details)
  77. Updated EPIC scripts. Fix possible SANSparallel hang. (details)
  78. Another atempt at updating EPIC scripts (details)
  79. dont dump met (details)
  80. added a data mining script. Use it to scrape from an output file. (details)
  81. added dgbr2 cg test cases for squarechannel (details)
  82. squarechannel dg and cg ready to go. (details)
  83. typo and some bonus features for the L2 project case (details)
  84. making the BL case outputs the same as Masa's (details)
  85. Added an MPI_sleep so processors do not use 100% CPU during system calls (details)
  86. Forgot to add MPILib to globak lib list (details)
  87. Namespace fixes (details)
  88. CMake fixes for MPILib (details)
  89. Fix link errors with MPI_sleep (details)
Commit 231d041bd78f4772c1b0a21b05b5a31053d7a625 by hcarson
use LocalPatch
The file was modified src/Field/Local/whichLocalSplit.h
Commit 357baa36610498c9218676a77b7d1321c70c7d18 by hcarson
checking for nans and filling the interior trace groups
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
Commit bbf26da4c3a9ae5e936c387876daaa98cac34d57 by hcarson
checking for nans and filling the interior trace groups
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 49a9f8a7c761c191bb2766bed9d425cb8ec32b6e by hcarson
merge con
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit cbbd4f402744df6af110bef5951f15ca3a838243 by hcarson
accidental mangle
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
Commit 809e69f2b4414395b5dd869b58d054f2128d3207 by hcarson
undoing some stupid errors and also setting the PETSc params correctly...
The file was addedtest/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 8295975c1cc2b8ad9e2eb8ef9f9c963edfc703f5 by hcarson
merge con
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 366cb8a0ae278571e08bc49d79bd673d9f1040e8 by hcarson
a fixed DOF DG case
The file was addedtest/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 6018a6234f61f4f8e5dc8d8b99dfd2b066949120 by hcarson
tweaks to start from relatively fine grids
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 1768f780915cbbca4154c57866422e2497989beb by hcarson
tweak
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit d386d94f33759c3b51d6f36515d49ffba25efeca by hcarson
use a coarse grid as a preconditioned solve
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit c4588a0db56cba58b9e530ae460d60412ebd4f55 by hcarson
check for nans in the resid norm check
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
Commit 99511b80c951f11a5fb3107a93b1274d06cf35b0 by hcarson
bug fix, make sure that the minimum line search step is still valid
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 43c0edcf429011c928c2f29ef3ed5659f572c48e by hcarson
rescale the norm
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit b1589766f5ff714b841b34f023d8fdf505176c64 by hcarson
pre merge
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit 0a8ab871dd5edf1c46e8229a739328e8acbd2a56 by hcarson
trying to set up some try catch
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 37d6b29784801e251f0fe6da5813c85bd5e22d26 by hcarson
added a P1 projection fall back if the solve fails. If even that doesn't work, try uniform freestream
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 5e3bd683ea9bb0f5f08776784642637a87d0a1f8 by hcarson
added the try catch solve
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit be345d8efa1913207bb546bf4a392f26795b0ff9 by hcarson
pre merge
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit e7b16dd5037250c9e567c046cced128b6c856e7f by hcarson
removed the DOF scaling. Just gonna just P1 initial guesses and go from there
The file was modified src/Discretization/VMSD/SolutionData_VMSD.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit b3669628b742a0186bb3b15abba8d1af14c99a2f by hcarson
the normalization is back on, lowered the tolerance, and made the initial guesses based on P1 always.
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit e1e8f93a48c8b3ef81d96a5ffdd78284611299f4 by hcarson
the normalization is back on, lowered the tolerance, and made the initial guesses based on P1 always.
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 528b69f6a3a51a5ac851c087112d5efc263151d9 by hcarson
scaling the PDE and PDEP residuals separately!
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit b37fdf2d0fb2dc2535d13553d13b1dca2695daba by hcarson
only rank 0 should be printing...
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit e4d93576c2466ec93d757e1813ec3d219b78400b by hcarson
made a new resNorm type with the sqrt dof weighting. Also reconciled the cases for timing data
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/Discretization/ResidualNormType.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit 81deb345fc4c86b9f8015d44ceb9e78c519a1210 by hcarson
forgot to go back to 1 thread
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit d890387a6f694e94602848fe5508d0ed29a404a0 by hcarson
ILU8 + use 3 threads for EPIC
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 42ae059ca06b8f5336ad060475bf2c47adb12466 by hcarson
ILU8 + use 3 threads for EPIC + 5e-8 nonlinear tol
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 326253eec637d3517b5e4d26f2b9db555383e890 by hcarson
Also report the memory
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 070fd15229936eb5d3d49247438f8341c8e1e80d by hcarson
forgot to add the option for the local solves
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 9bc1352495c3314c921806299cb9434830fb7132 by hcarson
forgot to add the option for the local solves
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 6097a64398dd48d6db8f69a80f0f43f008ca619d by hcarson
added printing the Average FrobNormSq to the optimization output
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_impl.h
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified src/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO/MOESS_SANS_Optimizer_TAO_impl.h
The file was modified src/Adaptation/MeshAdapter/MeshAdapter_impl.h
Commit 83d7486594dd3e4461017dbd749acda4e613afea by hcarson
back to blasius
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 5ec09c59c8110f2b2f472f68f46510fc3e808f1d by hcarson
trying a beta = 1.0 run
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified src/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO/MOESS_SANS_Optimizer_TAO_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 17417ccbfe42f7ec0d14a3a4e5606c6218686d68 by hcarson
back to 1.1
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO/MOESS_SANS_Optimizer_TAO_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit eb825da2fc6ee537fb040ae375f80bfd3180f63f by hcarson
better settings
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit a01912b47a348b87676e20bb167c8d0d9f9e8c2b by hcarson
added vorticity field dumping
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 7861da3eaf10f2237168b6b9edf22d0a2a56754c by hcarson
dumping elements to the adapthist file, also forgot to clean up that deltawing again
The file was modified src/Adaptation/MOESS/MOESS.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified src/Adaptation/MOESS/MOESS/MOESS_impl.h
Commit 5068683637f7faa3e528c635ac85c7134825ff84 by hcarson
merge con
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit b3b0d459f8f0ad4fcf21decf4aac219239f6f54b by hcarson
adding the vorticity dump
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit a6216ced096697d3a620e419cdbd5f51362cb944 by hcarson
back to DGCONV and turning off the step dump
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_FixDOF_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 166011285329fec451035313ab5a22bbb0f44365 by hcarson
Use a p1 solution transfer if the initial guess in a local solve is non-physical
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 3808516aa1a58b8bf5461a76417555b4b22419ac by hcarson
turn on steve logic
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 4c18cb787ca87458608a55b250c851f622afb3cb by hcarson
make the P1 local start actually work... Also remove the duplicate of DOFWeighted
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 48f2be7cc0ab7f649553b95d790b362c762f7565 by hcarson
actually got the bloody thing working
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin_LiftedBoundary.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified src/Discretization/DG/FieldBundle_DGBR2.h
Commit 69628636fe520c253d1478d97d5a094bb16f715a by hcarson
trailing white space
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 6e027bc549750f5e5f989290bd8dc46a9119a518 by hcarson
FieldBundle fix
The file was modified src/Discretization/DG/FieldBundle_DGAdvective.h
Commit b6cae6997c658ea561a30cdf9204944f6adebc3e by hcarson
use the basetype in the constructor for bundles
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin_LiftedBoundary.h
The file was modified src/Discretization/DG/FieldBundle_DGAdvective.h
The file was modified src/Discretization/DG/FieldBundle_DGBR2.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
Commit 15ac8607e52c66910b0198bae8147af9a98c5182 by hcarson
another fix
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
Commit 29513387d0971f950aa3d50e8a9099d63b66e7be by hcarson
bug fix with streamwise vorticity output
The file was modified test/unit/pde/NS/PDEEuler3D_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
Commit 8eb02ac22b6edfe02af51db6a154339bf983d507 by hcarson
dump to the correct iteration
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_FixDOF_toy.cpp
Commit 93fb08bf9fa4a6c62a77a97c661c5dc46b7eb3d3 by hcarson
RAE2822 DG case
The file was addedtest/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
Commit 13b8aea83d18855d62816562651f60b10dfc1fa3 by hcarson
switch to SANS opt
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
Commit d228ab0a6ffad3607bd539d481de2c77cc77a37e by hcarson
curved grid implied metric adapter, also NACA0012 case and grids
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
The file was addedtest/sandbox/grids/naca0012/README
The file was modified src/Adaptation/MeshAdapter.h
The file was addedtest/sandbox/grids/naca0012/naca0012_q3.grm
The file was addedtest/sandbox/grids/naca0012/naca0012_q1.grm
The file was addedtest/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
The file was addedtest/sandbox/grids/naca0012/pxmadcap.com
The file was addedtest/sandbox/grids/naca0012/naca0012.csf
The file was modified src/Adaptation/MeshAdapter/MeshAdapter_impl.h
Commit 64432f41c1627007be46584c4234b52909643baa by hcarson
coarser initial grids, p sequencing for the primal solve, and some adapter tweaks
The file was modified src/Adaptation/MeshAdapter.h
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
The file was modified src/Adaptation/MeshAdapter/MeshAdapter_impl.h
The file was modified test/sandbox/grids/naca0012/naca0012_q1.grm
The file was modified test/sandbox/grids/naca0012/naca0012_q3.grm
Commit ca4ba41ad1cbf8eb3ea30ab0d36efae70abb14eb by galbramc
Fix refine cmake check
The file was modified CMakeInclude/Checks/ref_check.c
Commit 596f4e8d88657145aa834afb8439016a49955b42 by galbramc
Adjoint full potential updates
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_LIP_Adjoint.h
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryFrame_CG_LIP_Adjoint.h
The file was modified src/UserInterfaces/PythonUI/PySANS_NS_NACA0012.cpp
The file was modified src/tools/system_call.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_WakeCut.cpp
Commit 4d1106a812c720612f37ec086c22e1ef14498865 by cfrontin
forcing off
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 25fffb83eef0f4207b9f30f8b6fc9b011f15a2bf by cfrontin
square channel ready for adapts + unif conv.
The file was addedtest/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 1fdc77a1d06cb28c41e05bfdf224a9d61f432b00 by galbramc
Relax time for XField3D_Wake_avro_btest
The file was modified test/unit/Meshing/avro/CMakeLists.txt
Commit 25ed91bb136926aaa952e02ba51ee93523a3604f by galbramc
CMake fix
The file was modified test/unit/Meshing/avro/CMakeLists.txt
Commit 5b4298868540be1cd24aa18f01f28448b8053e5a by galbramc
Allow ugrid reader to copy partition
The file was modified src/Meshing/ugrid/XFieldVolume_ugrid.cpp
The file was modified src/Meshing/ugrid/XField_ugrid.h
Commit fdef33251c2d360314cea8c6e5a58409a59b7df3 by cfrontin
quick open-close for writing to outfiles.
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 8e14da129f4f10f98414eb558a0b8cc932ee0d9f by cfrontin
finally actually fixed the thing i wanted to fix.
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_ExpandingSphericalWave_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit b3b5587ab834ec81ffc28df4f988a2d905b7a003 by cfrontin
removed trailing whitespace. i hope you are happy now jenkins.
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 1190c5dde366814eb1e5fba618ba35826449b418 by galbramc
Added FieldLiftArea_DG_BoundaryTrace for boundary trace lifing operator fields
The file was modified test/sandbox/Solve3D_Potential_Adjoint_toy.cpp
The file was modified src/Field/FieldTypes.h
The file was modified test/unit/Field/FieldLift_DG_btest.cpp
The file was addedsrc/Field/FieldLift_DG_BoundaryTraceBase.h
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/FieldLift_DG_BoundaryTraceBase_impl.h
The file was addedsrc/Field/FieldLiftArea_DG_BoundaryTrace_impl.h
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_LIP_Adjoint.h
The file was addedsrc/Field/FieldLiftArea_DG_BoundaryTrace.h
The file was modified test/sandbox/Solve3D_CG_NACA_LIP_Drela_toy.cpp
The file was addedsrc/Field/FieldLiftArea_DG_BoundaryTrace_Instantiate_2D.cpp
Commit 3c7f2920e67694b60bf810468e876e6ad40b245d by cfrontin
test mod.
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 5ffeb3da0e5d8f1db0ddeb6bf62a8c9752978af0 by cfrontin
oops forgot the solve case
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 209a7da6b6c2bf5bbb6a754eca6f4eac168e4df0 by blsc
Updates to use existing derived quantity outputs for CG
The file was modified src/Field/output_Tecplot_PDE.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/VectorS.h
The file was modified src/Field/FieldData/FieldDataMatrixD_Cell.h
The file was modified src/Field/FieldData/FieldDataMatrixD_BoundaryCell.h
The file was modified src/Field/FieldAssociativity.h
Commit 52a6af12e461f01ef54d78f852deac3456c9fe31 by blsc
Updates to generate data for 16.920 PSet
The file was addedtest/sandbox/Solve2D_CG_Quad_AD_toy.cpp
The file was modified src/pde/AdvectionDiffusion/ForcingFunction2D.h
The file was addedtest/sandbox/Adapt2D_Galerkin_Stabilized_AD_Pollutant_toy.cpp
Commit 8d25493d96cad7f63bb21b78dc4ffa134d01bce9 by blsc
Updates for VMSD with artificial viscosity
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
The file was modified src/pde/NS/Q2DEntropy.h
The file was modified src/pde/ArtificialViscosity/AVSensor_AdvectiveFlux2D.h
The file was modified src/pde/NS/BCEulermitAVDiffusion2D.cpp
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
The file was modified src/pde/NS/PDEEuler2D.h
Commit ded93ea733275ecc65ad924f616d59d9df22f2b7 by blsc
test/unit/IO/pde/ArtificialViscosity/AVSensor_Source2D_Euler_PressureGrad_pattern.txt
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_Source2D_Euler_btest.cpp
Commit 456393f1d0f4c9b3cc1cfdca5db46c7cf292d3b3 by blsc
Sandbox cases for VMSD with shock capturing
The file was addedtest/sandbox/Solve2D_VMSD_HOW5_VI2_AV_toy.cpp
The file was addedtest/sandbox/Solve1D_VMSD_AD_toy.cpp
The file was modified test/unit/IO/pde/ArtificialViscosity/AVSensor_Source2D_Euler_PressureGrad_pattern.txt
The file was addedtest/sandbox/Solve2D_VMSD_HOW5_CI1_toy.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_HOW5_CI1_toy.cpp
The file was addedtest/sandbox/Solve2D_VMSD_HOW5_VI2_toy.cpp
The file was modified test/sandbox/Solve2D_CG_Quad_AD_toy.cpp
The file was modified test/sandbox/Solve2D_DGBR2_HOW5_CI1_toy.cpp
The file was addedtest/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was addedtest/sandbox/Adapt2D_VMSD_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
Commit ed571bdbb342ce6d17bad086744fe45cbc5f4d72 by blsc
Permissions got mixed up, I think
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
Commit 39695f476b84fa164497765abff0c1f3045ba78c by blsc
Unused variables in test cases
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_Pollutant_toy.cpp
Commit a9d5c430cf73b95e64483199d8d243641c856c8a by blsc
Uninitialized data fix
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
Commit d3ea6ce740990314fd9d2d638923578e27c695d7 by galbramc
Updated EPIC scripts. Fix possible SANSparallel hang.
The file was modified test/unit/IO/Adaptation/epic_script_EpicProjectFlag_3D.com
The file was modified test/unit/IO/Adaptation/epic_script_example2D.com
The file was modified test/unit/Meshing/EPIC/MesherInterface_Epic_btest.cpp
The file was modified test/unit/IO/Adaptation/epic_script_EpicProjectFlag_2D.com
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_impl.h
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
The file was modified test/unit/IO/Adaptation/epic_script_example3D.com
Commit fe7a68a1b7fad5c192f472a17d213a9a076a73a9 by galbramc
Another atempt at updating EPIC scripts
The file was modified test/unit/IO/Adaptation/epic_script_EpicProjectFlag_2D.com
The file was modified test/unit/IO/Adaptation/epic_script_example2D.com
The file was modified test/unit/IO/Adaptation/epic_script_example3D.com
The file was modified test/unit/IO/Adaptation/epic_script_EpicProjectFlag_3D.com
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
Commit f0d0cba115298c1326a323619b0f2437a5f36668 by hcarson
dont dump met
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_NACA0012_ArtificialViscosity_toy.cpp
Commit 34e8755f846b25d6037542b223b07f9aaed34cd5 by hcarson
added a data mining script. Use it to scrape from an output file.
The file was addedscripts/util/DataMineOutput.sh
Commit 82a920500afa16ef5fedf79103b71bcc4519eb36 by cfrontin
added dgbr2 cg test cases for squarechannel
The file was addedtest/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was addedtest/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_VMSD_AD_ST_SquareChannel_toy.cpp
Commit 19da3084cbfa16ee6ff11b66e64188d9d4f82da2 by cfrontin
squarechannel dg and cg ready to go.
The file was addedtest/sandbox/Solve4D_DGBR2_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was addedtest/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_SquareChannel_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_SquareChannel_toy.cpp
Commit d04cc426a8aba53f086543bda684ed098bc301eb by hcarson
typo and some bonus features for the L2 project case
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_RAE2822_ArtificialViscosity_toy.cpp
Commit 2f34bb07e40e33942d7881ca2978045f4ff4ce98 by hcarson
making the BL case outputs the same as Masa's
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
Commit 307e997a030bb04496f67db2101d263f24171762 by galbramc
Added an MPI_sleep so processors do not use 100% CPU during system calls
The file was addedtest/unit/MPI/sleep_btest.cpp
The file was addedsrc/MPI/MPI_sleep.cpp
The file was modified src/Meshing/FeFloa/MesherInterface_FeFloa.cpp
The file was modified test/unit/CMakeLists.txt
The file was modified src/MPI/CMakeLists.txt
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
The file was modified src/Meshing/refine/MesherInterface_refine_2D.cpp
The file was addedtest/unit/MPI/CMakeLists.txt
The file was modified src/Meshing/refine/MesherInterface_refine.cpp
The file was addedsrc/MPI/MPI_sleep.h
Commit 982dffe505e786f1200f43d61f450f73ed743c60 by galbramc
Forgot to add MPILib to globak lib list
The file was modified CMakeLists.txt
Commit 72b6a0395c7a547557702836cf6afc66833a0a21 by galbramc
Namespace fixes
The file was modified src/MPI/MPI_sleep.h
The file was modified src/MPI/MPI_sleep.cpp
Commit 412c304b6a1a7f48996af34d64ccecc88517f0f7 by galbramc
CMake fixes for MPILib
The file was modified test/unit/Meshing/refine/CMakeLists.txt
The file was modified test/unit/Meshing/FeFloa/CMakeLists.txt
The file was modified src/MPI/CMakeLists.txt
The file was modified test/unit/Meshing/EPIC/CMakeLists.txt
Commit e44aaebe7d43427f251fbff9c2e7b504796641a0 by galbramc
Fix link errors with MPI_sleep
The file was modified test/system/Adaptation/CMakeLists.txt
The file was modified CMakeLists.txt
The file was modified src/MPI/boost_serialization_array.h
The file was modified src/MPI/MPI_sleep.cpp