Skip to content
Success

Changes

Summary

  1. tweak sandbox cases (details)
  2. WHOLEPATCH and INNERPATCH flags actually work now. They're fairly janky, but we can use them for comparisons (details)
  3. added some asserts to avoid that bug again (details)
  4. eurgh typo (details)
  5. VMSD DeltaWing case (details)
  6. experimenting with source stabilization (details)
  7. perturbedSource functions (details)
  8. Added unit tests for 2D RANSSA perturbedSource. Added 3D perturbedSource (needs test) (details)
  9. the janky test (details)
  10. the janky test (details)
  11. working on speedups (details)
  12. Failing unit test for ProjectSolnCell_Continuous (details)
  13. various spot fixes, also working towards L shaped domain Poisson case (details)
  14. minor changes. Getting them to coincide so I can get off this branch (details)
  15. merging the 6 group backwards step onto my branch (details)
  16. 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)
  17. make the 10% bump on beta canon (details)
  18. L shaped domain case actually works pretty well now (details)
  19. lower the linear solver tolerance (details)
  20. 25% bump on the ball (details)
  21. turns out perturbedDiffusion is not worth it.. (details)
  22. bumping up beta. Also actually got the graceful restart working (details)
  23. updates to pdes for VMSD (details)
  24. adding command line args (details)
  25. bug fix (details)
  26. typo (details)
  27. 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)
  28. 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)
  29. added checks based on number of processors, to start with smallest grids possible (details)
  30. change back to QDM (details)
  31. added checks based on number of processors, to start with smallest grids possible (details)
  32. change world size per grid (details)
  33. missing ndconverts.. new pyrite files (details)
  34. fix to allow 0 element in field (details)
  35. duplicate functions (details)
  36. cases BL update: MMS sad (details)
  37. bug fix for perturbedFluxViscous (details)
  38. unit test fixes (details)
  39. fix uninitialized data (details)
  40. switched to mms sinusoidal decay fcn (details)
  41. fixes to tests. Now there's a weird one... (details)
  42. avoid uninitialized memory (details)
  43. 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)
  44. 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)
  45. print the offending error1. stop print nElem to screen. A notebook with Corner singularity exact solution in it (details)
  46. new exact solution AD function. (details)
  47. moving to Arthur (details)
  48. read in from big Grids (details)
  49. forgot to commit (details)
  50. switched to quasi-BL exact solution case. (details)
  51. vmsd local solve unit test working (details)
  52. switching to using projectTo (details)
  53. Chain adapt case. Use the lower cost levels to precondition the upper levels. (details)
  54. vera fix (details)
  55. added powerL, powerH back to specify width of the chain (details)
  56. missing include (details)
  57. removed SANS parallel from test case. (details)
  58. petsc memory consumption now approx correct (details)
  59. tweaks (details)
  60. 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)
  61. Actually append to adapthist. Sigh (details)
  62. merge con (details)
  63. RANS MMS for PETSc comparisons (details)
  64. 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)
  65. switching to using the projectTo field capability. Removing the explicit projector usage (details)
  66. add to BC list (details)
  67. restarting tweak (details)
  68. fix for jenkins and a tweak to a notebook (details)
  69. MPI blocker (details)
  70. forgot to turn off the new logic (details)
  71. another missing include blocker (details)
  72. Fix InterpolateFunctionCell_Continuous for Hierarchical (details)
  73. added option to read in much finer intial grid (details)
  74. A chain adapt for DGBR2 (details)
  75. tweaks (details)
  76. pre merge (details)
  77. if line search cuts back all the way and is unphysical, don't take the update (details)
  78. new triple BL with temporal forcing (details)
  79. fixed dumb mistakes (details)
  80. fix + case adjustment. (details)
  81. vera fix (details)
  82. avro-proofing for jenkins. (details)
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_Galerkin_Stabilized_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_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/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries4D.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries1D.cpp
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries3D.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.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/ExtractCGLocalBoundaries2D.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Project.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
Commit 4a875b566a91794f5da30155656fa3e112341ff7 by hcarson
added some asserts to avoid that bug again
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.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/pde/PorousMedia/PDEBuckleyLeverett_ArtificialViscosity1D.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/Discretization/VMSD/IntegrandTrace_VMSD.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/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/Discretization/VMSD/CompleteUpdate_VMSD.h
Commit f14a12a4a13885e3a0d3103631ed808ade65dc36 by galbramc
Added unit tests for 2D RANSSA perturbedSource. Added 3D perturbedSource (needs test)
The file was modified src/pde/NS/PDEEuler3D.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/PDERANSSA2D.h
Commit afac20f618f80f030381ac691247be903b18331e by hcarson
the janky test
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
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/ExtractCGLocalBoundaries_impl.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/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 test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
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 test/unit/pde/AnalyticFunction/AD_TripleBL_Solutions.nb
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/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Adaptation/MOESS/ErrorModel_Local.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 test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AR_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
Commit c249d9c2d0c079ae914a159a15cd31ed0aa5a594 by hcarson
merging the 6 group backwards step onto my branch
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1_btest.cpp
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
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_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_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/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/pde/NS/Roe.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/NS/QRANSSA2D.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NS/Q2DPrimitiveRhoPressure.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
Commit 1aee82b10db127c307bbb49c002abb7bfcc34a49 by hcarson
bumping up beta. Also actually got the graceful restart working
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit f33073384d2da54fa6056448291b99a86e919402 by arthuang
updates to pdes for VMSD
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.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/pde/NS/PDEEuler2D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/pde/NS/QRANSSA2D.h
The file was modified src/pde/NS/Q3DPrimitiveRhoPressure.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.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_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_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/NDConvert/PDENDConvertSpace1D.h
The file was modified src/pde/NS/Q3DPrimitiveRhoPressure.h
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_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 src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
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 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_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 7122a60fcb376dba638e5efb39c1d7ef9a5e902e by hcarson
added checks based on number of processors, to start with smallest grids possible
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_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 test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS2_MinTest.txt
The file was modified test/system/IO/ErrorOrder/ErrorOrder_2D_CGStab_RANSSA_MMS2_FullTest.txt
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
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 src/pde/NDConvert/PDENDConvertSpace3D.h
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/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 test/sandbox/Adapt4D_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_DGBR2_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
Commit 8b5b3e388783c129d55d84a19af579eee49ef2ff by hcarson
fixes to tests. Now there's a weird one...
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
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 src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.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/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
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 src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
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
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 src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified test/unit/pde/AnalyticFunction/CornerSingularity.nb
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
Commit b44aaa53aedac7b980a4cc7bbfb9d62a3ac1d08a by cfrontin
new exact solution AD function.
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.cpp
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 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_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_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_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_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Field/ProjectSoln/ProjectSolnCell_CGtoDG.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.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_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_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 modified src/pde/NS/SolutionFunction_RANSSA2D.h
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
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/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
Commit 39f1f883ba9f508d9bc5d1a1a3646d426f6d8195 by hcarson
switching to using the projectTo field capability. Removing the explicit projector usage
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
Commit dab5ab44adacec780e42e9e72abde2e9609c0188 by arthuang
add to BC list
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_OjedaMMS_toy.cpp
The file was modified src/pde/NS/BCRANSSA2D_Solution.h
The file was modified src/pde/NS/BCEuler2D_Solution.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/.madcap/madcap.restart
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q3_noproj.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q4_noproj.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q1_surf_swapped.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/makeq.com
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk.csf
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q2_noproj.grm
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q3.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q2.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/jouk_q1.grm
The file was addedtest/sandbox/grids/joukowski_initial_mesh/projectdeform.disp
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 addedtest/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
Commit 89edbe270847fd5bbdfc9ca54d100d215ef429b3 by hcarson
tweaks
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_Chain_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_Chain_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/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
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 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_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp