Skip to content
Success

Changes

Summary

  1. src/pde/NS/ (details)
  2. Finally commiting some artificial viscosity options (details)
  3. Merge conflict (details)
  4. tweak sandbox cases (details)
  5. WHOLEPATCH and INNERPATCH flags actually work now. They're fairly janky, but we can use them for comparisons (details)
  6. added some asserts to avoid that bug again (details)
  7. eurgh typo (details)
  8. VMSD DeltaWing case (details)
  9. experimenting with source stabilization (details)
  10. perturbedSource functions (details)
  11. Added unit tests for 2D RANSSA perturbedSource. Added 3D perturbedSource (needs test) (details)
  12. the janky test (details)
  13. the janky test (details)
  14. working on speedups (details)
  15. Failing unit test for ProjectSolnCell_Continuous (details)
  16. various spot fixes, also working towards L shaped domain Poisson case (details)
  17. minor changes. Getting them to coincide so I can get off this branch (details)
  18. merging the 6 group backwards step onto my branch (details)
  19. added a graceful restart capability. It searches for the last mesh from EPIC and restarts there, then appends to the adapthist file accordingly. Should also solve on the final grid, without appending (details)
  20. make the 10% bump on beta canon (details)
  21. L shaped domain case actually works pretty well now (details)
  22. lower the linear solver tolerance (details)
  23. 25% bump on the ball (details)
  24. turns out perturbedDiffusion is not worth it.. (details)
  25. bumping up beta. Also actually got the graceful restart working (details)
  26. updates to pdes for VMSD (details)
  27. adding command line args (details)
  28. bug fix (details)
  29. typo (details)
  30. bumping beta up to 1.5*sqrt(d) for vertex and 2sqrt(d) for elemental. Also switching the two cases to ReverseCuthillMcKee, and various other PETSc tweaks (details)
  31. bumping beta up to 1.5*sqrt(d) for vertex and 2sqrt(d) for elemental. Also switching the two cases to ReverseCuthillMcKee, and various other PETSc tweaks (details)
  32. added checks based on number of processors, to start with smallest grids possible (details)
  33. change back to QDM (details)
  34. added checks based on number of processors, to start with smallest grids possible (details)
  35. change world size per grid (details)
  36. missing ndconverts.. new pyrite files (details)
  37. fix to allow 0 element in field (details)
  38. duplicate functions (details)
  39. cases BL update: MMS sad (details)
  40. bug fix for perturbedFluxViscous (details)
  41. unit test fixes (details)
  42. fix uninitialized data (details)
  43. switched to mms sinusoidal decay fcn (details)
  44. fixes to tests. Now there's a weird one... (details)
  45. avoid uninitialized memory (details)
  46. this should be passing. VMSD should be able to replace the lack of a residual field with a full field evaluation, by setting local_cell_groups to {0,1}. HOWEVER, it can't (details)
  47. this should be passing. VMSD should be able to replace the lack of a residual field with a full field evaluation, by setting local_cell_groups to {0,1}. HOWEVER, it can't (details)
  48. print the offending error1. stop print nElem to screen. A notebook with Corner singularity exact solution in it (details)
  49. new exact solution AD function. (details)
  50. moving to Arthur (details)
  51. read in from big Grids (details)
  52. forgot to commit (details)
  53. switched to quasi-BL exact solution case. (details)
  54. vmsd local solve unit test working (details)
  55. switching to using projectTo (details)
  56. Chain adapt case. Use the lower cost levels to precondition the upper levels. (details)
  57. vera fix (details)
  58. added powerL, powerH back to specify width of the chain (details)
  59. missing include (details)
  60. removed SANS parallel from test case. (details)
  61. petsc memory consumption now approx correct (details)
  62. tweaks (details)
  63. 2.0 multiplier on beta for elemental model is much too large, gives twitch for P1 Corner sing L2. Also made the chain adapt look for a candidate starting mesh in the folder below it (details)
  64. Actually append to adapthist. Sigh (details)
  65. merge con (details)
  66. RANS MMS for PETSc comparisons (details)
  67. added an exception to dump local fields if theres a nan generated in the local solve estimation, it's virtual so a different disc can dump more fields. Also some comments about nan checking. (details)
  68. switching to using the projectTo field capability. Removing the explicit projector usage (details)
  69. add to BC list (details)
  70. restarting tweak (details)
  71. fix for jenkins and a tweak to a notebook (details)
  72. MPI blocker (details)
  73. forgot to turn off the new logic (details)
  74. another missing include blocker (details)
  75. Fix InterpolateFunctionCell_Continuous for Hierarchical (details)
  76. added option to read in much finer intial grid (details)
  77. A chain adapt for DGBR2 (details)
  78. tweaks (details)
  79. pre merge (details)
  80. if line search cuts back all the way and is unphysical, don't take the update (details)
  81. new triple BL with temporal forcing (details)
  82. fixed dumb mistakes (details)
  83. fix + case adjustment. (details)
  84. vera fix (details)
  85. avro-proofing for jenkins. (details)
  86. Consistent hRefinement with new error model (details)
  87. Fix compile error (details)
  88. Fix compile warning (details)
  89. Relaxed a tolerance (details)
  90. added scaling for RANS equations and unit tests (details)
  91. Have SANS nlopt optimizer use optimizer base. Add trace pentalty term to SANS optimizer. (details)
  92. Line search wasn't doing final validity check (details)
  93. add 3D RANS ojeda test cases (details)
  94. Fix link error (details)
  95. forgot some files (details)
  96. Vera fixes (details)
  97. mod output fcn (details)
  98. cases realigned. (details)
  99. removed conflicting includes (details)
  100. tweaks to linesearch (details)
  101. fixed warning (details)
  102. Vera fixes (details)
  103. hack to libmeshb, added hooks for eventual restart (details)
  104. put in crude restart.. seems to work? (details)
  105. sandbox edits (details)
  106. added new residnorm to localsolves (details)
  107. forgot a place to add the residNorm (details)
  108. lines too long (details)
  109. bug in serial version (details)
  110. instantiate some things (details)
  111. missing includes (details)
  112. forgot to add unit test (details)
  113. whoops forgot to add the instantiations (details)
  114. nonlinear speedups for vmsd (details)
  115. fixed Roe btest, added more instantiations (details)
  116. more instantiations for restart.. undef'ing the nonlinear stuff (details)
  117. added validity check on interior traces, fix for bug in local solve (details)
  118. Jenkins let me through... (details)
  119. one more (details)
  120. moving 0-0 trace thing over to solverinterface_vmsd, fixing some unit tests (details)
  121. edit cmake, fix up some unit testing (details)
  122. relax tol for intel (details)
  123. moving linear VMSD to a different algEqSet (details)
  124. uninitialized something for VMSD0? (details)
  125. additional non-linear speedup (details)
  126. whoops this should actually be correct (details)
  127. ok this one is right (details)
  128. make sure nonlinear VMSD is unit tested (details)
  129. typos in unit tests (details)
  130. one last typo (details)
  131. ok this one for real (details)
  132. ok now unit tests should pass (details)
  133. added function hooks and fixed a typo (details)
  134. trying to start up the spacetime vmsd. (details)
  135. converted stuff to be ready for spacetime vmsd. 3d solves should be working. (details)
  136. continuing 3d/4d spacetimization of vmsd. (details)
  137. annnnnd 4d solves should be working. (details)
  138. whitespace deletion (details)
  139. 4d adapts for vmsd (details)
  140. oops forgot to delete a line (details)
  141. tolerancing fix (details)
Commit 11a6c5259fad4f071db39ffb5bcc354f093f4478 by blsc
src/pde/NS/
The file was modified test/system/CodeConsistency/BCEulermitAVDiffusion2D_Consistency_RANSSA_btest.cpp
Commit 4fbc918901093e1453ad0cf60e36cbece02e97a5 by blsc
Finally commiting some artificial viscosity options
The file was modified src/pde/NS/EulerArtificialViscosityType.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
Commit 4de586070a82af8ccc53a6ccf562e5e0eb16c3c8 by blsc
Merge conflict
The file was modified test/system/CodeConsistency/BCEulermitAVDiffusion2D_Consistency_RANSSA_btest.cpp
Commit d6508e5f287e5ea18d44434efc6458d1dbba2480 by arthuang
tweak sandbox cases
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_NavierStokes_OjedaMMS_toy.cpp
Commit 39377ecdd93ec9e4392076aa14834940f2508b6f by hcarson
WHOLEPATCH and INNERPATCH flags actually work now. They're fairly janky, but we can use them for comparisons
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries4D.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries1D.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries2D.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries3D.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Project.h
Commit 4a875b566a91794f5da30155656fa3e112341ff7 by hcarson
added some asserts to avoid that bug again
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
Commit 141e7e785080a8f242f5cae12f467a28df04e268 by hcarson
eurgh typo
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
Commit b4e0347adb803eed0ecc76368991df43175d9e3f by hcarson
VMSD DeltaWing case
The file was addedtest/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit 2fbfd8565a12f08b91c27e3f781c3a58e0dea2d4 by arthuang
experimenting with source stabilization
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett1D.h
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett_ArtificialViscosity1D.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
Commit ea3ed9e542fe30cda3c8c41ade6c124a05515ed0 by arthuang
perturbedSource functions
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/Discretization/VMSD/CompleteUpdate_VMSD.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
Commit f14a12a4a13885e3a0d3103631ed808ade65dc36 by galbramc
Added unit tests for 2D RANSSA perturbedSource. Added 3D perturbedSource (needs test)
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDEEuler3D.h
Commit afac20f618f80f030381ac691247be903b18331e by hcarson
the janky test
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
Commit 02511bf3a38989cd65cf811ebd4621d76cd01a75 by hcarson
the janky test
The file was modified src/Field/Local/Field_Local.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Field/ProjectSoln/ProjectSolnCell_CGtoDG.h
Commit 8d6e298c897ce0c1f646f5de97e3aa041b1977c6 by arthuang
working on speedups
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 5d7dec97d040e05a561aaa9ca9a528e38ec4b373 by hcarson
Failing unit test for ProjectSolnCell_Continuous
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified test/unit/Field/ProjectSolnCell_Continuous_btest.cpp
Commit 9396cd5b440a1c40ea6bf6b8bd73548404eb6169 by hcarson
various spot fixes, also working towards L shaped domain Poisson case
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified test/unit/pde/AnalyticFunction/AD_TripleBL_Solutions.nb
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified test/unit/pde/AnalyticFunction/CornerSingularity.nb
Commit 1771e761d68e4bd16dbc62d1c301b59524e82cd4 by hcarson
minor changes. Getting them to coincide so I can get off this branch
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
Commit c249d9c2d0c079ae914a159a15cd31ed0aa5a594 by hcarson
merging the 6 group backwards step onto my branch
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1.cpp
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1.h
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1_btest.cpp
Commit 986922a8ad6753202845b23853f43097fd44796a by hcarson
added a graceful restart capability. It searches for the last mesh from EPIC and restarts there, then appends to the adapthist file accordingly. Should also solve on the final grid, without appending
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit f4ca0c275122d9fa85a0e4e3a37fde680d51a279 by hcarson
make the 10% bump on beta canon
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit c230fbb7873b3f0fd6cafdc832ccec338f366c99 by hcarson
L shaped domain case actually works pretty well now
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
Commit 842ada4bcc56e6eab465e797dfa627f56fa38cf6 by hcarson
lower the linear solver tolerance
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit 7a52c47d2fe891c2cbd07b2d9a27560f6c4bc8d5 by hcarson
25% bump on the ball
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 70609c5eacbdacfcb126d3d0170311114dffd544 by arthuang
turns out perturbedDiffusion is not worth it..
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/Roe.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/NS/QRANSSA2D.h
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NS/Q2DPrimitiveRhoPressure.h
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit 1aee82b10db127c307bbb49c002abb7bfcc34a49 by hcarson
bumping up beta. Also actually got the graceful restart working
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit f33073384d2da54fa6056448291b99a86e919402 by arthuang
updates to pdes for VMSD
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NS/Q3DPrimitiveRhoPressure.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/NS/QRANSSA2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/QRANSSA3D.h
Commit 581703616104f4836dedc9467a74bcd8334fdad4 by arthuang
adding command line args
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
Commit 1dec1a317273469b86cdf27d97cbde6df2c01c69 by arthuang
bug fix
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NS/Q3DPrimitiveRhoPressure.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
Commit 63b72d5136eac4ab8d4a2f041800065441913a2d by arthuang
typo
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
Commit 54a9e8681680a886133321f73e6ecce70884552f by hcarson
bumping beta up to 1.5*sqrt(d) for vertex and 2sqrt(d) for elemental. Also switching the two cases to ReverseCuthillMcKee, and various other PETSc tweaks
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 0fe768bb5cac25145e5de3513f2d2c1877855825 by hcarson
bumping beta up to 1.5*sqrt(d) for vertex and 2sqrt(d) for elemental. Also switching the two cases to ReverseCuthillMcKee, and various other PETSc tweaks
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 7122a60fcb376dba638e5efb39c1d7ef9a5e902e by hcarson
added checks based on number of processors, to start with smallest grids possible
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit 27499bddd3c1826b567ce7424dd9b3bb3696d169 by hcarson
change back to QDM
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit 44d529be0f5ce417a6399900603e8049b9648bd1 by hcarson
added checks based on number of processors, to start with smallest grids possible
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit 066e7f756cd96a50cf1b92d88de9ec0b1c380156 by hcarson
change world size per grid
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit a28aff0bd7a86a20f1b81f65b5cf0f56693e8057 by arthuang
missing ndconverts.. new pyrite files
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS2_FullTest.txt
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS1_FullTest.txt
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS1_MinTest.txt
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS2_MinTest.txt
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit 9e9f1b0e191f9aafb4825452e303aec684b49837 by hcarson
fix to allow 0 element in field
The file was modified src/Field/FieldLiftAssociativityConstructor.h
Commit 95054632090a9f112269765501436ce32249b286 by arthuang
duplicate functions
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
Commit b206dd8445d97700b47533d1690493f807584a23 by cfrontin
cases BL update: MMS sad
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 47e32274c2969546d61dfcf3ed602d00064fe015 by arthuang
bug fix for perturbedFluxViscous
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 2b8493f38a93192510a2f07a97112e37a73dd205 by arthuang
unit test fixes
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
Commit 878c3836a05f4cc7e71c46d99f1f0fc6c44629e0 by arthuang
fix uninitialized data
The file was modified src/pde/NS/PDERANSSA3D.h
Commit d737c45a6d69095ab3e62ca4721e8415a90090d6 by cfrontin
switched to mms sinusoidal decay fcn
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
Commit 8b5b3e388783c129d55d84a19af579eee49ef2ff by hcarson
fixes to tests. Now there's a weird one...
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
Commit c22b117b3a942ffc0ce9358d86629d4af54b0a46 by hcarson
avoid uninitialized memory
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
Commit 2ff32253c08414423a0fca96351a225daf2d2eda by hcarson
this should be passing. VMSD should be able to replace the lack of a residual field with a full field evaluation, by setting local_cell_groups to {0,1}. HOWEVER, it can't
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
Commit 7b14a63fafa69d713e7626bc1493b0cbeaecf826 by hcarson
this should be passing. VMSD should be able to replace the lack of a residual field with a full field evaluation, by setting local_cell_groups to {0,1}. HOWEVER, it can't
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
Commit 5a4e5da0910fd6b8a2acc2e466a24132219cc220 by hcarson
print the offending error1. stop print nElem to screen. A notebook with Corner singularity exact solution in it
The file was modified test/unit/pde/AnalyticFunction/CornerSingularity.nb
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
Commit b44aaa53aedac7b980a4cc7bbfb9d62a3ac1d08a by cfrontin
new exact solution AD function.
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit 9d73c145605d17c90d24993404ec9ed3e4bbfc10 by hcarson
moving to Arthur
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
Commit 469327f442a687e87ff411345773ef61382ea329 by hcarson
read in from big Grids
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 228445a404d07ee84c186da2e7c0200598cc98de by cfrontin
forgot to commit
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit c977e739eecba6f86f2a028ff6084373531c392c by cfrontin
switched to quasi-BL exact solution case.
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
Commit c297e09a874d4a6213fedb5af9075153d08f8f62 by arthuang
vmsd local solve unit test working
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
Commit 9e5532ccd0c64b8c934c8cdd1116e76fa02212ec by hcarson
switching to using projectTo
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Field/ProjectSoln/ProjectSolnCell_CGtoDG.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
Commit e7a4fbbc37582b470760ba5281e8f8d49cca5b66 by hcarson
Chain adapt case. Use the lower cost levels to precondition the upper levels.
The file was addedtest/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit cc2d124e54ce0182265b495ae37e25850fd6af46 by cfrontin
vera fix
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit 2932bbc4dad3bc59327d5f0fc9b8dd236797f62f by hcarson
added powerL, powerH back to specify width of the chain
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 70df69372de6cebf18e0ee6515e5f7c55d18b38f by arthuang
missing include
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
Commit 2ad744493df5820218dbfd031912842e1f2897d3 by cfrontin
removed SANS parallel from test case.
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
Commit 477d5b58745b83a176576bb733064ec7c7dffb0b by arthuang
petsc memory consumption now approx correct
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit 7fefdc7e1502eee70243af8a8d342be5bc58e58d by hcarson
tweaks
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 759893c7f29bf4b9994f08063adae529aeb069da by hcarson
2.0 multiplier on beta for elemental model is much too large, gives twitch for P1 Corner sing L2. Also made the chain adapt look for a candidate starting mesh in the folder below it
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit c0dbb457bbdea2754f358922392bbb0cea781b2e by hcarson
Actually append to adapthist. Sigh
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 733d6c91b03dd4da2ffbcb042b25806e0c5ddd84 by hcarson
merge con
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit 4e562019f3ef1ba31d8db298b21f7b7caa80d2b1 by arthuang
RANS MMS for PETSc comparisons
The file was addedtest/sandbox/Solve2D_DGBR2_Triangle_RANSSA_OjedaMMS_toy.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA2D.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/pde/NS/SolutionFunction_RANSSA2D.h
Commit a24fd4f987da42c5ccc76ce267cd664538261184 by hcarson
added an exception to dump local fields if theres a nan generated in the local solve estimation, it's virtual so a different disc can dump more fields. Also some comments about nan checking.
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
Commit 39f1f883ba9f508d9bc5d1a1a3646d426f6d8195 by hcarson
switching to using the projectTo field capability. Removing the explicit projector usage
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
Commit dab5ab44adacec780e42e9e72abde2e9609c0188 by arthuang
add to BC list
The file was modified src/pde/NS/BCEuler2D_Solution.cpp
The file was modified src/pde/NS/BCRANSSA2D_Solution.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_OjedaMMS_toy.cpp
Commit 096b6a84c08f04e35ac56f5e4176d09c1c29d892 by hcarson
restarting tweak
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 5ef325527a5243c3395a1c8661622e82d70739ef by hcarson
fix for jenkins and a tweak to a notebook
The file was addedtest/unit/pde/AnalyticFunction/SineSine_Solutions.nb
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
Commit 0b976d70400fee411e063efbbce8f6fa197a5606 by hcarson
MPI blocker
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit 0db03e343a64dcf47f98217fe5438f79d17c0813 by hcarson
forgot to turn off the new logic
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit 119343acca6c18096c150f17fd74901cfc14ae56 by hcarson
another missing include blocker
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q2_noproj.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q2.grm
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q1.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q4_noproj.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/makeq.com
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q1_surf_swapped.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/.madcap/madcap.restart
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q3.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q3_noproj.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/projectdeform.disp
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk.csf
Commit 485d6c2bd8e2202dcc80a829648555a2d65e8133 by galbramc
Fix InterpolateFunctionCell_Continuous for Hierarchical
The file was modified src/Field/ProjectSoln/ProjectConstCell.h
The file was modified src/Field/ProjectSoln/InterpolateFunctionCell_Continuous.h
Commit 8c0fe754b5274d7ff65a56e9426e083d7a5fa18e by hcarson
added option to read in much finer intial grid
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 006407c37789fdfc9e7a88648cf4484b8165d4a3 by hcarson
A chain adapt for DGBR2
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was addedtest/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 89edbe270847fd5bbdfc9ca54d100d215ef429b3 by hcarson
tweaks
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit 72df89dac599c67011ebcf960dbba1d659af3c7c by hcarson
pre merge
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 51a2dda6b70973055d631f573f0e7d0b40badd62 by arthuang
if line search cuts back all the way and is unphysical, don't take the update
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 68a3932dfb79cc3c284f43ce9548921f6b1526a1 by cfrontin
new triple BL with temporal forcing
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.cpp
Commit 61257810bc9b0c9c3a498c31c2e1086209df7fb4 by cfrontin
fixed dumb mistakes
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit a0d62488f54bb39f75b77c16552eaf166bfde0f1 by cfrontin
fix + case adjustment.
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit b434184459309a609b171b17212aa78e9f2efa4a by cfrontin
vera fix
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit 49fc920f483944fdca4ef2751bc943a8e20b4d34 by cfrontin
avro-proofing for jenkins.
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 6bdc771f4b71cd99b2919be966ebb0cde7341870 by galbramc
Consistent hRefinement with new error model
The file was modified test/sandbox/Adapt3D_DGAdvective_Euler_HCH_toy.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_AR_toy.cpp
The file was modified test/sandbox/Adapt1D_L2Project_MOESS_toy.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO/MOESS_SANS_Optimizer_TAO_impl.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_FlatPlate_toy.cpp
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA.h
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_Sub_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_impl.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_HCH_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_MultiScaleMetric_toy.cpp
The file was modified test/sandbox/Solve4D_L2Project_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_HemisphereCylinder_toy.cpp
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_PX_Optimizer_NLOPT/MOESS_PX_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 test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
Commit 69b7efcff0bd76d64ef8fe4e0477da83d3025cdf by galbramc
Fix compile error
The file was modified test/sandbox/Solve4D_L2Project_toy.cpp
Commit b1520124860adbb6f1061c999c85fc891fb7e4ea by galbramc
Fix compile warning
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_impl.h
Commit 0acf7739eda28ca34d6c480c59285d00cd9bc446 by galbramc
Relaxed a tolerance
The file was modified test/unit/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA_btest.cpp
Commit 32bb43aa6ae66b43bf318456f53d19ec4409b67e by arthuang
added scaling for RANS equations and unit tests
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_OjedaMMS_toy.cpp
The file was modified src/pde/NS/BCEuler3D_mitState.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/NS/BCRANSSA3D.cpp
The file was modified src/pde/NS/QRANSSA2D.h
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NDConvert/OutputNDConvertSpace3D.h
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
The file was modified src/pde/NS/SolutionFunction_RANSSA2D.cpp
The file was modified src/pde/NS/BCRANSSA3D_mitState.h
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/BCEuler3D.cpp
The file was modified src/pde/NS/QRANSSA3D.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/pde/NS/BCNavierStokes3D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/pde/NS/BCEuler3D.h
The file was modified src/pde/NS/SAVariable3D.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/pde/NS/SolutionFunction_RANSSA2D.h
The file was modified src/pde/NS/CMakeLists.txt
The file was modified src/pde/NS/BCRANSSA3D.h
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
Commit fd57f35d7284ca2a2296e2baa3cc54d2ef8167f1 by galbramc
Have SANS nlopt optimizer use optimizer base. Add trace pentalty term to SANS optimizer.
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA.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/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
Commit 51ad8761823f7e2defe6509ee4b666dadad73f0d by blsc
Line search wasn't doing final validity check
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 0b4146a3deca3adbde95c9fa84cd6c0c5d1dcc7b by arthuang
add 3D RANS ojeda test cases
The file was addedtest/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was addedtest/sandbox/Solve3D_DGBR2_RANSSA_OjedaMMS_toy.cpp
Commit 2af2a8c0c90e8c1800dbdf1f9bfa72b46576c2f1 by galbramc
Fix link error
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_1D.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_2D.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_4D.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_3D.cpp
Commit a393dab81db3a8e1c112854bee656db5d3b9bde5 by arthuang
forgot some files
The file was addedsrc/pde/NS/BCEuler3D_Solution.cpp
The file was addedsrc/pde/NS/BCRANSSA3D_Solution.h
The file was addedsrc/pde/NS/SolutionFunction_RANSSA3D.h
The file was addedsrc/pde/NS/BCEuler3D_Solution.h
The file was addedsrc/pde/NS/SolutionFunction_RANSSA3D.cpp
Commit f9718e71710d3309ded47d97b0f6beff45ed9300 by galbramc
Vera fixes
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_1D.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_3D.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_4D.cpp
The file was modified src/Adaptation/MOESS/MOESS_SANS_Optimizer_Base/MOESS_SANS_Optimizer_Base_2D.cpp
Commit 5146afde2dd97160fcd6f0dd8155d3d5bf215804 by arthuang
mod output fcn
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_Output.h
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_OjedaMMS_toy.cpp
The file was modified src/pde/NS/OutputEuler3D.h
Commit 3498b19abdd4b729f3d4f6bd2c39c75a60297fee by cfrontin
cases realigned.
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
Commit 366feea2790dfd7ee123d7395ec19dea3eac0380 by arthuang
removed conflicting includes
The file was modified test/sandbox/Solve3D_DGBR2_Hex_TaylorGreen_toy.cpp
Commit 9801cad9a3c47629f7a0b4e8ae9caf007ba68a1c by arthuang
tweaks to linesearch
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
Commit 3b130e815974001e68b07c8fa8a55e48e668ac0c by arthuang
fixed warning
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
Commit bcb1cc4e7c3c48a2556ef3d90322959f4f7009d6 by blsc
Vera fixes
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified test/unit/NonLinearSolver/HalvingSearchLineUpdate_btest.cpp
Commit 03da9a13db068f6fe0b711b2ec1069abc1200789 by arthuang
hack to libmeshb, added hooks for eventual restart
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Meshing/libMeshb/ReadSolution_libMeshb.cpp
The file was modified src/Discretization/VMSD/SolutionData_VMSD.h
The file was modified src/Discretization/VMSD/Discretization_VMSD.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified test/unit/Meshing/libMeshb/WriteSolution_libMeshb_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Meshing/libMeshb/WriteSolution_libMeshb.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit 5df93eec7fe5459ef758db898bc50a6b700f311a by arthuang
put in crude restart.. seems to work?
The file was modified src/Discretization/ResidualNormType.h
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was addedsrc/Meshing/EPIC/SolutionField_PX.cpp
The file was addedsrc/Meshing/EPIC/SolutionField_PX.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Meshing/EPIC/CMakeLists.txt
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit d249970c0aa0bb3e3137e6bc945a4dab21974999 by arthuang
sandbox edits
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
Commit 9cfeab24d8fadcf10ef278278a73d2aafaf1f6ae by arthuang
added new residnorm to localsolves
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit daa37c7199f5ed9ca89dfdd0fae82bdd44350a77 by arthuang
forgot a place to add the residNorm
The file was modified src/Discretization/DG/AlgebraicEquationSet_Local_DG_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
Commit 773b9ea9047d10088f0d49ceb875287b8f51980e by arthuang
lines too long
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit e1ce36f7080b2e469eac7c61ec7ef4433b222169 by arthuang
bug in serial version
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit 4b81f07f9a20c1da7afce8077743a6dfbb37b3af by arthuang
instantiate some things
The file was modified src/Discretization/VMSD/Discretization_VMSD.h
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/Meshing/EPIC/XField_PX.cpp
Commit ea06e8a336a52cb2f33e555badf4b548ca7dc897 by arthuang
missing includes
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit 959d1eea79789e074d15212c7e056e8a9f2836ed by arthuang
forgot to add unit test
The file was addedtest/unit/Meshing/EPIC/WriteSolution_PX_btest.cpp
Commit 55ccf0a7adcbd056a968f0f4066b0bf838693cf5 by arthuang
whoops forgot to add the instantiations
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit e0a3d295eb7347933894d5527b1d576d57c1a265 by arthuang
nonlinear speedups for vmsd
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
The file was modified src/pde/NS/Roe.h
Commit f7edfccaaea0c3178fb2a410d0ab5ea8cee49e9f by arthuang
fixed Roe btest, added more instantiations
The file was modified test/unit/pde/NS/Roe_btest.cpp
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit b21e2eff2750b2259475c1ebe9b3e970aed076b0 by arthuang
more instantiations for restart.. undef'ing the nonlinear stuff
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_Output.h
The file was modified src/Discretization/VMSD/SolutionData_VMSD.h
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Discretization/DG/SolutionData_DGBR2.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
Commit 7d9fe9bf757df99dfa9443a3259a0bc2d608a001 by arthuang
added validity check on interior traces, fix for bug in local solve
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
The file was addedsrc/Discretization/isValidState/isValidStateInteriorTrace_VMSD.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified src/Discretization/isValidState/isValidStateCell_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.cpp
Commit 9e8acd63e4e9e16be2a627e09ab9cdb0e3a8b1d1 by arthuang
Jenkins let me through...
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux1D.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified test/system/LocalSolve/CMakeLists.txt
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Meshing/EPIC/SolutionField_PX.cpp
The file was modified src/Discretization/isValidState/isValidStateInteriorTrace_VMSD.h
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/Field/FieldSpacetime_Instantiate_4D.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
The file was modified test/system/Asymptotic/CMakeLists.txt
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Nodal_Triangle_AD_btest.cpp
The file was modified src/Adaptation/CMakeLists.txt
The file was addedsrc/Adaptation/MOESS/SolverInterfaceBase.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.h
Commit e4d34fa588716833d2eb178f1f7e44b7119dfb31 by arthuang
one more
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
Commit 9eae72931fe63d6111158be7f1ef43fb92682fa8 by arthuang
moving 0-0 trace thing over to solverinterface_vmsd, fixing some unit tests
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/system/LocalSolve/CMakeLists.txt
Commit 2427a71659dca0d76a6d0c96f903ef4c7d0d6b8f by arthuang
edit cmake, fix up some unit testing
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_btest.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/system/LocalSolve/CMakeLists.txt
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit dfad5869cd9846597c7be416efdbc09853bdc714 by arthuang
relax tol for intel
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit e151143f683b1247c0c1939bd400b0a1e9754143 by arthuang
moving linear VMSD to a different algEqSet
The file was addedsrc/ErrorEstimate/VMSD/ErrorEstimate_VMSD_Linear.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was addedsrc/Discretization/VMSD/AlgebraicEquationSet_VMSD_Linear.h
The file was addedsrc/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD_Linear.h
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Discretization/AlgebraicEquationSet_Type.h
Commit 5f10b5960f2ccdcec02b69694fb144918f35f234 by arthuang
uninitialized something for VMSD0?
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
Commit 304c4f5df38fa016f9a9093693c5f38898300bc4 by arthuang
additional non-linear speedup
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
Commit 18174851fdd45c2aa4ed110977f8f988ee6283b2 by arthuang
whoops this should actually be correct
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
Commit 984227c70040340aa7741573aa557c09f770d27f by arthuang
ok this one is right
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
Commit 259ef6fbce08f038f628ff377d47dceb47f491aa by arthuang
make sure nonlinear VMSD is unit tested
The file was modified test/unit/Discretization/VMSD/JacobianCell_VMSD_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSD/IntegrandTrace_VMSD_NL_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSD/IntegrandCell_VMSD_NL_AD_btest.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was addedtest/unit/Discretization/VMSD/ResidualCell_VMSD_NL_AD_btest.cpp
Commit 9d6cc5141948d381fb91b9b4eb41f1d96617babf by arthuang
typos in unit tests
The file was modified test/unit/Discretization/VMSD/IntegrandCell_VMSD_NL_AD_btest.cpp
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_VMSD_NL_AD_btest.cpp
Commit af29444f4805d1eb6e33967725e3212d4524bc83 by arthuang
one last typo
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_VMSD_NL_AD_btest.cpp
Commit 83ea812957e8a781de1fdbd99dc28288f68be78a by arthuang
ok this one for real
The file was modified test/unit/Discretization/VMSD/JacobianCell_VMSD_AD_btest.cpp
Commit cfd5aed619c993392bebc90668412f775026ef36 by arthuang
ok now unit tests should pass
The file was removedtest/unit/Discretization/VMSD/ResidualCell_VMSD_NL_AD_btest.cpp
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_VMSD_NL_AD_btest.cpp
Commit fc2f7cffca33eb62f6bf40d76ac1475b93a4672b by arthuang
added function hooks and fixed a typo
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/pde/PorousMedia/PDEBuckleyLeverett1D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/Burgers/PDEBurgers1D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/NS/PDEEuler1D.h
Commit a6dc95b27675b3c3b22be6499bab390e19ca92f4 by cfrontin
trying to start up the spacetime vmsd.
The file was addedtest/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
The file was addedsrc/Field/FieldSpacetime_EG_Cell_Instantiate_4D.cpp
The file was addedsrc/Field/FieldSpacetime_EG_Cell.h
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was addedsrc/Field/FieldSpacetime_EG_Cell_impl.h
Commit 7359016a49e91a583ace1dcd6a471db49e208907 by cfrontin
converted stuff to be ready for spacetime vmsd. 3d solves should be working.
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/AdvectionDiffusion/AdvectiveFlux2D.h
The file was addedtest/sandbox/Solve3D_VMSD_AD_ST_toy.cpp
The file was modified src/Field/CMakeLists.txt
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
Commit 478c970536cec7ba15628e02461879d564a56e91 by cfrontin
continuing 3d/4d spacetimization of vmsd.
The file was modified test/sandbox/Solve3D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
Commit 288917bfecf2c2050a875a17bb381cf2e0abf898 by cfrontin
annnnnd 4d solves should be working.
The file was modified src/Field/FieldSpacetime_EG_Cell_Instantiate_4D.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
Commit 5bd495dd37982147cfd3ff0b3c25b95c90d056a6 by cfrontin
whitespace deletion
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
Commit 68a25591f1f25fe9bec4dad800f987d1cca4efb5 by cfrontin
4d adapts for vmsd
The file was addedtest/sandbox/Adapt4D_VMSD_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
Commit 9642f4b5ecfad5ed2dbc70df3a687192cb209720 by cfrontin
oops forgot to delete a line
The file was modified test/sandbox/Solve4D_VMSD_AD_ST_toy.cpp
Commit 0220d35d44838be94fad01e71a3cab8025dd9170 by cfrontin
tolerancing fix
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp