Skip to content
Failed

Changes

Summary

  1. new lagrange basis functions coming together, shouldnt pass jenkins yet. (details)
  2. Important Comment (details)
  3. fixed the dang lagrange basis functions. and also tested them. (details)
  4. touches. (details)
  5. better tests (details)
  6. documentation update (details)
  7. added matlab script. (details)
  8. seeking cg issue, not for upload (details)
  9. upgraded tests somewhat confident p= 2, p= 3 CG fields should work. not sure why nanning. (details)
  10. l2 working ad not... (details)
  11. added projection test. (details)
  12. sprinkling holy water on hugh's comment vandalism. (details)
  13. documentation fix (details)
  14. ad4d working, cg fields 4d working up to p=3, new tests. (details)
  15. jenkins fixes (details)
  16. flip switches for commit. (details)
  17. Refactoring of LocalPatch. Next we need to remove the others. (details)
  18. Fixed compile error (details)
  19. refactoring edge local. no parallel tests yet, but serial seems to be the same (details)
  20. Warning fix (details)
  21. forgot to turn DG back to non-edge mode (details)
  22. ElementDual is no more. Moving towards LocalPatch only (details)
  23. elementxfieldspacetime fix. stabilized seems to be working. needs unit tests still. (details)
  24. jenkins fix. (details)
  25. unstab/gls fix (details)
  26. Added unsplit LocalPatch constructor and universal LocalGlobal consistency check (details)
  27. Don't check interior trace local global equivalence (details)
  28. Added LocalGlobal equiv check to all LocalPatch tests. Added USE_MPI_XTERM cmake option. (details)
  29. Add some Line tests for LocalPatch (details)
  30. jEnKiNSSSS (details)
  31. working on parallelizing edge (details)
  32. and FINALLY, edge models and patches have a serial parallel equivalency test that passes! (details)
  33. parenthesis misplacement (details)
  34. Nodal Mode only supports LocalPatch now. Also added getEField() method to MDG (details)
  35. left full nodal mode on... (details)
  36. it was actually a struct (details)
  37. made the nodal switch a run time one so that at least jenkins has to compile the nodal bits, even if they're not tested much yet (details)
  38. removing ElementDual amongst other things (details)
  39. apparently needed to include array.hpp from boost? (details)
  40. added boost version dependent serialization for array (details)
  41. edges always use global node numbering. Fixed bug with sub-cell index and reversed edges (details)
  42. serialization is in the MPI folder correctly (details)
  43. Various LocalPatch fixes (details)
  44. fixes to update local2globalBoundaryMap issues (details)
  45. removed constructEdgeMap() (details)
  46. forgot to actually send the serialization (details)
  47. f2d localpatch DG test move, refactor in progress. (details)
  48. converted the 1D edge tests to LocalPatch (details)
  49. the 2D local patch test now works for LocalPatch. Also minor typos in the other two tests (details)
  50. split out test function into separate testing header. Also include blocker for make_unique.h (details)
  51. bloody typo (details)
  52. misnamed (details)
  53. 3D edge local split and test. (details)
  54. a 4D test. It can't actually call yet as Cory has left some developer exceptions in place, but this should work in the future (details)
  55. tidy up (details)
  56. a bunch of non-passing tests. Also testing the exception throwing from the edge local constructor (details)
  57. assertion tests working (details)
  58. More local patch updates (details)
  59. refactor, debugging field2d_local_split_DG (details)
  60. broke the checkLocalField test function out of the grid checker. Can now pass a local and a global field and check the transfer for all elements within. Doesn't check interior traces yet. (details)
  61. asserted can only use the test with XField_LocalPatch (details)
  62. Added 2D Edge Split LocalPatch tests (details)
  63. Move more XFeid2D local edge tests (details)
  64. Created XField3D_LocalPatch and removed old tests (details)
  65. Remove overloded nDOF and DOF functions in XField_LocalPatch (details)
  66. Alow high-order hierarchical meshes with LocalPatch (details)
  67. added a test to compare the serial edge model construction between the old 'at node' technique and the new parallel friendly 'edge map' version. Seems to have been done correctly, so unsure what is causing the bug now... (details)
  68. Updated 2D XField Element Dual LocalPatch tests (details)
  69. work in progress. working tool functions, working on unit tests. (details)
  70. renamed field_localpatch_edge_cg_btest.h to ..._toolkit.h (details)
  71. More XField LocalPatch unit test conversions (details)
  72. name fix (details)
  73. name fix pt. ii (details)
  74. Parallelized some LocalPatch tests (details)
  75. Checking that the error1_list and step_matrix_list match the old serial implementation. Still passing. wth (details)
  76. asserted assumption of error0>=0 and adding exception catch tests (details)
  77. the new synthesize_edge works in serial! Using a pifld(), a pointer to the indicator field instead of to the estimate field (details)
  78. And with those bug fixes, we now have parallel edge solves (details)
  79. Fix so local boundary patches are always consistent with hashing (details)
  80. forgot to change NField to Field. Also a grid for the ErrorModel test (details)
  81. forgot to turn off FULL_NODAL. Also removed the local function call that will be eroneous in guture (details)
  82. forgot another NField() (details)
  83. Merge from hcarson/develop (details)
  84. field2d_localpatch_dg_btest done. (details)
  85. pull fix (details)
  86. Merge conflicts (details)
  87. xfield2d_localpatch_btest done, working, added. (details)
  88. traceorientation signed sealed delivered also tested. (details)
  89. Set unit normal sign for 1D XField_Lagrange. Rename a bunch of LocalPatch tests. (details)
  90. Updated LocalPatch Element DG tests (details)
  91. ??? (details)
  92. Lots of Local updates (details)
  93. removed solution transfer from xfield test. (details)
  94. xfield4d_localpatch_element_dg_btest started up. (details)
  95. almost there... (details)
  96. added 24ptope to xfield4d_localpatch_element_dg_btest. (details)
  97. refactored XField4D_library to actually say it's a 6 pentatope case (details)
  98. Lots of Local updates (details)
  99. Remove the local patch #if switch (details)
  100. Removed moew XField_Local (details)
  101. Relaxed some tolerances (details)
  102. added 6ptope test (details)
  103. unit suite naming fix (details)
  104. Removed the last use of old XField local (details)
  105. Depricated old local XFields (details)
Commit a81e3897eaa41763da283899ae062cc085c7f226 by cfrontin
new lagrange basis functions coming together, shouldnt pass jenkins yet.
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange.pdf
The file was modified src/Field/Field_CG_CellConstructor.h
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange.tex
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.cpp
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
The file was removedtest/sandbox/Solve4D_L2Project_MOESS_toy.cpp
The file was modified src/Field/Field_CG_CellConstructor.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified src/BasisFunction/LagrangeDOFMap.h
The file was modified test/unit/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange_btest.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.h
The file was addedtest/sandbox/Solve4D_L2Project_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 36c2903decc24bbdd7ab57d7d3db3fd220d3cc57 by cfrontin
Important Comment
The file was modified src/BasisFunction/LagrangeDOFMap.h
Commit db708fff6bec0b78901e769941fd78a299dd6800 by cfrontin
fixed the dang lagrange basis functions. and also tested them.
The file was modified test/unit/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange_btest.cpp
The file was modified scripts/vera/exclusions.txt
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope.cpp
The file was modified test/unit/Field/Field4D_DG_Pentatope_btest.cpp
The file was modified test/unit/Field/Element/ElementSpacetime_Pentatope_btest.cpp
Commit f0ce037b1485477d3090363162e7b8338e849d3c by cfrontin
touches.
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/Solve4D_L2Project_toy.cpp
Commit 9733e791199493fd70e5ce034b64356a9c10f682 by cfrontin
better tests
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
The file was modified test/unit/BasisFunction/ElementEdges_btest.cpp
Commit 3ec9304b10eddbb421d25719e785920faf316ab9 by cfrontin
documentation update
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame5.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame0.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange.pdf
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame6.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame9.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P1.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame7.tex
The file was removedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange.pdf
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame2.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame1.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame3.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame4.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame5.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame8.tex
The file was modified test/unit/Field/Element/ElementSpacetime_Pentatope_btest.cpp
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame6.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame8.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame4.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame7.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame2.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Documentation.m
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame3.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P2.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame1.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame9.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering.tex
The file was removedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame0.tex
Commit 452e362a9ca6d5c91570776e8f4b9afd11c8563b by cfrontin
added matlab script.
The file was addedsrc/BasisFunction/Documentation/lagrange_basis_pentatope.m
Commit d712444fd9d725be8b1b9d5683c45865f0d59b9c by cfrontin
seeking cg issue, not for upload
The file was modified src/Field/Field_CG_Topology.h
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified src/Field/Field_CG_Topology.cpp
The file was modified src/Field/Field_CG_CellConstructor.h
The file was modified src/Field/Field_CG_TraceConstructor.cpp
The file was modified src/Field/Field_CG_TraceConstructor.h
Commit 9be636fbe2e7d9cb8e645c9f8b53d5a8c611220f by cfrontin
upgraded tests somewhat confident p= 2, p= 3 CG fields should work. not sure why nanning.
The file was modified src/Field/Field_CG_CellConstructor.h
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
Commit fb0d1c9c2a7c34e23d8cc647ca01242b21b285dc by cfrontin
l2 working ad not...
The file was modified src/Field/Field_CG_CellConstructor.h
Commit 8f51ab63f584331fb5316ab26bf0073b548e0e76 by cfrontin
added projection test.
The file was addedtest/unit/Field/Element/ElementProjection_L2_Pentatope_btest.cpp
Commit 21dfadf9f31de4ce7249d9c2e2e5b4807b7ac99e by cfrontin
sprinkling holy water on hugh's comment vandalism.
The file was modified src/BasisFunction/LagrangeDOFMap.h
Commit 90f1f58b56556b270ec1cae437708871dd3aca9e by cfrontin
documentation fix
The file was removedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame8.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange.pdf
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame2.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame7.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame4.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Documentation.m
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame6.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange_autogen.h
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame1.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame9.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange_known.h
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame3.tex
The file was modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame5.tex
The file was modified src/BasisFunction/Documentation/lagrange_basis_pentatope.m
Commit 2ff2eb331c701a588f1edfd5232d2e89a9281bba by cfrontin
ad4d working, cg fields 4d working up to p=3, new tests.
The file was modified src/Field/Field_CG_CellConstructor.h
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/Field/Field_CG_Topology.cpp
The file was modified src/Field/Field_CG_CellConstructor.cpp
Commit 9582f8d6118523a085d18e65947180ea4bb81530 by cfrontin
jenkins fixes
The file was modified test/sandbox/Solve4D_L2Project_toy.cpp
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
Commit 9c91ec600c9fea76500884cd9413984739694955 by cfrontin
flip switches for commit.
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
Commit 1210b91fb15cc1d14ab20b741945c602fcf62e2a by galbramc
Refactoring of LocalPatch. Next we need to remove the others.
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Area.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.h
The file was modified src/Field/XField_Local_Base.h
The file was modified test/unit/Field/XField2D_EdgeLocal_Dual_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Volume.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_impl.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forCG_btest.cpp
The file was modified src/Field/CMakeLists.txt
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forDG_btest.cpp
The file was removedsrc/Field/Local/XField_LocalPatch.cpp
The file was modified src/Field/XFieldSpacetime_Local_Split.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified src/Field/Partition/XField_Lagrange.h
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Line.cpp
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_Line.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Area.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Spacetime.cpp
The file was modified src/Field/Partition/XField_Lagrange.cpp
The file was modified src/Field/Local/XField_LocalPatch.h
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_Spacetime.cpp
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_Volume.cpp
The file was modified test/sandbox/XField_LocalSplit_Timing_toy.cpp
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified src/Meshing/avro/MesherInterface_Wake_avro.cpp
The file was modified test/unit/Field/XField2D_EdgeLocal_Dual_Split_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Spacetime.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Line.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_Area.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor.h
The file was addedsrc/Field/Local/XField_LocalPatchBase.h
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Volume.cpp
Commit bc2ce191a180bc2475c02911b40402156041f4a9 by galbramc
Fixed compile error
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit 860876be9b13407230b959e55bd82edd8022cfb0 by hcarson
refactoring edge local. no parallel tests yet, but serial seems to be the same
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_L2.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/MOESS/MOESS_impl.h
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit e7ad263f6b34a9b00a5b8dfe6c5db038b293b357 by galbramc
Warning fix
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_impl.h
Commit c28613a45ea664b639bf4445b4e0735066e5db38 by hcarson
forgot to turn DG back to non-edge mode
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
Commit 9e7c9adfa373e1cf50a4015f3a44968d299139ca by hcarson
ElementDual is no more. Moving towards LocalPatch only
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel.h
The file was modified src/Adaptation/MOESS/MOESSParams.h
Commit 7e1d76f10fac97fde1599824fd86983129fc2cd2 by cfrontin
elementxfieldspacetime fix. stabilized seems to be working. needs unit tests still.
The file was modified src/Field/Element/ElementXFieldSpacetime_Instantiate_4D.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/Field/Element/ElementXFieldSpacetime_impl.h
Commit 2ef25990826b651501326f84a4a1b52ca95bc17d by cfrontin
jenkins fix.
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
Commit ebcf318b1d3aa6f3894967cb540e40bbabc5b825 by cfrontin
unstab/gls fix
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 012cc3030a962698c0f82bc924c9161e925b5a7c by galbramc
Added unsplit LocalPatch constructor and universal LocalGlobal consistency check
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was addedtest/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was modified src/Field/XField_Local_Base.h
The file was modified src/Field/Local/XField_LocalPatch.h
Commit 0c449be30f1b784131e78e2d248498f519729f52 by galbramc
Don't check interior trace local global equivalence
The file was modified test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
Commit ddcffd139171b272db74df882e498877fa548e0d by galbramc
Added LocalGlobal equiv check to all LocalPatch tests. Added USE_MPI_XTERM cmake option.
The file was modified test/CMakeLists.txt
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
Commit 42ef6231609a33dc18d39a989dcbeb75106b14d8 by galbramc
Add some Line tests for LocalPatch
The file was modified test/unit/Field/Local/CMakeLists.txt
The file was addedtest/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_impl.h
Commit c06539ea379c7488eaabb3537b7c903475188e5b by cfrontin
jEnKiNSSSS
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 28d52ff43f5069c47ec1515e3cc975a3f6671721 by hcarson
working on parallelizing edge
The file was modified src/Adaptation/MOESS/ErrorModel.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 555a01290841735bd77de90cfd42412ac7f7ccd6 by hcarson
and FINALLY, edge models and patches have a serial parallel equivalency test that passes!
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel_Local.h
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified src/Adaptation/MOESS/ErrorModel.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 2d272c3d115b2c11a4498a5b6048cc4b8632710a by hcarson
parenthesis misplacement
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 84f3a53a40e97f3ab5be28fc4cb16a18f9ad44c4 by hcarson
Nodal Mode only supports LocalPatch now. Also added getEField() method to MDG
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBase_MDG.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
Commit ae3b7930470d33e7af9f0e0b32ca28b2607e3869 by hcarson
left full nodal mode on...
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
Commit 1a5c4aceb7698f72f6b6b4e91bab0078a6a16408 by hcarson
it was actually a struct
The file was modified src/Adaptation/MOESS/ErrorModel.h
Commit 9c557d9a9d8d0d92d959b0243b87d69b0245ba45 by hcarson
made the nodal switch a run time one so that at least jenkins has to compile the nodal bits, even if they're not tested much yet
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
Commit 0f552652fb05ae1cb683357b625556d7d3e8c0cd by hcarson
removing ElementDual amongst other things
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/Solve4D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt1D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_L2_CornerSingularity_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_MOESS_toy.cpp
Commit 2605ca03c5d0d9f2dddefde804e3f629fc8ba069 by hcarson
apparently needed to include array.hpp from boost?
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit ac818185b384b9a6e88641e73f10c4ec2ad5db61 by hcarson
added boost version dependent serialization for array
The file was addedsrc/tools/boost_array.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 8f7cb6c21219929886c93c67556406e10f874d21 by hcarson
edges always use global node numbering. Fixed bug with sub-cell index and reversed edges
The file was modified test/unit/Field/Field2D_EdgeLocal_Dual_CG_btest.cpp
The file was modified src/BasisFunction/ElementEdges.h
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit efd44fe3f4f1d42af71a3a361b2c326aa301d90a by hcarson
serialization is in the MPI folder correctly
The file was modified src/Field/output_Tecplot/output_Tecplot_Metric_impl.h
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was removedsrc/tools/boost_array.h
Commit f55eaad315976088bcf058f980682db1b2c9f6dd by galbramc
Various LocalPatch fixes
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch.h
The file was modified test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forCG_btest.cpp
The file was modified src/BasisFunction/ElementEdges.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forDG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
Commit 0801092580b505846c961d4865d42da669da3d73 by hcarson
fixes to update local2globalBoundaryMap issues
The file was modified src/BasisFunction/BasisFunction_RefElement_Split.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified src/Field/Local/XField_LocalPatchBase.h
Commit 4ab57f4d2cdd45635f529e1acf6c0fc75f99dc37 by hcarson
removed constructEdgeMap()
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Adaptation/MOESS/ErrorModel.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Field/XField_Local_Base.h
The file was modified test/unit/Field/XField2D_Local_btest.cpp
Commit 961812fcb37180e4df5b23a261303b8eb046042a by hcarson
forgot to actually send the serialization
The file was addedsrc/MPI/boost_serialization_array.h
Commit 357492755e9eb118dfbf998a22de999f35c92691 by cfrontin
f2d localpatch DG test move, refactor in progress.
The file was addedtest/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was removedtest/unit/Field/Field2D_Local_Split_DG_btest.cpp
Commit dab547b45d64c8884fedfa0e4273ccb87898254a by hcarson
converted the 1D edge tests to LocalPatch
The file was removedtest/unit/Field/Field1D_EdgeLocal_Dual_CG_btest.cpp
The file was addedtest/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
Commit 127b66f750983f8ff77d06f9ae094e3230b7755d by hcarson
the 2D local patch test now works for LocalPatch. Also minor typos in the other two tests
The file was addedtest/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was removedtest/unit/Field/Field2D_EdgeLocal_Dual_CG_btest.cpp
Commit eeb13a4af5bfdeac2a9b1c823661f101530817e3 by hcarson
split out test function into separate testing header. Also include blocker for make_unique.h
The file was modified src/tools/make_unique.h
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/XField_LocalPatch_Edge_CG_btest.h
Commit 5c3162861b38299d0c232bea0ac5fffe380919f0 by hcarson
bloody typo
The file was modified src/MPI/boost_serialization_array.h
Commit 49b509a4a9d2243ee422e6776f3fea11a5f81bf9 by hcarson
misnamed
The file was addedtest/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was removedtest/unit/Field/Local/XField_LocalPatch_Edge_CG_btest.h
Commit f10f88229058837b2535b66be1a7f649a73a1f64 by hcarson
3D edge local split and test.
The file was addedtest/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
Commit 1c0878e13b16bd657d9bb86ca22bbcdde9aaba1d by hcarson
a 4D test. It can't actually call yet as Cory has left some developer exceptions in place, but this should work in the future
The file was addedtest/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
Commit 1bab020c8039609018fbcdc6af470240e7d2baa9 by hcarson
tidy up
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
Commit 2983325b1aa9b507f8795ecc271d9a5541dcaf20 by hcarson
a bunch of non-passing tests. Also testing the exception throwing from the edge local constructor
The file was modified test/unit/Field/XField2D_EdgeLocal_Dual_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified test/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
Commit eec797a195646a08e109ac7dc2514f2ae4940586 by hcarson
assertion tests working
The file was modified test/unit/Field/XField2D_EdgeLocal_Dual_btest.cpp
Commit d4c07bdf4f3ba0218c197ea81833c2d74593d6b1 by galbramc
More local patch updates
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch.h
The file was modified test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was removedtest/unit/Field/XField2D_EdgeLocal_Dual_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_impl.h
The file was modified src/Field/XField_Local_Base.h
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
Commit ded36c75a2298d7f5f410a79cb4d1396be4ea5f1 by cfrontin
refactor, debugging field2d_local_split_DG
The file was modified test/unit/Field/Field2D_ElementLocal_Dual_CG_btest.cpp
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Field2D_EdgeLocal_Primal_CG_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
The file was addedtest/unit/Field/Local/Field_LocalPatch_Element_DG_btest.h
The file was modified test/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
Commit b9bc10f841626d0716176ab51b8b2fe23ec958a6 by hcarson
broke the checkLocalField test function out of the grid checker. Can now pass a local and a global field and check the transfer for all elements within. Doesn't check interior traces yet.
The file was modified src/Field/Field_Local.h
The file was modified test/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
Commit e984d68098d7722a408c1e116bfd7465b074be56 by hcarson
asserted can only use the test with XField_LocalPatch
The file was modified test/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
Commit 90dd62d795a80fb94997757fb63b1e2c789eace9 by galbramc
Added 2D Edge Split LocalPatch tests
The file was removedtest/unit/Field/XField2D_EdgeLocal_Dual_Split_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
Commit 1c5348621adca0c7b951df9aedb3c50333b637ae by galbramc
Move more XFeid2D local edge tests
The file was removedtest/unit/Field/XField2D_EdgeLocal_Dual_WholeGrids_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
Commit ca911ea640149e5a45c3a80a0a768d3e0edd32e9 by galbramc
Created XField3D_LocalPatch and removed old tests
The file was removedtest/unit/Field/XField3D_EdgeLocal_Dual_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
The file was removedtest/unit/Field/XField3D_EdgeLocal_Dual_Split_btest.cpp
Commit 499050c7f30c38b0d8df9c35843b7f417d31e313 by galbramc
Remove overloded nDOF and DOF functions in XField_LocalPatch
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit 1ce2c6e23025acfc2fa28eea3e800e614ba75892 by galbramc
Alow high-order hierarchical meshes with LocalPatch
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/Field/Element/ElementArea_Triangle_btest.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified test/unit/Field/Element/ElementVolume_Tetrahedron_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/unit/Field/Element/ElementLine_btest.cpp
Commit d5ec105975d46df2f3a0ce49c511ba380e412868 by hcarson
added a test to compare the serial edge model construction between the old 'at node' technique and the new parallel friendly 'edge map' version. Seems to have been done correctly, so unsure what is causing the bug now...
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 1b0e618f00fb9c15e34e032675b4bd25710130b4 by galbramc
Updated 2D XField Element Dual LocalPatch tests
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was removedtest/unit/Field/XField2D_ElementLocal_Dual_WholeGrids_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was removedtest/unit/Field/XField2D_ElementLocal_Dual_Split_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was removedtest/unit/Field/XField2D_ElementLocal_Dual_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
Commit b368cdc356ba683d80c6a5a42a5b6cc2849f57d8 by cfrontin
work in progress. working tool functions, working on unit tests.
The file was modified test/unit/Field/XField2D_Local_btest.cpp
The file was removedtest/unit/Field/Local/Field_LocalPatch_Element_DG_btest.h
The file was modified test/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
Commit 03a5053c837d693074932c9e81473c86305e0942 by cfrontin
renamed field_localpatch_edge_cg_btest.h to ..._toolkit.h
The file was addedtest/unit/Field/Local/Field_LocalPatch_btest_toolkit.h
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
The file was removedtest/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
The file was modified test/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
Commit 8d8b583b317179e9507bf66328cc1b24dc14975d by galbramc
More XField LocalPatch unit test conversions
The file was removedtest/unit/Field/XField1D_EdgeLocal_Dual_btest.cpp
The file was removedtest/unit/Field/XField1D_EdgeLocal_Primal_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
The file was removedtest/unit/Field/XField3D_ElementLocal_Dual_Split_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_ElementDual_btest.cpp
The file was removedtest/unit/Field/XField3D_ElementLocal_Dual_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Edge_btest.cpp
The file was removedtest/unit/Field/XField3D_ElementLocal_Dual_WholeGrids_btest.cpp
Commit 5cfa7b1d1edb14935ac15519e48069c852bf2b19 by cfrontin
name fix
The file was addedtest/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
The file was removedtest/unit/Field/Local/Field_LocalPatch_btest_toolkit.h
Commit ec8af8308ec0a32fec33b9de123a4484ea2e6850 by cfrontin
name fix pt. ii
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
Commit e81c130c3fdbee80fbbc8a6fc3147db475caedaa by galbramc
Parallelized some LocalPatch tests
The file was modified test/unit/Field/Local/XField3D_LocalPatch_ElementDual_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
Commit b3b209c12780158698926a75133d4716e44b6350 by hcarson
Checking that the error1_list and step_matrix_list match the old serial implementation. Still passing. wth
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 1e32e68cbab3af245b061c795dbdbf0877f84225 by hcarson
asserted assumption of error0>=0 and adding exception catch tests
The file was modified src/Adaptation/MOESS/ErrorModel_Local.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
Commit 79f30403a9d42841447be3f43db747169975d3b8 by hcarson
the new synthesize_edge works in serial! Using a pifld(), a pointer to the indicator field instead of to the estimate field
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/Adaptation/MOESS/ReferenceStepMatrix.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBase_MDG.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
Commit e41154eec694eb03fdce5d1110f6ca45b017ce75 by hcarson
And with those bug fixes, we now have parallel edge solves
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 47e3cc9a05dadb22242e51a8417ddf7fbbd16306 by galbramc
Fix so local boundary patches are always consistent with hashing
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_ElementDual_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Element_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
The file was modified test/unit/Field/Local/XField1D_LocalPatch_Edge_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit dfb3be0ab986b4e0218632bf916df74b8abd0d4a by hcarson
forgot to change NField to Field. Also a grid for the ErrorModel test
The file was addedtest/unit/IO/Adaptation/XField2D_UnstructuredBox_X1.grm
The file was modified test/unit/ErrorEstimate/ErrorEstimateNodal_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/OutputCorrection_Galerkin_Stabilized_AD_btest.cpp
Commit 433d288f874978e99bee1e842d2487d8cc4e3017 by hcarson
forgot to turn off FULL_NODAL. Also removed the local function call that will be eroneous in guture
The file was modified test/unit/ErrorEstimate/ErrorEstimateNodal_Galerkin_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/OutputCorrection_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
Commit 66354e7efb7bcbcc1e588e830a13486c9bfefacf by hcarson
forgot another NField()
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Nodal_Triangle_AD_btest.cpp
Commit a1e5ef0d1957c8aa014c39325229e83f86591fa4 by galbramc
Merge from hcarson/develop
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was addedtest/unit/IO/Adaptation/XField2D_UnstructuredBox_X1.grm
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was modified src/Adaptation/MOESS/ReferenceStepMatrix.h
The file was modified test/unit/ErrorEstimate/OutputCorrection_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBase_MDG.h
The file was modified src/Adaptation/MOESS/ErrorModel_Local.h
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Nodal_Triangle_AD_btest.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 test/unit/ErrorEstimate/ErrorEstimateNodal_Galerkin_AD_btest.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
Commit f998850381a533f31ff4cb11edffa3e76193872d by cfrontin
field2d_localpatch_dg_btest done.
The file was modified test/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
Commit f1d15a9ce52b82b0f02094a98748da82ddddcbd3 by cfrontin
pull fix
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
Commit 6d227c1de2d0b9c26063d2117d151c41bf699556 by galbramc
Merge conflicts
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 5bbb156cd87bc482d87132bfb70e9f576b7a8579 by cfrontin
xfield2d_localpatch_btest done, working, added.
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_btest.cpp
The file was removedtest/unit/Field/XField2D_Local_btest.cpp
Commit c0e236a04226fb9d8d5e65229fc47c5596b018a2 by cfrontin
traceorientation signed sealed delivered also tested.
The file was modified test/unit/BasisFunction/BasisFunction_TraceOrientation_btest.cpp
The file was modified src/BasisFunction/BasisFunction_TraceOrientation.cpp
Commit 2054212260baddd83ba5f655a7588dadabf8ddaf by galbramc
Set unit normal sign for 1D XField_Lagrange. Rename a bunch of LocalPatch tests.
The file was modified test/system/LocalSolve/ElementLocalSolve3D_DGAdvective_Tet_AD_btest.cpp
The file was removedtest/unit/Field/Local/XField1D_LocalPatch_Element_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Element_DG_btest.cpp
The file was removedtest/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
The file was removedtest/unit/Field/Local/XField2D_LocalPatch_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_Edge_CG_btest.cpp
The file was modified src/Field/XField_impl.h
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_Element_CG_btest.cpp
The file was modified src/BasisFunction/BasisFunction_RefElement_Split_TraceToCell.h
The file was modified test/system/LocalSolve/ElementLocalSolve3D_DGBR2_Tet_AD_btest.cpp
The file was removedtest/unit/Field/Local/XField1D_LocalPatch_ElementDual_btest.cpp
The file was removedtest/unit/Field/XField1D_Local_btest.cpp
The file was removedtest/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Element_CG_btest.cpp
The file was removedtest/unit/Field/XField1D_Local_Split_btest.cpp
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_Element_CG_btest.cpp
The file was removedtest/unit/Field/Local/XField3D_LocalPatch_ElementDual_btest.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve1D_DGBR2_Triangle_AD_btest.cpp
The file was removedtest/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified src/BasisFunction/BasisFunction_RefElement_Split_TraceToCell.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve2D_DGBR2_Triangle_AD_btest.cpp
The file was removedtest/unit/Field/Local/XField1D_LocalPatch_Edge_btest.cpp
Commit 026b2616bcf5c043db070a2e09efe323d2644e13 by galbramc
Updated LocalPatch Element DG tests
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Element_CG_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was addedtest/unit/Field/Local/Legacy/XField3D_Local_Split_IsotropicSplit_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_Split_Linear_EdgeSplits_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_Split_Linear_IsotropicSplit_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_CG_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_Split_IsotropicSplit_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_Split_EdgeSplits_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/XField3D_Local_Split_Linear_IsotropicSplit_btest.cpp
Commit 6cd18899d4e50119af99e48676deb0ba7a9054e0 by cfrontin
???
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
Commit aa15ff3aa99afde97afb52a40cfec7da49ece86a by galbramc
Lots of Local updates
The file was addedtest/unit/Field/Local/Field2D_LocalPatch_Element_DG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field1D_Local_DG_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/Field4D_LocalPatch_Element_DG_btest.cpp
The file was removedtest/unit/Field/Field3D_Local_DG_btest.cpp
The file was removedtest/unit/Field/Field1D_Local_Split_DG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field3D_Local_DG_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was removedtest/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was addedtest/unit/Field/Local/Legacy/Field2D_Local_DG_btest.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was removedtest/unit/Field/Field1D_Local_DG_btest.cpp
The file was removedtest/unit/Field/Field3D_Local_Split_DG_btest.cpp
The file was addedtest/unit/Field/Local/Field1D_LocalPatch_Element_DG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field1D_Local_Split_DG_btest.cpp
The file was removedtest/unit/Field/Field2D_Local_DG_btest.cpp
The file was addedtest/unit/Field/Local/Field3D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was addedtest/unit/Field/Local/Legacy/Field3D_Local_Split_DG_btest.cpp
Commit bb5a3e1dc791e010ecc85e5fcdc735c2f9b90fa4 by cfrontin
removed solution transfer from xfield test.
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
Commit e2a4f5bcc0a484feeba28582cf5e8957b67f8a7f by cfrontin
xfield4d_localpatch_element_dg_btest started up.
The file was addedtest/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
Commit 5b269edb54009c5e687e819922a0595529030fc7 by cfrontin
almost there...
The file was removedtest/unit/Field/XField2D_Local_Split_Linear_Part1_btest.cpp
The file was removedtest/unit/Field/XField2D_Local_Split_Linear_Part2_btest.cpp
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
The file was removedtest/unit/Field/XField2D_Local_Split_Part1_btest.cpp
The file was removedtest/unit/Field/XField2D_Local_Split_Part2_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
Commit 374e67754a19324119186fbfb38ef0230bed355b by cfrontin
added 24ptope to xfield4d_localpatch_element_dg_btest.
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
Commit 8f61b70c724146b68f01558c3b060741d2c143b0 by cfrontin
refactored XField4D_library to actually say it's a 6 pentatope case
The file was modified test/unit/Field/XField4D_Local_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation.h
The file was addedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation.cpp
The file was removedtest/unit/UnitGrids/XField4D_library.h
The file was modified test/unit/Field/XField4D_ElementLocal_btest.cpp
The file was removedtest/unit/UnitGrids/XField4D_library_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was removedtest/unit/UnitGrids/XField4D_library.cpp
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
Commit 56e6959d5c9c72a70cb4df476bdb8b9820cc7147 by galbramc
Lots of Local updates
The file was addedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_Galerkin_Stabilized_Triangle_AD_off.cpp
The file was modified test/system/LocalSolve/ElementDualLocalSolve3D_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was removedtest/unit/Field/XField4D_Local_Split_Linear_EdgeSplits_btest.cpp
The file was removedtest/unit/Field/XField4D_Local_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_Split_DGBR2_AD_btest.cpp
The file was addedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_DGBR2_Triangle_AD_off.cpp
The file was modified test/system/LocalSolve/LocalSolve3D_Split_HDG_Tet_AD_btest.cpp
The file was modified src/Field/FieldSpacetime_DG_Trace_Instantiate_4D.cpp
The file was modified src/Field/FieldSpacetime_CG_InteriorTrace_Instantiate_4D.cpp
The file was modified src/Field/FieldSpacetime_Instantiate_4D.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
The file was modified src/Field/FieldLiftSpaceTime_DG_Cell_Instantiate_4D.cpp
The file was modified test/system/LocalSolve/ElementDualLocalSolve2D_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_HDG_Triangle_AD_btest.cpp
The file was modified test/unit/Field/GenHField_DG_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_Cell_Instantiate_4D.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AR_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_Local_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/Field/GenHField_CG_btest.cpp
The file was modified src/Field/FieldSpacetime_DG_BoundaryTrace_Instantiate_4D.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Line_AD_btest.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Projection.cpp
The file was removedtest/system/LocalSolve/EdgeLocalSolve1D_Primal_DGBR2_Line_AD_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified src/Field/FieldBaseSpacetime_Instantiate.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified test/system/LocalSolve/LocalSolve3D_HDG_Tet_AD_btest.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Projection.cpp
The file was removedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_HDG_AD_btest.cpp
The file was modified src/Field/FieldLiftVolume_DG_Cell_Instantiate_3D.cpp
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Field/FieldSpacetime_CG_Trace_Instantiate_4D.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Triangle_AD_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Element_DG_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_Split_HDG_Triangle_AD_btest.cpp
The file was removedtest/unit/Field/XField4D_Local_Split_EdgeSplits_btest.cpp
The file was modified src/Field/FieldSpacetime_DG_InteriorTrace_Instantiate_4D.cpp
The file was removedtest/sandbox/XField_LocalSplit_Timing_toy.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_Euler_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Element_DG_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_Split_DGBR2_Triangle_AD_AV_btest.cpp
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was removedtest/unit/Field/XField4D_ElementLocal_btest.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve1D_DGBR2_Triangle_AD_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_BoundaryTrace_Instantiate_4D.cpp
The file was modified src/Field/FieldSpacetime_DG_Cell_Instantiate_4D.cpp
The file was removedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_DGBR2_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve3D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_Split_HDG_AD_btest.cpp
Commit 50ce3556899597a9753a6387810e850901587b40 by galbramc
Remove the local patch #if switch
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Field/XFieldSpacetime_Local.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Volume.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_Volume.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_Area.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_impl.h
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Area.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Volume.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ReferenceStepMatrix.h
The file was removedsrc/Field/Local/whichLocalSplit.h
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Area.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified test/unit/Adaptation/MOESS/ReferenceStepMatrix_btest.cpp
The file was modified src/Adaptation/MOESS/LocalSplitConfig.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.cpp
Commit 6389d5a5dd624488c97162d341b57490bc258a9d by galbramc
Removed moew XField_Local
The file was removedtest/unit/Field/XField2D_EdgeLocal_Primal_Split_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_Block2_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/XField2D_EdgeLocal_Primal_Split_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/XField2D_EdgeLocal_Primal_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was modified test/unit/Field/Field_NodalView_btest.cpp
The file was removedtest/unit/Field/XField2D_EdgeLocal_Primal_btest.cpp
Commit a02f1732dfa06d0be8f4c92159f2174d41551843 by galbramc
Relaxed some tolerances
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
Commit af36acd26f3014facc88f7a0c7a4df4da54c2e7d by cfrontin
added 6ptope test
The file was addedtest/unit/Field/Local/XField4D_LocalPatch_Element_CG_btest.cpp
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
Commit 87e70bc07180de6ea95320f77f9b21965b89086e by cfrontin
unit suite naming fix
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_CG_btest.cpp
Commit 3fe3a6c38f920aede4f794f3b15e4040aa525ac7 by galbramc
Removed the last use of old XField local
The file was modified src/Adaptation/MOESS/MOESS/MOESS_impl.h
The file was modified src/Field/Field_CG_Topology.cpp
The file was addedtest/unit/Field/Local/Legacy/Field2D_EdgeLocal_Primal_CG_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Common_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was addedtest/unit/Field/Local/Legacy/Field2D_ElementLocal_Dual_CG_btest.cpp
The file was modified test/system/Adaptation/SolverInterface_Galerkin_Stabilized_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was removedtest/unit/Field/Field2D_EdgeLocal_Primal_CG_btest.cpp
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_CG_btest.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified test/system/Adaptation/SolverInterface_DGBR2_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was removedtest/unit/Field/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was removedtest/unit/Field/Field2D_ElementLocal_Dual_CG_btest.cpp
Commit e817248504f4cb735757f1721bf67ae574cc8d88 by galbramc
Depricated old local XFields
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge4.png
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface2.png
The file was removedsrc/Field/FieldLift_Local.h
The file was modified src/Discretization/DG/FieldBundle_DGBR2.h
The file was addedsrc/Field/Local/Legacy/XField_Local_Neighborhoods.hpp
The file was removedsrc/Field/XFieldSpacetime_Local_Split.h
The file was removedsrc/Field/XFieldArea_Local_Split_Linear.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_split_isotropic.eps
The file was removedsrc/Field/XFieldArea_Local.h
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_ElementLocal.cpp
The file was addedsrc/Field/Local/Legacy/XFieldLine_EdgeLocal.cpp
The file was modified src/Field/HField/GenHField_DG.h
The file was removedsrc/Field/XField_Local_Neighborhoods.h
The file was removedsrc/Field/XFieldSpacetime_EdgeLocal.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/figure_scripts/split_meshes_tetrahedron.m
The file was addedsrc/Field/Local/Legacy/XFieldLine_ElementLocal.cpp
The file was modified src/Discretization/MDG/FieldBundle_MDG.h
The file was removedsrc/Field/XFieldArea_Local.cpp
The file was removedsrc/Field/Documentation/Local_Solves/figure_scripts/split_meshes_line.m
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge2.png
The file was modified test/unit/Field/Local/Legacy/Field1D_Local_DG_btest.cpp
The file was removedsrc/Field/XFieldArea_Local_Split.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_unsplit-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/figure_scripts/split_meshes_triangle.m
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropic.png
The file was addedsrc/Field/Local/Legacy/XFieldVolume_EdgeLocal.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface1.png
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local_Split.hpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
The file was removedsrc/Field/XFieldVolume_ElementLocal.cpp
The file was removedsrc/Field/XField_Local_Common_Instantiate_3D.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/XFieldVolume_Local_Split.h
The file was removedsrc/Field/Documentation/Local_Solves/LocalSolves.tex
The file was modified test/system/LocalSolve/LocalSolve1D_HDG_AD_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group1_split_edge2.png
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified src/Adaptation/MOESS/ParamFieldBuilder_Block2.h
The file was removedsrc/Field/XField_EdgeLocal_impl.h
The file was modified src/Adaptation/MOESS/ProblemStatement_FieldTypes_HDG.h
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local.cpp
The file was modified test/unit/Field/Local/Legacy/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_split_isotropic-eps-converted-to.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropic.png
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split_Linear.cpp
The file was removedsrc/Field/XFieldLine_Local_Split.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group1_unsplit.png
The file was removedsrc/Field/XField_Local_Common_Instantiate_2D.cpp
The file was removedsrc/Field/Field_Local.h
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_split_edge1-eps-converted-to.pdf
The file was addedsrc/Field/Local/Legacy/XFieldVolume_ElementLocal.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_split_isotropic.eps
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Element_DG_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group1_split_edge1.png
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_split_isotropic.eps
The file was modified test/system/LocalSolve/LocalSolve3D_Split_HDG_Tet_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge2.eps
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split_Linear_Isotropic.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge1.eps
The file was addedsrc/Field/Local/Legacy/XField_EdgeLocal_impl.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/LocalSolves.tex
The file was addedsrc/Field/Local/Documentation/Local_Solves/figure_scripts/split_meshes_line.m
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local_Split.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_unsplit.png
The file was removedsrc/Field/XFieldLine_ElementLocal.cpp
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Isotropic.cpp
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local.hpp
The file was removedsrc/Field/XFieldSpacetime_Local.h
The file was addedsrc/Field/Local/Legacy/XFieldArea_ElementLocal.cpp
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Edge.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_split_isotropic.eps
The file was removedsrc/Field/XFieldArea_Local_Split_Linear.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group1_split_edge1.png
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
The file was removedsrc/Field/XFieldLine_Local.cpp
The file was removedsrc/Field/XFieldSpacetime_ElementLocal.cpp
The file was addedsrc/Field/Local/FieldLift_Local.h
The file was modified src/Adaptation/TargetMetric.h
The file was addedsrc/Field/Local/Legacy/XField_Local_Common_Instantiate_3D.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_unsplit-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge1.png
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/LocalSolves.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_unsplit.eps
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge1.png
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge3.png
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split.hpp
The file was removedsrc/Field/XFieldVolume_Local.h
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_unsplit-eps-converted-to.pdf
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Field/Local/Legacy/Field2D_ElementLocal_Dual_CG_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group2_split_isotropic.png
The file was removedsrc/Field/XFieldSpacetime_Local_Split.cpp
The file was removedsrc/Field/XField_EdgeLocal.h
The file was removedsrc/Field/XField_ElementLocal_impl.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_unsplit.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group2_unsplit.png
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_split_edge1.eps
The file was removedsrc/Field/XFieldArea_Local_Split.h
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split_Linear_Edge.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local_Split.cpp
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_CG_btest.cpp
The file was modified src/Field/HField/GenHField_CG.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_unsplit-eps-converted-to.pdf
The file was modified test/system/LocalSolve/LocalSolve2D_Split_HDG_Triangle_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was removedsrc/Field/XField_Local_Common_Instantiate_1D.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group1_unsplit.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge1.eps
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge2.eps
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local.cpp
The file was modified src/Field/Field_impl.h
The file was modified test/unit/Field/Local/Legacy/Field2D_Local_DG_btest.cpp
The file was addedsrc/Field/Local/Legacy/XField_Local_Common.hpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_Local_DGBR2_Triangle_AD_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface2.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/figure_scripts/split_meshes_tetrahedron.m
The file was modified test/system/LocalSolve/LocalSolve2D_HDG_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Triangle_AD_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge2-eps-converted-to.pdf
The file was modified src/Adaptation/MOESS/ProblemStatement_HDG_ErrorEstimate.h
The file was modified test/unit/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO_btest.cpp
The file was modified test/unit/Field/Local/Legacy/Field3D_Local_Split_DG_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_Split_HDG_AD_btest.cpp
The file was addedsrc/Field/Local/Field_Local.h
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_L2.h
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_unsplit.eps
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local_Split.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface0.png
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local.hpp
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge5.png
The file was modified src/Field/Local/XField_LocalPatch.h
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local.hpp
The file was modified test/system/LocalSolve/LocalSolve1D_Split_DGBR2_AD_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_unsplit.eps
The file was removedsrc/Field/XField_Local_Base.h
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge4.png
The file was modified src/Discretization/DG/FieldBundle_DGAdvective.h
The file was modified test/system/LocalSolve/LocalSolve3D_HDG_Tet_AD_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split_Linear_Isotropic.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/figure_scripts/split_meshes_triangle.m
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface1.png
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface3.png
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Isotropic.h
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge0.eps
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_split_isotropic-eps-converted-to.pdf
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin_LiftedBoundary.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge0.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/XFieldVolume_Local_Split.cpp
The file was removedsrc/Field/Documentation/Local_Solves/LocalSolves.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_unsplit-eps-converted-to.pdf
The file was modified test/unit/Field/GenHField_CG_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_split_isotropic-eps-converted-to.pdf
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface0.png
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge1-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_split_isotropic.eps
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge1-eps-converted-to.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_unsplit.eps
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Line_AD_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_EdgeLocal.cpp
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Edge.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge0-eps-converted-to.pdf
The file was modified src/Discretization/MDG/AlgebraicEquationSet_Local_MDG.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_split_isotropic-eps-converted-to.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group2_unsplit.png
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_unsplit-eps-converted-to.pdf
The file was removedsrc/Field/XFieldArea_ElementLocal.cpp
The file was modified src/Field/CMakeLists.txt
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_unsplit.png
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Element_DG_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local.hpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge0-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_unsplit-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge2-eps-converted-to.pdf
The file was removedsrc/Field/XFieldLine_EdgeLocal.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_unsplit.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group2_split_isotropic.png
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge0.png
The file was removedsrc/Field/XFieldLine_Local.h
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge5.png
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split_Linear_Edge.hpp
The file was addedsrc/Field/Local/Legacy/XField_EdgeLocal.hpp
The file was modified test/unit/Field/Local/Legacy/Field1D_Local_Split_DG_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge2.png
The file was removedsrc/Field/XFieldArea_EdgeLocal.cpp
The file was addedsrc/Field/Local/Legacy/XField_Local_Common_Instantiate_1D.cpp
The file was removedsrc/Field/XFieldVolume_EdgeLocal.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group1_split_edge2.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge0.png
The file was removedsrc/Field/XFieldSpacetime_Local.cpp
The file was addedsrc/Field/Local/XField_Local_Base.h
The file was modified test/unit/Field/Local/Legacy/Field2D_EdgeLocal_Primal_CG_btest.cpp
The file was removedsrc/Field/XField_Local_Common.h
The file was removedsrc/Field/XFieldLine_Local_Split.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_unsplit-eps-converted-to.pdf
The file was addedsrc/Field/Local/Legacy/XField_ElementLocal.hpp
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_split_edge1.eps
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface3.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_split_isotropic.eps
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split_Linear.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge3.png
The file was addedsrc/Field/Local/Legacy/XField_Local_Common_Instantiate_2D.cpp
The file was removedsrc/Field/XFieldVolume_Local.cpp
The file was removedsrc/Field/XField_ElementLocal.h
The file was addedsrc/Field/Local/Legacy/XField_ElementLocal_impl.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_unsplit.eps
The file was modified test/unit/Field/Local/Legacy/Field3D_Local_DG_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldArea_EdgeLocal.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_split_edge1-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_unsplit.eps