Skip to content
Success

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. experimenting with VMS with mixed form (details)
  15. ad4d working, cg fields 4d working up to p=3, new tests. (details)
  16. jenkins fixes (details)
  17. flip switches for commit. (details)
  18. tweaks to AGLS, EDG stab; VMSD adaption case running (details)
  19. added some RANS 2D unit tests (details)
  20. Refactoring of LocalPatch. Next we need to remove the others. (details)
  21. Fixed compile error (details)
  22. refactoring edge local. no parallel tests yet, but serial seems to be the same (details)
  23. Warning fix (details)
  24. forgot to turn DG back to non-edge mode (details)
  25. ElementDual is no more. Moving towards LocalPatch only (details)
  26. elementxfieldspacetime fix. stabilized seems to be working. needs unit tests still. (details)
  27. jenkins fix. (details)
  28. unstab/gls fix (details)
  29. Added unsplit LocalPatch constructor and universal LocalGlobal consistency check (details)
  30. Don't check interior trace local global equivalence (details)
  31. Added LocalGlobal equiv check to all LocalPatch tests. Added USE_MPI_XTERM cmake option. (details)
  32. Add some Line tests for LocalPatch (details)
  33. jEnKiNSSSS (details)
  34. working on parallelizing edge (details)
  35. and FINALLY, edge models and patches have a serial parallel equivalency test that passes! (details)
  36. parenthesis misplacement (details)
  37. Nodal Mode only supports LocalPatch now. Also added getEField() method to MDG (details)
  38. left full nodal mode on... (details)
  39. it was actually a struct (details)
  40. 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)
  41. removing ElementDual amongst other things (details)
  42. apparently needed to include array.hpp from boost? (details)
  43. speedup for MDG (details)
  44. added boost version dependent serialization for array (details)
  45. revert a bunch of changes (details)
  46. edges always use global node numbering. Fixed bug with sub-cell index and reversed edges (details)
  47. serialization is in the MPI folder correctly (details)
  48. playing w pseudotime (details)
  49. Various LocalPatch fixes (details)
  50. fixes to update local2globalBoundaryMap issues (details)
  51. removed constructEdgeMap() (details)
  52. forgot to actually send the serialization (details)
  53. f2d localpatch DG test move, refactor in progress. (details)
  54. converted the 1D edge tests to LocalPatch (details)
  55. the 2D local patch test now works for LocalPatch. Also minor typos in the other two tests (details)
  56. split out test function into separate testing header. Also include blocker for make_unique.h (details)
  57. bloody typo (details)
  58. misnamed (details)
  59. 3D edge local split and test. (details)
  60. 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)
  61. tidy up (details)
  62. a bunch of non-passing tests. Also testing the exception throwing from the edge local constructor (details)
  63. assertion tests working (details)
  64. More local patch updates (details)
  65. refactor, debugging field2d_local_split_DG (details)
  66. 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)
  67. asserted can only use the test with XField_LocalPatch (details)
  68. Added 2D Edge Split LocalPatch tests (details)
  69. Move more XFeid2D local edge tests (details)
  70. Created XField3D_LocalPatch and removed old tests (details)
  71. Remove overloded nDOF and DOF functions in XField_LocalPatch (details)
  72. Alow high-order hierarchical meshes with LocalPatch (details)
  73. 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)
  74. Updated 2D XField Element Dual LocalPatch tests (details)
  75. work in progress. working tool functions, working on unit tests. (details)
  76. renamed field_localpatch_edge_cg_btest.h to ..._toolkit.h (details)
  77. More XField LocalPatch unit test conversions (details)
  78. name fix (details)
  79. name fix pt. ii (details)
  80. moving towards block petsc solves (details)
  81. EG cell stuff (details)
  82. Parallelized some LocalPatch tests (details)
  83. Checking that the error1_list and step_matrix_list match the old serial implementation. Still passing. wth (details)
  84. asserted assumption of error0>=0 and adding exception catch tests (details)
  85. the new synthesize_edge works in serial! Using a pifld(), a pointer to the indicator field instead of to the estimate field (details)
  86. And with those bug fixes, we now have parallel edge solves (details)
  87. Fix so local boundary patches are always consistent with hashing (details)
  88. forgot to change NField to Field. Also a grid for the ErrorModel test (details)
  89. forgot to turn off FULL_NODAL. Also removed the local function call that will be eroneous in guture (details)
  90. forgot another NField() (details)
  91. Merge from hcarson/develop (details)
  92. field2d_localpatch_dg_btest done. (details)
  93. pull fix (details)
  94. Merge conflicts (details)
  95. xfield2d_localpatch_btest done, working, added. (details)
  96. traceorientation signed sealed delivered also tested. (details)
  97. Set unit normal sign for 1D XField_Lagrange. Rename a bunch of LocalPatch tests. (details)
  98. Updated LocalPatch Element DG tests (details)
  99. ??? (details)
  100. Lots of Local updates (details)
  101. removed solution transfer from xfield test. (details)
  102. xfield4d_localpatch_element_dg_btest started up. (details)
  103. almost there... (details)
  104. added 24ptope to xfield4d_localpatch_element_dg_btest. (details)
  105. refactored XField4D_library to actually say it's a 6 pentatope case (details)
  106. Lots of Local updates (details)
  107. Remove the local patch #if switch (details)
  108. Removed moew XField_Local (details)
  109. Relaxed some tolerances (details)
  110. added 6ptope test (details)
  111. unit suite naming fix (details)
  112. Removed the last use of old XField local (details)
  113. Depricated old local XFields (details)
  114. tryna adapt galerkin first shot. (details)
  115. passing working state up to norm. (details)
  116. added NewLinearDOFs accessors. The allocation of the local error indicator in the local patches should work for higher order local patches now (details)
  117. set the FULL_NODAL flag to 1 permanently. Also added an exception on the CG and element branch of the local solves. Directs everyone to use the EDGE mode. (details)
  118. forgot some files (details)
  119. small changes (details)
  120. Added hessq to diffusionViscousGradient. Finished QCR terms for 2D. (details)
  121. added parallel to the AD test (details)
  122. Fixes for g++-9 (details)
  123. Allow parallel MMA option with SANSparallel optimizer (details)
  124. realized we need ghosts.. lots of work to do (details)
  125. Rename DOF_rank to DOFghost_rank for clarity (details)
  126. test case mods to run on laptop... (details)
  127. change MDG to VMSD (details)
  128. working on EG field (details)
  129. implementation of EG field (details)
  130. tweaks (details)
  131. fieldcopy tags (details)
  132. fieldcopy fixed? (details)
  133. diff fieldtag (details)
  134. eg field compiling (details)
  135. Made Field.deallocate protected (details)
  136. unit tests for EG field (details)
  137. bug fix for curved grids (details)
  138. Initial attempt at 2x2 block PETSc (details)
  139. Adding more parallel testing (details)
  140. seeking bug in changes that's frustrating 4d adapts... (details)
  141. Working on tests for new 2x2 block parallel solves (details)
  142. Finished up additional parallel tests (details)
  143. Working on parallel EDG (details)
  144. progress toward static condensation (details)
  145. missing instantiation (details)
  146. add static condense to linear solver options (details)
  147. Need Embedded DG field for EDG to work in parallel (details)
  148. serial SC working (details)
  149. Fixed compile errors (details)
  150. added l2 sandbox distinct from philips since hes working on paper (details)
  151. unfinished if fix (details)
  152. VMSD seems to function in parallel (details)
  153. One more compile error (details)
  154. looking for bugs (details)
  155. More fixes (details)
  156. vmsd adapt almostttt working (details)
  157. Relaxed tolerance (details)
  158. fixed up error estimate so that VMSD adaption should work (details)
  159. One more tolerance relaxation (details)
  160. Another relaxation for intel (details)
  161. Yet another tolerance relaxation (details)
  162. Remove accidental paste (details)
  163. don't use unnecessary field for error estimate`:wq (details)
  164. update error indicator (details)
  165. got rid of eSfld (details)
  166. moving towards ghost residuals for VMSD (details)
  167. commit fixes (details)
  168. petsc static condense refactor (details)
  169. cg embedded ghosts (details)
  170. added isStaticCondensed to algEqSet base class (details)
  171. jenkins fixins (details)
  172. trying to get unit tests to build (details)
  173. Something is still wrong with VMSD in parallel (details)
  174. unit tests compiling (details)
  175. SA unit tests for static condensed VMSD (details)
  176. using BiCGstab for unit test (details)
  177. some fixes (details)
  178. added new 4d function, errorestimate tests for 4d (details)
  179. push up to show weird results. (details)
  180. errorestimate_l2 tests ready for 4d, failing, probably due to bug. (details)
  181. thing that broke earlker commit. (details)
  182. turn off failing test. (details)
  183. affline typo ffs (details)
  184. jenkins is a real chowderhead. (details)
  185. fixed petsc btest, reverted some edg things (details)
  186. Guard against committing SA with QCR (details)
  187. updating error estimate test (details)
  188. fixed up VMSD unit tests, PTC static condensation (details)
  189. vmsd local solves working...? (details)
  190. hunting some parallel bugs for Arthur and the curved grids (details)
  191. added an adapt to implied metric method. Useful for getting avro out of a hole on the corner singularity adapt (details)
  192. fixed unit test problem (details)
  193. got rid of warning, added PTC unit test (details)
  194. fixed mpi reduce div by zero bug (details)
  195. errorestimate 4d test is working... (details)
  196. cg field constructor became ambiguous... fixing this (details)
  197. finished cg constructor stuff.. added accessor for bubble dofs (details)
  198. vmsd working with p>D (extra equations zeroed out) (details)
  199. fixed up unit tests (details)
  200. missed one fix (details)
  201. changed a slightly misnamed template (details)
  202. Refactored synthesize_edge. Didn't find anything fishy. Other small fixes. (details)
  203. PETSc debug matrix dumps for MATLAB (details)
  204. case adjustment. (details)
  205. static condensed parallel VMSD is working!!! (details)
  206. formatting (details)
  207. fixed cg field constructor (details)
  208. forgot a file (details)
  209. last CG constructor change? (details)
  210. fixed warning, added PETSc memory monitor flag (details)
  211. Added edge-element ErrorModel. Various small fixes. (details)
  212. push to hypersonic (details)
  213. revert some things (details)
  214. add petsc stuff to cmake file (details)
  215. Fixes for 4D L2 projection adaptation. SANS optimizer has no lower bound on costTarget. FrobNorm does not use coarsening factor for FrobNorm. (details)
  216. speedup for vmsd jacobians (details)
  217. Vera fixes (details)
  218. more speedup (details)
  219. switched to using some unique_ptrs so that fields only get created when they're actually needed (details)
  220. Fixed warning (details)
  221. skip some unnecessary jacobians during local solves (details)
  222. some random tests and 4d updates (details)
  223. Trying to reduce compile time (details)
  224. Missed one (details)
  225. added some more timers. Also undid that merge conflict horror (details)
  226. check for NaNs in residual norm (details)
  227. fix (details)
  228. annoying bit to change. (details)
  229. ambiguous max (details)
  230. static condensation for local solves (details)
  231. revert to usual pseudotime logic (details)
  232. trying out nonlinear version of vmsd (details)
  233. another std::max fix (details)
  234. case mods for hypersonic. (details)
  235. parallel fix for 2D+T AD cases. (details)
  236. bug fix (details)
  237. another jacobian fix (details)
  238. last bugs hopefully (details)
  239. fixing stabilization (details)
  240. flip to edge localsolve on CG adapt3d case to pass. (details)
  241. fixed funkiness from paralell outputs. (details)
  242. Just-in-time cell quadrature caching (details)
  243. added validity check for q+q' (details)
  244. bug fix on error estimate (details)
  245. fix parallel mistake. (details)
  246. Fix divide by zero and link error (details)
  247. Just-in-time basis quadrature trace caching (details)
  248. Longer timeout for AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest (details)
  249. Caching of basis hessian at quadrature points (details)
  250. Compile fix (details)
  251. Add Hex Legendre hessians (details)
  252. Fixes in tests (details)
  253. Hopefully last minor fixes (details)
  254. parallel output fix, hopefully nightly fix. (details)
  255. Added SA QCR for 3D. Other small cleanups. (details)
  256. Fix compile error (details)
  257. fixed stabilized output issue. (details)
  258. hacky new local patch (works on interiors) (details)
  259. Trace normal checking only works for P1. Added option for valgrind massif flags. (details)
  260. forgot some tests (details)
  261. Use prolongated adjoint as initial guess for P+1 adjoint with VMSD (details)
  262. fixed true output (details)
  263. Missed one (details)
  264. Missed another (details)
  265. Added MeshNet option for EPIC (details)
  266. One more fix (details)
  267. added a function for constructing maps across broken field traces. (details)
  268. Created safe_at with better error message for std::container 'at' method (details)
  269. Deal with const for safe_at (details)
  270. Add missing include (details)
  271. Actual correct const treatment for safe_at (details)
  272. more fields are now pointers. Should reduce the desctructors cost (details)
  273. a 3D flat plate case (details)
  274. missed some bits (details)
  275. missed some more.... (details)
  276. local solves on broken patches working (details)
  277. vmsd working with new brokenfield local solves (details)
  278. why isn't this working jenkins? (details)
  279. fixed SIP stuff w paramflds (details)
  280. add some instantiations (details)
  281. fixed errormodel_impl weird bug, scripts to SANSparallel optimizer (details)
  282. put in #def to switch between local solve modes (details)
  283. missed one (details)
  284. changed some of the unique ptrs to use Fields (details)
  285. change test name (details)
  286. Add static condensation to UMFPACK (details)
  287. updating unit tests (details)
  288. final unit tests, fixed functional bug, added 3D adapt (details)
  289. fixing up more unit tests (details)
  290. more unit test fixes (details)
  291. lowered tolerance (details)
  292. whoops wrong way (details)
  293. caught bug in vmsd volume fcn jacobian, added tests (details)
  294. added DG to CG dof map function. Also added pointers for the residual field to the field bundles. The local fields should populate directly from the global residual field. There still needs to be a function populated in solverInterface_Galerkin to fill the globalDG residual field (details)
  295. eliminated duplicate residual evaluations for local solves (details)
  296. vmsd speedup residuals working (details)
  297. Nodal estimation uses an internal DG field, which can be accessed through a get. Need to figure out how to get this data out and into the local problem (details)
  298. added switch to use wholepatch (details)
  299. added RAE2822 sandbox case and grids. (details)
  300. local estimation specialized for Galerkin now works. Maybe? (details)
  301. add 3d NS solution fcn (details)
  302. beginning to add new asymptotic test but not done yet. (details)
  303. working on speeding up the estimates (details)
  304. error estimate transfer working! (details)
  305. revert a change (details)
  306. arrayQ to real for systems (details)
  307. vera fix (details)
  308. fixed the virtual function, removed isLocal from the estimation. Remains to fix the boundary maps and interior trace groups in the basic LocalProblem (details)
  309. bug fix, adding some toy problems (details)
  310. fixed DGAdvective adapts should use DGAdvective solver interface (details)
  311. removed isLocal and non-interior trace group constructors for CG local. The local solves now work by setting cell, interior and boundary groups to limit the solves. (details)
  312. pushing to hypersonic (details)
  313. add another 3d ojeda (details)
  314. fix typo (details)
  315. move the output inside the loop (details)
  316. everything compiles... (details)
  317. mod soln fcn for 3d ojeda (details)
  318. L2 now uses the new patch (details)
  319. Fixes for SANSparallel metric optimization (details)
  320. update unit test (details)
  321. need to initialize fields.. (details)
  322. sandbox cases for thesis (details)
  323. more unit tests fixes.. cmon Jenkins! (details)
  324. lines too long (details)
  325. added jump penalization for L2 projection. NOWEVERYTHINGWORKSOHYEAH. (details)
  326. fixed bug in the test (details)
  327. modified the Triple BL cases to match up. Bunch of things: volume functional is solution, they take command line arguments, they actually work with avro, they can do chain adaptation if we want. (details)
  328. unused variabels (details)
  329. Added a JumpPenalty integrand for interior traces in L2. Doesn't work as well as hoped. Also made the WHOLEPATCH flag work again for AD (details)
  330. take the cell groups off of the functional used in the estimation. Avoids double counting when switching between inner and whole patch (details)
  331. Potential Adjoint updates (details)
  332. sandbox with timings (details)
  333. functionalcell galerkin fix on cory (details)
  334. oops missed one. (details)
  335. Fix kutta frame for potential adjoint/drela (details)
  336. Caching unit test fix (details)
  337. DeltaWing cases (details)
  338. more tweaks (details)
  339. more tweaks (details)
  340. Relax PETSc divergence tolerance. Use P adjoint for P+1 for VMSD. Add PolarGauss function for 2D L2 project. (details)
  341. Fix avro interface (details)
  342. Fix segfault for parallel metric dump (details)
  343. Updated PETSc repository URL (details)
  344. Nightly fixes (details)
  345. working on error order tests, making sure everything is the same across machines. (details)
  346. all that time down the drain? ffs. (details)
  347. Revived avro fill function for 3D (details)
  348. Report min/max edge count on processors for edge local solves (details)
  349. Add enum to track local timing. Split out communication time, and report parallel efficiency (details)
  350. Fix typo (details)
  351. Various small fixes (details)
  352. adding a bunch of verbosity and turning the SANSparallel optimizer back off (details)
  353. More robust SANS-MMA parallle optimization (details)
  354. added a safe_at to XField_impl.h, also working towards a re-entrant Corner Poisson case (details)
  355. Use fluxViscousLinearInGradient trick for VMSD (details)
  356. clang fix. (details)
  357. jenkins fixes (details)
  358. ejnkins fix 2.0 (details)
  359. Check the boundary count matches between xfld and avro (details)
  360. Updated XField2D_BackwardsStep so it works with avro (details)
  361. prep for 4d BL problem, no MMS. (details)
  362. Comment out egads dump (details)
  363. quick fix (details)
  364. avroXField patched. (details)
  365. Longer allowed time for ErrorOrder 4D (details)
  366. Update avro build to use gitlab (details)
  367. exact solution fix. (details)
  368. Relaxed timing for refine (details)
  369. Fixed issues with Hierarchical basis. Refactored Element projections. Some implied metric experiments. (details)
  370. Fixed compile errors (details)
  371. Fix assert (details)
  372. Declare PyDict methods extern to reduce compile time (details)
  373. Relaxed some tolerances (details)
  374. Warning fix (details)
Commit a81e3897eaa41763da283899ae062cc085c7f226 by cfrontin
new lagrange basis functions coming together, shouldnt pass jenkins yet.
The file was modified src/BasisFunction/LagrangeDOFMap.h
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.h
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange.pdf
The file was modified src/Field/Field_CG_CellConstructor.h
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.cpp
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange.tex
The file was modified src/Field/Field_CG_CellConstructor.cpp
The file was addedtest/sandbox/Solve4D_L2Project_toy.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope.cpp
The file was removedtest/sandbox/Solve4D_L2Project_MOESS_toy.cpp
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
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
The file was modified test/unit/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange_btest.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 src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.cpp
The file was modified test/unit/Field/Element/ElementSpacetime_Pentatope_btest.cpp
The file was modified test/unit/Field/Field4D_DG_Pentatope_btest.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange.h
The file was modified test/unit/BasisFunction/BasisFunctionSpacetime_Pentatope_Lagrange_btest.cpp
The file was modified scripts/vera/exclusions.txt
Commit f0ce037b1485477d3090363162e7b8338e849d3c by cfrontin
touches.
The file was modified test/sandbox/Solve4D_L2Project_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
Commit 9733e791199493fd70e5ce034b64356a9c10f682 by cfrontin
better tests
The file was modified test/unit/BasisFunction/ElementEdges_btest.cpp
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
Commit 3ec9304b10eddbb421d25719e785920faf316ab9 by cfrontin
documentation update
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame7.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_P1.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.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_Frame5.tex
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_P4_Frame4.tex
The file was removedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange.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_Frame1.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering.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_Ordering_P4_Frame1.tex
The file was addedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P4_Frame0.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_Frame8.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_P3.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_Ordering_P3_Frame3.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_P3_Frame4.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_P3_Frame2.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_Ordering_P4_Frame6.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.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_CellConstructor.h
The file was modified src/Field/Field_CG_TraceConstructor.h
The file was modified src/Field/Element/ElementXFieldSpacetime.h
The file was modified src/Field/Field_CG_TraceConstructor.cpp
The file was modified src/Field/Field_CG_Topology.cpp
The file was modified src/Field/Field_CG_Topology.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 modified src/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering_P3_Frame8.tex
The file was removedsrc/BasisFunction/Documentation/BasisFunctionSpacetime_Pentatope_Lagrange/BasisFunctionSpacetime_Pentatope_Lagrange_Ordering.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.pdf
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_Frame2.tex
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_Frame5.tex
The file was modified src/BasisFunction/Documentation/lagrange_basis_pentatope.m
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_Frame7.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_Frame9.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_Frame4.tex
Commit c9c594652c85db5bf13d3e2be343fee5219c42fb by arthuang
experimenting with VMS with mixed form
The file was addedtest/unit/Discretization/VMSM/IntegrandCell_VMSM_AD_btest.cpp
The file was addedsrc/Discretization/VMSM/FieldBundle_VMSM.h
The file was addedsrc/Discretization/VMSM/SolutionData_VMSM.h
The file was addedsrc/Discretization/VMSM/JacobianCell_VMSM_Element.h
The file was addedtest/unit/Discretization/VMSM/ResidualCell_VMSM_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSM/VMSM_AD.nb
The file was addedsrc/Discretization/VMSM/ResidualCell_VMSM.h
The file was addedsrc/Discretization/VMSM/IntegrandCell_VMSM.h
The file was addedsrc/Discretization/VMSM/JacobianCell_VMSM.h
The file was addedtest/unit/Discretization/VMSM/JacobianCell_VMSM_AD_btest.cpp
The file was modified test/unit/Discretization/CMakeLists.txt
The file was addedtest/unit/Discretization/VMSM/CMakeLists.txt
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was addedsrc/Discretization/VMSM/AlgebraicEquationSet_VMSM.h
Commit 2ff2eb331c701a588f1edfd5232d2e89a9281bba by cfrontin
ad4d working, cg fields 4d working up to p=3, new tests.
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Field/Field_CG_Topology.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/Field/Field_CG_CellConstructor.cpp
The file was modified src/Field/Field_CG_CellConstructor.h
The file was modified test/unit/Discretization/Galerkin/JacobianCell_Galerkin_AD_btest.cpp
Commit 9582f8d6118523a085d18e65947180ea4bb81530 by cfrontin
jenkins fixes
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
The file was modified test/sandbox/Solve4D_L2Project_toy.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 dea32f26c259d80d90ea059cc04283418c58fcde by arthuang
tweaks to AGLS, EDG stab; VMSD adaption case running
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Lifted_Triangle_AD_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Triangle_AD_toy.cpp
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_Flux_mitState_HDG.h
The file was modified src/Discretization/MDG/JacobianCell_MDG.h
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Discretization/VMSM/ResidualCell_VMSM.h
The file was removedsrc/Discretization/VMSM/SolutionData_VMSM.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified src/Discretization/MDG/ResidualCell_MDG.h
The file was modified src/Discretization/MDG/AlgebraicEquationSet_Local_MDG.h
The file was modified test/sandbox/Solve2D_MDG_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/Discretization/MDG/IntegrandTrace_MDG_AD_btest.cpp
The file was modified src/Discretization/MDG/AlgebraicEquationSet_MDG.h
The file was removedsrc/Discretization/VMSM/FieldBundle_VMSM.h
The file was modified test/sandbox/ErrorOrder_2D_MDG_Triangle_AD_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_Joukowski_toy.cpp
The file was addedsrc/Discretization/IntegrateGhostBoundaryTraceGroups.h
The file was modified test/sandbox/Solve2D_MDG_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Discretization/VMSM/JacobianCell_VMSM_Element.h
The file was modified test/sandbox/ErrorOrder_2D_DGBR2_Triangle_AD_toy.cpp
The file was modified src/Discretization/HDG/IntegrandInteriorTrace_HDG.h
The file was modified src/Adaptation/MOESS/SolverInterface_MDG.h
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_OutputWeightRsd_HDG.h
The file was modified test/unit/Discretization/MDG/ResidualCell_MDG_AD_btest.cpp
The file was modified test/sandbox/Solve2D_HDG_Triangle_RANSSA_Joukowski_toy.cpp
The file was removedsrc/Discretization/VMSM/IntegrandCell_VMSM.h
The file was addedtest/sandbox/Adapt2D_MDG_AD_DoubleBoundaryLayer_toy.cpp
The file was removedsrc/Discretization/VMSM/AlgebraicEquationSet_VMSM.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_HDG_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified src/Discretization/MDG/IntegrandTrace_MDG.h
The file was modified src/Discretization/MDG/ResidualBoundaryTrace_MDG.h
The file was removedsrc/Discretization/VMSM/JacobianCell_VMSM.h
The file was modified test/unit/Discretization/MDG/JacobianCell_MDG_AD_btest.cpp
Commit db819479f6beadf6eb9b2dc61ac595705a1b2b7a by arthuang
added some RANS 2D unit tests
The file was removedtest/unit/Discretization/VMSM/JacobianCell_VMSM_AD_btest.cpp
The file was removedtest/unit/Discretization/VMSM/VMSM_AD.nb
The file was removedtest/unit/Discretization/VMSM/ResidualCell_VMSM_AD_btest.cpp
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was removedtest/unit/Discretization/VMSM/CMakeLists.txt
The file was removedtest/unit/Discretization/VMSM/IntegrandCell_VMSM_AD_btest.cpp
Commit 1210b91fb15cc1d14ab20b741945c602fcf62e2a by galbramc
Refactoring of LocalPatch. Next we need to remove the others.
The file was modified src/Field/XField_Local_Base.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Field/XField2D_EdgeLocal_Dual_Split_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_impl.h
The file was modified src/UserInterfaces/LIPSolver.cpp
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_Area.cpp
The file was removedsrc/Field/Local/XField_LocalPatch.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase.h
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Spacetime.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.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 addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Spacetime.cpp
The file was modified test/sandbox/XField_LocalSplit_Timing_toy.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Area.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Volume.cpp
The file was modified src/Field/Local/XField_LocalPatch.h
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Area.cpp
The file was modified src/Field/Partition/XField_Lagrange.h
The file was modified src/Field/Partition/LagrangeElementGroup.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Line.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forDG_btest.cpp
The file was modified src/Field/Partition/XField_Lagrange.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forCG_btest.cpp
The file was modified test/unit/Field/XField2D_EdgeLocal_Dual_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Line.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Volume.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatch/XField_LocalPatch_Line.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was addedsrc/Field/Local/XField_LocalPatchConstructor.h
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was modified src/Field/CMakeLists.txt
The file was modified src/Field/XFieldSpacetime_Local_Split.cpp
The file was modified src/Meshing/avro/MesherInterface_Wake_avro.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.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.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_L2.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Adaptation/MOESS/MOESS/MOESS_impl.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
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.h
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.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.h
The file was modified src/Field/XField_Local_Base.h
The file was addedtest/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit 0c449be30f1b784131e78e2d248498f519729f52 by galbramc
Don't check interior trace local global equivalence
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
Commit ddcffd139171b272db74df882e498877fa548e0d by galbramc
Added LocalGlobal equiv check to all LocalPatch tests. Added USE_MPI_XTERM cmake option.
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 test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was modified test/CMakeLists.txt
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
Commit 42ef6231609a33dc18d39a989dcbeb75106b14d8 by galbramc
Add some Line tests for LocalPatch
The file was addedtest/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was modified test/unit/Field/Local/CMakeLists.txt
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_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_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/Field/Local/XField_LocalPatchBase.h
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/ErrorModel_Local.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/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBase_MDG.h
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/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
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/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_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/Adapt4D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_L2_CornerSingularity_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_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 1b83fa0018e305a28fc7cf8310cbfb443cb921d7 by arthuang
speedup for MDG
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/Discretization/MDG/FieldBundle_MDG.h
The file was addedsrc/Discretization/MDG/JacobianCell_EDG_Element.h
The file was modified src/Discretization/MDG/ResidualCell_MDG.h
The file was modified src/Discretization/MDG/JacobianBoundaryTrace_MDG.h
The file was modified src/Discretization/MDG/ResidualInteriorTrace_MDG.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBoundaryTrace_MDG.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimateCell_MDG.h
The file was addedsrc/Discretization/MDG/AlgebraicEquationSet_EDG.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_impl.h
The file was modified src/Discretization/MDG/ResidualBoundaryTrace_MDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/Identity.h
The file was addedsrc/Discretization/MDG/IntegrandTrace_EDG.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLUP_MatrixD_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
The file was modified test/sandbox/Adapt2D_MDG_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Discretization/MDG/IntegrandTrace_MDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES.h
The file was modified src/Discretization/MDG/JacobianInteriorTrace_MDG.h
The file was modified src/Discretization/IntegrateBoundaryTrace_Dispatch.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimateInteriorTrace_MDG.h
The file was modified src/Discretization/MDG/JacobianCell_MDG.h
The file was addedsrc/Discretization/MDG/Integrand_EDG_fwd.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_impl.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/LinearAlgebra/SparseLinAlg/LinearSolverBase.h
The file was addedsrc/Discretization/MDG/IntegrandBoundaryTrace_Flux_mitState_EDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/Discretization/MDG/IntegrandCell_MDG.h
The file was addedtest/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLUP_MatrixS_Instantiate.cpp
The file was modified src/Discretization/MDG/AlgebraicEquationSet_MDG.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimate_MDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/SetLocalTimeStep.h
The file was addedtest/unit/Discretization/MDG/IntegrandTrace_EDG_AD_btest.cpp
The file was modified test/unit/Discretization/MDG/IntegrandCell_MDG_AD_btest.cpp
The file was modified test/unit/Discretization/MDG/IntegrandTrace_MDG_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_MDG.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 7999c27beda7817067826fe7d277fa10b2002d0e by arthuang
revert a bunch of changes
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/Discretization/MDG/Integrand_EDG_fwd.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/Identity.h
The file was modified test/unit/Discretization/CMakeLists.txt
The file was modified src/Adaptation/MOESS/ReferenceStepMatrix.h
The file was modified src/LinearAlgebra/SparseLinAlg/LinearSolverBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Preconditioners/LU_SGS.h
Commit 8f7cb6c21219929886c93c67556406e10f874d21 by hcarson
edges always use global node numbering. Fixed bug with sub-cell index and reversed edges
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified src/BasisFunction/ElementEdges.h
The file was modified test/unit/Field/Field2D_EdgeLocal_Dual_CG_btest.cpp
Commit efd44fe3f4f1d42af71a3a361b2c326aa301d90a by hcarson
serialization is in the MPI folder correctly
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_Metric_impl.h
The file was removedsrc/tools/boost_array.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit b39a88a56140e74c4eaab74eb402c91711fb3231 by arthuang
playing w pseudotime
The file was modified src/Adaptation/MOESS/SolverInterface_MDG.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit f55eaad315976088bcf058f980682db1b2c9f6dd by galbramc
Various LocalPatch fixes
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_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_Pentatope_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forCG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was modified src/BasisFunction/ElementEdges.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Simplex_forDG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
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/Field/XField_Local_Base.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 test/unit/Field/XField2D_Local_btest.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
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 addedtest/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
The file was removedtest/unit/Field/Field1D_EdgeLocal_Dual_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 modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was removedtest/unit/Field/Field2D_EdgeLocal_Dual_CG_btest.cpp
The file was addedtest/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_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 test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was modified src/tools/make_unique.h
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 removedtest/unit/Field/Local/XField_LocalPatch_Edge_CG_btest.h
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
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/Field1D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field4D_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 src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.h
The file was modified test/unit/Field/XField2D_EdgeLocal_Dual_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.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 test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.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 src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified src/Field/XField_Local_Base.h
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
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/Local/XField_LocalPatch/XField_LocalPatch_impl.h
Commit ded36c75a2298d7f5f410a79cb4d1396be4ea5f1 by cfrontin
refactor, debugging field2d_local_split_DG
The file was modified test/unit/Field/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was modified test/unit/Field/Local/Field3D_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/Field4D_LocalPatch_Edge_CG_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/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/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 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
The file was removedtest/unit/Field/XField3D_EdgeLocal_Dual_btest.cpp
Commit 499050c7f30c38b0d8df9c35843b7f417d31e313 by galbramc
Remove overloded nDOF and DOF functions in XField_LocalPatch
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
Commit 1ce2c6e23025acfc2fa28eea3e800e614ba75892 by galbramc
Alow high-order hierarchical meshes with LocalPatch
The file was modified test/unit/Field/Element/ElementLine_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/unit/Field/Element/ElementVolume_Tetrahedron_btest.cpp
The file was modified src/BasisFunction/BasisFunctionLine_Projection.cpp
The file was modified test/unit/Field/Element/ElementArea_Triangle_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
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_Line_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 removedtest/unit/Field/XField2D_ElementLocal_Dual_WholeGrids_btest.cpp
The file was removedtest/unit/Field/XField2D_ElementLocal_Dual_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Tet_btest.cpp
The file was removedtest/unit/Field/XField2D_ElementLocal_Dual_Split_btest.cpp
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/XField2D_LocalPatch_Edge_btest.cpp
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
Commit b368cdc356ba683d80c6a5a42a5b6cc2849f57d8 by cfrontin
work in progress. working tool functions, working on unit tests.
The file was modified test/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
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/Field_LocalPatch_Edge_CG_btest.h
Commit 03a5053c837d693074932c9e81473c86305e0942 by cfrontin
renamed field_localpatch_edge_cg_btest.h to ..._toolkit.h
The file was removedtest/unit/Field/Local/Field_LocalPatch_Edge_CG_btest.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 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/Field3D_LocalPatch_Edge_CG_btest.cpp
Commit 8d8b583b317179e9507bf66328cc1b24dc14975d by galbramc
More XField LocalPatch unit test conversions
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_ElementDual_btest.cpp
The file was removedtest/unit/Field/XField3D_ElementLocal_Dual_Split_btest.cpp
The file was removedtest/unit/Field/XField3D_ElementLocal_Dual_WholeGrids_btest.cpp
The file was removedtest/unit/Field/XField3D_ElementLocal_Dual_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
The file was removedtest/unit/Field/XField1D_EdgeLocal_Dual_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Edge_btest.cpp
The file was removedtest/unit/Field/XField1D_EdgeLocal_Primal_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/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
Commit 3f8d3b7719e4b0319fcee8122b1df7496601b96a by arthuang
moving towards block petsc solves
The file was modified src/Field/FieldTypes.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/Discretization/MDG/AlgebraicEquationSet_MDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified src/Field/Field_impl.h
The file was modified src/LinearAlgebra/GlobalContinuousMap.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/Field/Field.h
The file was modified src/Discretization/MDG/AlgebraicEquationSet_Local_MDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/Discretization/MDG/FieldBundle_MDG.h
The file was modified src/Field/CMakeLists.txt
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified src/Discretization/MDG/JacobianCell_MDG.h
Commit c08dbc0aa0f5539d813e26b53c94c2001a5641f3 by arthuang
EG cell stuff
The file was addedsrc/Field/FieldArea_EG_Cell_Instantiate_2D.cpp
The file was addedsrc/Field/FieldArea_EG_Cell_impl.h
The file was addedsrc/Field/FieldArea_EG_Cell.h
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/XField2D_LocalPatch_ElementDual_btest.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
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 src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
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 src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.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/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBase_MDG.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ReferenceStepMatrix.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
Commit e41154eec694eb03fdce5d1110f6ca45b017ce75 by hcarson
And with those bug fixes, we now have parallel edge solves
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 47e3cc9a05dadb22242e51a8417ddf7fbbd16306 by galbramc
Fix so local boundary patches are always consistent with hashing
The file was modified test/unit/Field/Local/XField1D_LocalPatch_Edge_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Element_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/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/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_ElementDual_btest.cpp
Commit dfb3be0ab986b4e0218632bf916df74b8abd0d4a by hcarson
forgot to change NField to Field. Also a grid for the ErrorModel test
The file was modified test/unit/ErrorEstimate/OutputCorrection_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateNodal_Galerkin_AD_btest.cpp
The file was addedtest/unit/IO/Adaptation/XField2D_UnstructuredBox_X1.grm
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 src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Nodal_Triangle_AD_btest.cpp
The file was modified test/unit/ErrorEstimate/OutputCorrection_Galerkin_Stabilized_AD_btest.cpp
The file was addedtest/unit/IO/Adaptation/XField2D_UnstructuredBox_X1.grm
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Adaptation/MOESS/ReferenceStepMatrix.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateNodal_Galerkin_AD_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel_Local.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.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/ErrorEstimate/MDG/ErrorEstimateBase_MDG.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 src/BasisFunction/BasisFunction_RefElement_Split_TraceToCell.cpp
The file was addedtest/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Element_CG_btest.cpp
The file was removedtest/unit/Field/Local/XField2D_LocalPatch_Edge_btest.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve2D_DGBR2_Triangle_AD_btest.cpp
The file was removedtest/unit/Field/Local/XField1D_LocalPatch_ElementDual_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_Element_CG_btest.cpp
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 removedtest/unit/Field/Local/XField2D_LocalPatch_ElementDual_btest.cpp
The file was removedtest/unit/Field/Local/XField1D_LocalPatch_Edge_btest.cpp
The file was removedtest/unit/Field/Local/XField1D_LocalPatch_Element_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/ElementLocalSolve3D_DGBR2_Tet_AD_btest.cpp
The file was removedtest/unit/Field/Local/XField2D_LocalPatch_btest.cpp
The file was removedtest/unit/Field/Local/XField3D_LocalPatch_Edge_btest.cpp
The file was removedtest/unit/Field/XField1D_Local_btest.cpp
The file was modified src/BasisFunction/BasisFunction_RefElement_Split_TraceToCell.h
The file was modified src/Field/XField_impl.h
The file was removedtest/unit/Field/XField1D_Local_Split_btest.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve3D_DGAdvective_Tet_AD_btest.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve1D_DGBR2_Triangle_AD_btest.cpp
The file was addedtest/unit/Field/Local/XField1D_LocalPatch_Element_DG_btest.cpp
Commit 026b2616bcf5c043db070a2e09efe323d2644e13 by galbramc
Updated LocalPatch Element DG tests
The file was addedtest/unit/Field/Local/Legacy/XField3D_Local_Split_IsotropicSplit_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_CG_btest.cpp
The file was addedtest/unit/Field/Local/XField3D_LocalPatch_Element_DG_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_Split_Linear_IsotropicSplit_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/XField3D_Local_Split_Linear_IsotropicSplit_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_Split_IsotropicSplit_btest.cpp
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Element_CG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalGlobal_Equiv_btest.h
The file was removedtest/unit/Field/XField3D_Local_Split_Linear_EdgeSplits_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_Split_EdgeSplits_btest.cpp
The file was removedtest/unit/Field/XField3D_Local_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/Legacy/Field2D_Local_DG_btest.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
The file was removedtest/unit/Field/Field1D_Local_Split_DG_btest.cpp
The file was removedtest/unit/Field/Field3D_Local_Split_DG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field1D_Local_Split_DG_btest.cpp
The file was addedtest/unit/Field/Local/Field1D_LocalPatch_Element_DG_btest.cpp
The file was removedtest/unit/Field/Field3D_Local_DG_btest.cpp
The file was removedtest/unit/Field/Field2D_Local_DG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was removedtest/unit/Field/Local/Field2D_LocalPatch_DG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field1D_Local_DG_btest.cpp
The file was addedtest/unit/Field/Local/Field4D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was removedtest/unit/Field/Field1D_Local_DG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field3D_Local_Split_DG_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/Field3D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/Field2D_LocalPatch_Element_DG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field3D_Local_DG_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Edge_CG_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 modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
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 removedtest/unit/Field/XField2D_Local_Split_Part1_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_Part2_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 removedtest/unit/UnitGrids/XField4D_library_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Triangle_btest.cpp
The file was modified test/unit/UnitGrids/CMakeLists.txt
The file was removedtest/unit/UnitGrids/XField4D_library.h
The file was addedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation.cpp
The file was modified test/unit/Field/XField4D_Local_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_Line_btest.cpp
The file was modified test/unit/Field/XField4D_ElementLocal_btest.cpp
The file was addedtest/unit/UnitGrids/XField4D_6Ptope_X1_1Group_NegativeTraceOrientation.h
The file was modified test/unit/Field/Local/XField_LocalPatch_Pentatope_btest.cpp
The file was removedtest/unit/UnitGrids/XField4D_library.cpp
Commit 56e6959d5c9c72a70cb4df476bdb8b9820cc7147 by galbramc
Lots of Local updates
The file was modified src/Field/FieldSpacetime_Instantiate_4D.cpp
The file was modified test/unit/Field/GenHField_DG_btest.cpp
The file was modified src/Field/FieldSpacetime_DG_Trace_Instantiate_4D.cpp
The file was modified test/system/LocalSolve/LocalSolve3D_Split_HDG_Tet_AD_btest.cpp
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Element_DG_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_Local_DGBR2_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/ElementDualLocalSolve3D_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_Split_HDG_AD_btest.cpp
The file was modified test/unit/Field/GenHField_CG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Projection.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_Split_HDG_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/ElementDualLocalSolve2D_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_HDG_AD_btest.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 modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Line_AD_btest.cpp
The file was modified src/Field/FieldBaseSpacetime_Instantiate.cpp
The file was removedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_DGBR2_Triangle_AD_btest.cpp
The file was removedtest/unit/Field/XField4D_Local_btest.cpp
The file was removedtest/sandbox/XField_LocalSplit_Timing_toy.cpp
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dispatch_Galerkin.h
The file was addedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_Galerkin_Stabilized_Triangle_AD_off.cpp
The file was modified test/unit/Field/Local/Field4D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
The file was removedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Field/FieldLiftVolume_DG_Cell_Instantiate_3D.cpp
The file was modified src/Field/FieldSpacetime_DG_Cell_Instantiate_4D.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was removedtest/unit/Field/XField4D_ElementLocal_btest.cpp
The file was modified test/unit/Field/Local/Field2D_LocalPatch_Element_DG_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Element_DG_btest.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve1D_DGBR2_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_Split_DGBR2_Triangle_AD_AV_btest.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_Split_DGBR2_AD_btest.cpp
The file was modified src/Field/FieldLiftSpaceTime_DG_Cell_Instantiate_4D.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_HDG_Triangle_AD_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_Trace_Instantiate_4D.cpp
The file was removedtest/unit/Field/XField4D_Local_Split_EdgeSplits_btest.cpp
The file was removedtest/unit/Field/XField4D_Local_Split_Linear_EdgeSplits_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_InteriorTrace_Instantiate_4D.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatMul/MatMul_Native_Real.cpp
The file was modified src/Field/FieldSpacetime_CG_BoundaryTrace_Instantiate_4D.cpp
The file was modified src/Field/FieldSpacetime_DG_InteriorTrace_Instantiate_4D.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Triangle_AD_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AR_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_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_AD_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_Euler_btest.cpp
The file was addedtest/system/LocalSolve/EdgeLocalSolve2D_Primal_DGBR2_Triangle_AD_off.cpp
The file was removedtest/system/LocalSolve/EdgeLocalSolve1D_Primal_DGBR2_Line_AD_btest.cpp
The file was modified src/Field/FieldSpacetime_DG_BoundaryTrace_Instantiate_4D.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve3D_Dual_Galerkin_Stabilized_AD_btest.cpp
Commit 50ce3556899597a9753a6387810e850901587b40 by galbramc
Remove the local patch #if switch
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/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Area.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.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_Volume.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Adaptation/MOESS/LocalSplitConfig.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_Volume.cpp
The file was removedsrc/Field/Local/whichLocalSplit.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_Volume.cpp
The file was modified src/Adaptation/MOESS/ReferenceStepMatrix.h
The file was modified test/unit/Adaptation/MOESS/ReferenceStepMatrix_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.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/XFieldSpacetime_Local.h
The file was modified test/unit/Field/Local/Field3D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_Area.cpp
Commit 6389d5a5dd624488c97162d341b57490bc258a9d by galbramc
Removed moew XField_Local
The file was modified test/unit/Field/Field_NodalView_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/XField2D_EdgeLocal_Primal_Split_btest.cpp
The file was removedtest/unit/Field/XField2D_EdgeLocal_Primal_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/XField2D_EdgeLocal_Primal_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_Block2_btest.cpp
The file was removedtest/unit/Field/XField2D_EdgeLocal_Primal_Split_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 modified test/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
The file was addedtest/unit/Field/Local/XField4D_LocalPatch_Element_CG_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 test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was removedtest/unit/Field/Field2D_EdgeLocal_Primal_CG_btest.cpp
The file was modified test/system/Adaptation/SolverInterface_Galerkin_Stabilized_btest.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_Common_btest.cpp
The file was removedtest/unit/Field/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was removedtest/unit/Field/Field2D_ElementLocal_Dual_CG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field2D_EdgeLocal_Primal_CG_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_CG_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/Field/Field_CG_Topology.cpp
The file was modified test/system/Adaptation/SolverInterface_DGBR2_btest.cpp
The file was modified src/Adaptation/MOESS/MOESS/MOESS_impl.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was addedtest/unit/Field/Local/Legacy/Field2D_ElementLocal_Dual_CG_btest.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
Commit e817248504f4cb735757f1721bf67ae574cc8d88 by galbramc
Depricated old local XFields
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Edge_CG_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge1.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group2_unsplit.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_split_edge1.eps
The file was modified test/system/LocalSolve/LocalSolve3D_HDG_Tet_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_Local_HDG_Line_AD_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldVolume_EdgeLocal.cpp
The file was removedsrc/Field/XFieldLine_EdgeLocal.cpp
The file was addedsrc/Field/Local/Legacy/XField_EdgeLocal_impl.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_unsplit.png
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_unsplit-eps-converted-to.pdf
The file was modified test/unit/Field/Local/Legacy/Field1D_Local_DG_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_split_isotropic.eps
The file was addedsrc/Field/Local/Legacy/XField_Local_Common_Instantiate_3D.cpp
The file was modified src/Field/Local/XField_LocalPatch.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_LiftedBoundary.h
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/3D/tet_group1_split_edge2.png
The file was removedsrc/Field/XFieldSpacetime_Local.cpp
The file was removedsrc/Field/FieldLift_Local.h
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Edge.h
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_unsplit.eps
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic.eps
The file was removedsrc/Field/Documentation/Local_Solves/figure_scripts/split_meshes_line.m
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_unsplit.eps
The file was modified test/unit/Field/Local/Legacy/Field1D_EdgeLocal_Primal_DGBR2_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/LocalSolves.pdf
The file was removedsrc/Field/XFieldArea_Local_Split.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/LocalSolves.tex
The file was removedsrc/Field/XFieldLine_ElementLocal.cpp
The file was modified test/system/LocalSolve/LocalSolve1D_Split_DGBR2_AD_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_EdgeLocal.cpp
The file was removedsrc/Field/XFieldVolume_Local_Split.h
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_split_edge1.eps
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split.hpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge3.png
The file was removedsrc/Field/XFieldArea_Local.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_unsplit-eps-converted-to.pdf
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_ElementLocal.cpp
The file was removedsrc/Field/Documentation/Local_Solves/figure_scripts/split_meshes_triangle.m
The file was addedsrc/Field/Local/Legacy/XFieldVolume_ElementLocal.cpp
The file was removedsrc/Field/XField_Local_Common_Instantiate_2D.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface1.png
The file was modified src/Field/Field_impl.h
The file was removedsrc/Field/XField_ElementLocal_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Field/CMakeLists.txt
The file was modified test/system/LocalSolve/LocalSolve1D_Split_HDG_AD_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface3.png
The file was modified src/Adaptation/MOESS/SolverInterfaceBase.h
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_unsplit-eps-converted-to.pdf
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local.cpp
The file was modified test/system/LocalSolve/LocalSolve3D_Split_HDG_Tet_AD_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge1.png
The file was addedsrc/Field/Local/XField_Local_Base.h
The file was modified test/system/LocalSolve/LocalSolve2D_HDG_Triangle_AD_btest.cpp
The file was removedsrc/Field/XFieldArea_Local_Split_Linear.cpp
The file was removedsrc/Field/XFieldLine_Local_Split.h
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropic.png
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split_Linear_Isotropic.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_unsplit-eps-converted-to.pdf
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/3D/tet_ref_split_isotropicface2.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge2.eps
The file was modified test/unit/Field/Local/Legacy/Field2D_EdgeLocal_Primal_CG_btest.cpp
The file was modified src/Adaptation/MOESS/ProblemStatement_HDG_ErrorEstimate.h
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge0.png
The file was modified src/Discretization/DG/FieldBundle_DGBR2.h
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local_Split.cpp
The file was modified src/Adaptation/TargetMetric.h
The file was modified src/Field/HField/GenHField_DG.h
The file was removedsrc/Field/XFieldLine_Local.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local_Split.hpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_split_isotropic-eps-converted-to.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group1_unsplit.png
The file was modified test/unit/Field/Local/Legacy/Field3D_Local_DG_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local.cpp
The file was removedsrc/Field/XFieldVolume_Local.h
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_DG_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge1.eps
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_unsplit.eps
The file was removedsrc/Field/Documentation/Local_Solves/LocalSolves.tex
The file was removedsrc/Field/XFieldSpacetime_Local_Split.h
The file was removedsrc/Field/XFieldSpacetime_EdgeLocal.cpp
The file was removedsrc/Field/XField_EdgeLocal_impl.h
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 modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/LocalSolves.pdf
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/figure_scripts/split_meshes_tetrahedron.m
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_split_isotropic.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_unsplit.eps
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge3.png
The file was modified src/Discretization/DG/FieldBundle_DGAdvective.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group1_unsplit.png
The file was removedsrc/Field/XField_Local_Common.h
The file was addedsrc/Field/Local/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_Local_Neighborhoods.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group1_split_edge2.png
The file was removedsrc/Field/XFieldLine_Local.cpp
The file was modified test/unit/Field/Local/Legacy/Field2D_Local_DG_btest.cpp
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_group_split_isotropic.eps
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local_Split.hpp
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local_Split.cpp
The file was removedsrc/Field/XFieldSpacetime_ElementLocal.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge5.png
The file was modified src/Adaptation/MOESS/SolverInterface_DGBR2_Block2x2.h
The file was addedsrc/Field/Local/Legacy/XField_ElementLocal.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropic.png
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/Legacy/XField_Local_Common_Instantiate_1D.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_unsplit.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_split_edge1-eps-converted-to.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge2.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface3.png
The file was removedsrc/Field/XFieldVolume_EdgeLocal.cpp
The file was modified src/Discretization/MDG/FieldBundle_MDG.h
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group1_split_edge1.png
The file was addedsrc/Field/Local/Field_Local.h
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split.cpp
The file was modified test/unit/Field/Local/Legacy/Field3D_Local_Split_DG_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_group2_split_isotropic.png
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_split_isotropic-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_split_isotropic.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge4.png
The file was addedsrc/Field/Local/Legacy/XField_Local_Common_Instantiate_2D.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge4.png
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 addedsrc/Field/Local/Documentation/Local_Solves/figure_scripts/split_meshes_triangle.m
The file was addedsrc/Field/Local/Documentation/Local_Solves/figure_scripts/split_meshes_line.m
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge1.eps
The file was modified test/unit/Field/Local/Legacy/Field1D_Local_Split_DG_btest.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_group_unsplit-eps-converted-to.pdf
The file was removedsrc/Field/XFieldArea_Local_Split_Linear.h
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split_Linear.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge0-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface0.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_unsplit-eps-converted-to.pdf
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface1.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_ref_split_isotropic.eps
The file was modified test/unit/Field/Local/Legacy/Field2D_ElementLocal_Dual_CG_btest.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was addedsrc/Field/Local/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
The file was addedsrc/Field/Local/Legacy/XFieldSpacetime_Local.hpp
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local_Split_Linear.hpp
The file was modified test/unit/Field/GenHField_CG_btest.cpp
The file was modified src/Adaptation/MOESS/ProblemStatement_FieldTypes_HDG.h
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge2-eps-converted-to.pdf
The file was removedsrc/Field/XFieldSpacetime_Local_Split.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_ref_unsplit.eps
The file was removedsrc/Field/Documentation/Local_Solves/figure_scripts/split_meshes_tetrahedron.m
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
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_group1_split_edge1.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_unsplit.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_split_edge2.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface0.png
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic.eps
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group2_split_isotropic.png
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_group_split_edge1-eps-converted-to.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_edge0.png
The file was addedsrc/Field/Local/Legacy/XFieldLine_ElementLocal.cpp
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split_Linear_Edge.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_edge0.eps
The file was removedsrc/Field/Field_Local.h
The file was addedsrc/Field/Local/Legacy/XFieldArea_Local.cpp
The file was removedsrc/Field/XFieldVolume_Local_Split.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic-eps-converted-to.pdf
The file was addedsrc/Field/Local/Legacy/XField_ElementLocal_impl.hpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_L2.h
The file was removedsrc/Field/XField_Local_Common_Instantiate_3D.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was removedsrc/Field/XField_EdgeLocal.h
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split_Linear_Isotropic.hpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_unsplit.eps
The file was removedsrc/Field/XFieldArea_Local_Split.cpp
The file was removedsrc/Field/XFieldArea_Local.h
The file was removedsrc/Field/XField_Local_Base.h
The file was addedsrc/Field/Local/Legacy/XFieldArea_EdgeLocal.cpp
The file was addedsrc/Field/Local/Legacy/XFieldLine_Local.hpp
The file was removedsrc/Field/XFieldLine_Local_Split.cpp
The file was removedsrc/Field/XFieldVolume_Local.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/1D/line_group_split_isotropic.eps
The file was removedsrc/Field/XFieldSpacetime_Local.h
The file was modified test/unit/Field/Local/XField4D_LocalPatch_Element_CG_btest.cpp
The file was removedsrc/Field/XFieldVolume_ElementLocal.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_ref_unsplit.png
The file was modified test/system/LocalSolve/LocalSolve1D_HDG_AD_btest.cpp
The file was addedsrc/Field/Local/Legacy/XFieldArea_ElementLocal.cpp
The file was removedsrc/Field/Documentation/Local_Solves/images/1D/line_group_unsplit-eps-converted-to.pdf
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/3D/tet_ref_split_isotropicface2.png
The file was removedsrc/Field/XFieldArea_EdgeLocal.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was removedsrc/Field/Documentation/Local_Solves/images/3D/tet_group2_unsplit.png
The file was removedsrc/Field/XFieldArea_ElementLocal.cpp
The file was addedsrc/Field/Local/Legacy/XFieldLine_EdgeLocal.cpp
The file was addedsrc/Field/Local/Legacy/XFieldVolume_Local_Split.hpp
The file was modified src/Field/HField/GenHField_CG.h
The file was modified test/unit/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_isotropic-eps-converted-to.pdf
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was removedsrc/Field/XField_Local_Neighborhoods.h
The file was addedsrc/Field/Local/Legacy/XField_Local_Common.hpp
The file was removedsrc/Field/XField_Local_Common_Instantiate_1D.cpp
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin_LiftedBoundary.h
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Element_DG_btest.cpp
The file was addedsrc/Field/Local/Legacy/XField_EdgeLocal.hpp
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Edge.cpp
The file was modified test/unit/Field/Local/Field_LocalPatch_toolkit_btest.h
The file was removedsrc/Field/XField_ElementLocal.h
The file was modified test/unit/Field/Local/Field1D_LocalPatch_Element_DG_btest.cpp
The file was addedsrc/Field/Local/Documentation/Local_Solves/images/2D/triangle_ref_split_edge2-eps-converted-to.pdf
The file was addedsrc/Field/Local/FieldLift_Local.h
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Isotropic.h
The file was modified src/Discretization/MDG/AlgebraicEquationSet_Local_MDG.h
The file was modified src/Adaptation/MOESS/ParamFieldBuilder_Block2.h
The file was modified test/system/LocalSolve/LocalSolve2D_Split_HDG_Triangle_AD_btest.cpp
The file was removedsrc/Field/XFieldVolume_Local_Split_Linear_Isotropic.cpp
Commit 503441828d82022702c8e6ac1fa0d83c5e863af2 by cfrontin
tryna adapt galerkin first shot.
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was addedtest/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
Commit d2da46c5c0858479c87c60dfca4a0b8659e6bec3 by cfrontin
passing working state up to norm.
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_MOESS_toy.cpp
Commit f656ea6674a8ba49ed26c73ca51f9dd1b384fc4b by hcarson
added NewLinearDOFs accessors. The allocation of the local error indicator in the local patches should work for higher order local patches now
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTet_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/Field/Local/XField_LocalPatch.h
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Edge_CG_btest.cpp
The file was modified test/unit/Field/Local/XField3D_LocalPatch_Edge_CG_btest.cpp
The file was modified src/Field/Local/Legacy/XField_EdgeLocal_impl.hpp
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified src/Field/Local/Legacy/XField_EdgeLocal.hpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/Field/Local/XField_Local_Base.h
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Field/Local/XField_LocalPatchConstructor/XField_LocalPatchConstructor_impl.h
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
Commit 41b8a4d30e1e908dca20adf517732a1bcf0ce89a by hcarson
set the FULL_NODAL flag to 1 permanently. Also added an exception on the CG and element branch of the local solves. Directs everyone to use the EDGE mode.
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
Commit 51fe171fbf0108f5ea369b3d3dae80d3092b84eb by hcarson
forgot some files
The file was modified test/unit/ErrorEstimate/ErrorEstimateNodal_Galerkin_AD_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/ErrorEstimate/OutputCorrection_Galerkin_Stabilized_AD_btest.cpp
Commit e856b5a3b816ef67b967e787cacef9b7146fd773 by cfrontin
small changes
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_MOESS_toy.cpp
Commit 4abeef6719ec0a26e3a105e8cd61b1c615f2c1ea by galbramc
Added hessq to diffusionViscousGradient. Finished QCR terms for 2D.
The file was modified src/pde/NS/PDEEulermitAVDiffusion3D.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Helmholtz_toy.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime2D.h
The file was modified src/pde/AdvectionDiffusion/ViscousFlux1D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_btest.cpp
The file was modified test/unit/pde/NS/PDENavierStokes2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor2D.h
The file was modified src/pde/AdvectionDiffusion/ViscousFlux3D.h
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/AdvectionDiffusion/Source1D.h
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor3D.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion2D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor3D_Consistency_RANSSA_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Flux_mitState_Nitsche.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_RANSSA_btest.cpp
The file was modified src/Discretization/Galerkin/Stabilization_Galerkin.h
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion1D.h
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified src/pde/AdvectionDiffusion/PDEAdvectionDiffusion3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime1D.h
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/system/CodeConsistency/PDEmitAVSensor2D_Consistency_btest.cpp
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/SVD/MatrixS_SVD_1x1.cpp
The file was modified scripts/vera/profiles/default
The file was addedscripts/vera/scripts/rules/T026.tcl
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux2D.h
The file was modified src/pde/NS/PDEEulermitAVDiffusion2D.h
The file was modified src/pde/AdvectionDiffusion/Source2D.h
The file was modified src/pde/NS/BCRANSSA2D.h
The file was modified test/unit/pde/NS/PDENavierStokes3D_btest.cpp
The file was modified src/pde/NS/PDENavierStokes2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace2D.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_ViscousFlux3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatrixSymS_Decompose_Cholesky_impl.h
The file was modified src/pde/AdvectionDiffusion/Source3D.h
The file was modified src/pde/AdvectionDiffusion/ViscousFlux2D.h
The file was modified src/pde/NS/PDENavierStokes3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpaceTime3D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/NS/PDERANSSA_Brenner2D.h
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified src/Meshing/avro/MesherInterface_Wake_avro.h
The file was modified src/pde/NS/PDENavierStokes_Brenner2D.h
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux2D_btest.cpp
The file was modified test/unit/pde/ArtificialViscosity/AVSensor_ViscousFlux3D_btest.cpp
The file was modified src/pde/Stokes/PDEStokes2D.h
The file was modified src/pde/NDConvert/PDENDConvertSpace1D.h
Commit c0e7858b5022492c8f883d56853916b1e3382d93 by hcarson
added parallel to the AD test
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_Joukowski_toy.cpp
Commit 680e992c95e5fae5a29cb96357e5ecc30cf351f0 by galbramc
Fixes for g++-9
The file was modified src/MPI/boost_serialization_array.h
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/Discretization/DG/IntegrandInteriorTrace_DGBR2.h
The file was modified src/Field/XFieldVolume_Traits.h
The file was modified src/Field/XFieldArea_Traits.h
Commit 0d00ca7a7e0ceebe0c202d500b8b3b4b64459b2a by galbramc
Allow parallel MMA option with SANSparallel optimizer
The file was modified src/Adaptation/MOESS/MOESS/MOESS_impl.h
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit f25fd93df246e34cc6ec1460aae00835bb6a9f9b by arthuang
realized we need ghosts.. lots of work to do
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_MDG_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Field/Field_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_MDG_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_MDG_Triangle_AD_toy.cpp
The file was modified src/Discretization/MDG/JacobianCell_MDG.h
The file was modified test/sandbox/Solve2D_HDG_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_backsolve.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_OjedaMMS_toy.cpp
Commit 2be59eec2721e36e0e2bd55283827762eb126a8a by galbramc
Rename DOF_rank to DOFghost_rank for clarity
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
The file was modified src/Field/FieldArea_CG_Cell_impl.h
The file was modified src/Field/FieldVolume_CG_BoundaryTrace_impl.h
The file was modified src/Meshing/refine/refine_grid3D.cpp
The file was modified test/unit/Field/Field3D_CG_Hexahedron_btest.cpp
The file was modified src/Field/FieldArea_CG_BoundaryTrace_impl.h
The file was modified src/Field/FieldArea_CG_InteriorTrace_impl.h
The file was modified src/Field/Field.h
The file was modified src/Field/FieldLine_CG_BoundaryTrace_impl.h
The file was modified src/Field/FieldVolume_CG_InteriorTrace_impl.h
The file was modified test/unit/Field/Field2D_CG_Triangle_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_Cell_impl.h
The file was modified src/Field/FieldSpacetime_CG_Trace_impl.h
The file was modified src/Field/FieldVolume_CG_Trace_impl.h
The file was modified src/Field/Field_impl.h
The file was modified src/Field/FieldLine_CG_Cell_impl.h
The file was modified src/Field/FieldSpacetime_CG_BoundaryTrace_impl.h
The file was modified test/unit/Field/Field2D_DG_Triangle_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_InteriorTrace_impl.h
The file was modified src/Field/FieldVolume_CG_Cell_impl.h
The file was modified src/Field/Field_DG_CellBase_impl.h
Commit 3dd11d44516e66feb26ded418c5be1a207dd35b0 by cfrontin
test case mods to run on laptop...
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 8980d6c4c338c7e976abf57599394c31e2eec9e5 by arthuang
change MDG to VMSD
The file was addedsrc/Discretization/VMSD/ResidualCell_VMSD.h
The file was addedtest/unit/Discretization/VMSD/IntegrandTrace_EDG_AD_btest.cpp
The file was removedsrc/Discretization/MDG/JacobianCell_MDG.h
The file was removedsrc/Discretization/MDG/JacobianInteriorTrace_MDG.h
The file was addedsrc/Discretization/VMSD/JacobianInteriorTrace_VMSD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was removedsrc/Discretization/MDG/JacobianBoundaryTrace_MDG.h
The file was removedtest/sandbox/Adapt2D_MDG_AD_DoubleBoundaryLayer_toy.cpp
The file was addedsrc/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was addedsrc/Discretization/VMSD/IntegrandCell_VMSD.h
The file was addedsrc/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was addedsrc/Discretization/VMSD/ResidualBoundaryTrace_VMSD.h
The file was removedsrc/Discretization/MDG/Integrand_EDG_fwd.h
The file was addedsrc/Discretization/VMSD/AlgebraicEquationSet_EDG.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimateBase_FineScale_MDG.cpp
The file was addedsrc/Adaptation/MOESS/SolverInterface_VMSD.h
The file was addedsrc/Discretization/VMSD/SolutionData_VMSD.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimateCell_MDG.h
The file was addedtest/sandbox/ErrorOrder_2D_VMSD_Triangle_AD_toy.cpp
The file was addedsrc/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was addedsrc/ErrorEstimate/VMSD/ErrorEstimateInteriorTrace_VMSD.h
The file was addedsrc/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.h
The file was addedsrc/Discretization/VMSD/JacobianCell_VMSD_Element.h
The file was addedtest/unit/Discretization/VMSD/CMakeLists.txt
The file was removedtest/unit/Discretization/MDG/JacobianCell_MDG_AD_btest.cpp
The file was addedtest/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was addedsrc/Discretization/VMSD/FunctionalCell_VMSD.h
The file was modified src/ErrorEstimate/ErrorEstimate_fwd.h
The file was addedtest/sandbox/ErrorOrder_1D_VMSD_AD_toy.cpp
The file was removedtest/unit/Discretization/MDG/IntegrandCell_MDG_AD_btest.cpp
The file was addedsrc/Discretization/VMSD/IntegrandBoundaryTrace_Flux_mitState_EDG.h
The file was addedtest/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedtest/unit/Discretization/MDG/IntegrandTrace_MDG_AD_btest.cpp
The file was addedsrc/Discretization/VMSD/JacobianCell_VMSD.h
The file was addedsrc/Discretization/VMSD/JacobianFunctionalCell_VMSD.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_MDG_AD_btest.cpp
The file was removedsrc/Discretization/MDG/ResidualCell_MDG.h
The file was modified src/ErrorEstimate/CMakeLists.txt
The file was addedsrc/Discretization/VMSD/IntegrandCell_VMSD_Output.h
The file was removedtest/unit/Discretization/MDG/IntegrandTrace_EDG_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSD/ResidualCell_VMSD_AD_btest.cpp
The file was removedsrc/Discretization/MDG/AlgebraicEquationSet_Local_MDG.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimateInteriorTrace_MDG.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimate_MDG.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimateBase_MDG.cpp
The file was addedsrc/ErrorEstimate/VMSD/ErrorEstimateBoundaryTrace_VMSD.h
The file was modified src/Field/Field.h
The file was modified src/Field/FieldArea_EG_Cell.h
The file was addedsrc/Discretization/VMSD/Integrand_EDG_fwd.h
The file was removedtest/sandbox/ErrorOrder_1D_MDG_AD_toy.cpp
The file was modified src/Discretization/AlgebraicEquationSet_Type.h
The file was removedtest/sandbox/Solve2D_MDG_Triangle_NavierStokes_Joukowski_toy.cpp
The file was removedsrc/Adaptation/MOESS/SolverInterface_MDG.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimateBoundaryTrace_MDG.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimateBase_MDG.h
The file was addedtest/unit/Discretization/VMSD/IntegrandCell_VMSD_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSD/JacobianCell_VMSD_AD_btest.cpp
The file was addedsrc/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was removedtest/sandbox/Solve2D_MDG_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was removedsrc/Discretization/MDG/ResidualInteriorTrace_MDG.h
The file was removedsrc/Discretization/MDG/IntegrandTrace_EDG.h
The file was modified src/Field/FieldArea_EG_Cell_impl.h
The file was addedsrc/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified test/unit/Discretization/CMakeLists.txt
The file was addedsrc/Discretization/VMSD/JacobianBoundaryTrace_VMSD.h
The file was removedtest/unit/Discretization/MDG/CMakeLists.txt
The file was removedtest/unit/Discretization/MDG/MDG_AD.nb
The file was removedsrc/Discretization/MDG/JacobianCell_EDG_Element.h
The file was removedtest/sandbox/ErrorOrder_2D_MDG_Triangle_AD_toy.cpp
The file was removedsrc/Discretization/MDG/AlgebraicEquationSet_MDG.h
The file was addedtest/unit/Discretization/VMSD/IntegrandTrace_VMSD_AD_btest.cpp
The file was modified src/Field/FieldArea_EG_Cell_Instantiate_2D.cpp
The file was removedsrc/Discretization/MDG/IntegrandTrace_MDG.h
The file was addedtest/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was addedtest/sandbox/Solve2D_VMSD_Triangle_RANSSA_Joukowski_toy.cpp
The file was addedsrc/Discretization/VMSD/IntegrandTrace_EDG.h
The file was removedsrc/Discretization/MDG/JacobianCell_MDG_Element.h
The file was addedsrc/Discretization/VMSD/ResidualInteriorTrace_VMSD.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimateBase_FineScale_MDG.h
The file was removedtest/sandbox/Solve2D_MDG_Triangle_RANSSA_Joukowski_toy.cpp
The file was removedsrc/Discretization/MDG/JacobianFunctionalCell_MDG.h
The file was removedtest/unit/Discretization/MDG/ResidualCell_MDG_AD_btest.cpp
The file was addedsrc/Discretization/VMSD/FieldBundle_VMSD.h
The file was removedsrc/Discretization/MDG/AlgebraicEquationSet_EDG.h
The file was removedsrc/Discretization/MDG/ResidualBoundaryTrace_MDG.h
The file was addedsrc/Discretization/VMSD/JacobianCell_EDG_Element.h
The file was addedsrc/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
The file was removedsrc/Discretization/MDG/IntegrandBoundaryTrace_Flux_mitState_EDG.h
The file was removedsrc/Discretization/MDG/SolutionData_MDG.h
The file was removedsrc/Discretization/MDG/IntegrandCell_MDG.h
The file was removedsrc/Discretization/MDG/FunctionalCell_MDG.h
The file was modified src/LinearAlgebra/GlobalContinuousMap.h
The file was removedsrc/Discretization/MDG/IntegrandCell_MDG_Output.h
The file was modified src/Field/Field_impl.h
The file was removedsrc/ErrorEstimate/MDG/ErrorEstimate_FineScale_MDG.h
The file was addedtest/unit/Discretization/VMSD/VMSD_AD.nb
The file was removedsrc/Discretization/MDG/FieldBundle_MDG.h
Commit 3144359ad727e39103a11e5faa0ab7f7002db2aa by arthuang
working on EG field
The file was modified src/Field/FieldArea_EG_Cell_impl.h
Commit c4be3b6f143e566bb6bc0aae8787b370ba060fb4 by arthuang
implementation of EG field
The file was modified src/Field/FieldArea_EG_Cell_impl.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Field/FieldArea_EG_Cell.h
Commit 7e4610d2d99f1f0c522c0e8004ae57cdd49e4166 by arthuang
tweaks
The file was modified src/Field/FieldArea_EG_Cell_impl.h
The file was modified src/Field/FieldArea_EG_Cell_Instantiate_2D.cpp
Commit a9d884ac68dc7cfac2c9f6b11733db9ebbd28707 by arthuang
fieldcopy tags
The file was modified src/Field/FieldArea_EG_Cell_impl.h
Commit ef9051984fa31879b9b5f5f30c21ecb15fd14d95 by arthuang
fieldcopy fixed?
The file was modified src/Field/FieldArea_EG_Cell_impl.h
Commit ba244dac66e6cf86de168e6380fc8dab5d6841b8 by arthuang
diff fieldtag
The file was modified src/Field/FieldArea_EG_Cell.h
The file was modified src/Field/FieldArea_EG_Cell_impl.h
Commit dc88bae0dc64323d481d8d16127bd3531c425f14 by arthuang
eg field compiling
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Field/Local/Field_Local.h
The file was modified src/Field/CMakeLists.txt
The file was modified src/Field/FieldArea_EG_Cell_impl.h
The file was modified src/Field/FieldArea_EG_Cell.h
Commit 3632206825bcb8d5d7c2df9de2ace57398ff90e4 by galbramc
Made Field.deallocate protected
The file was modified src/Field/Field.h
Commit 7693392e9ffd0d40c1cb4a1b20c454e7ba9c0526 by arthuang
unit tests for EG field
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was addedtest/unit/Field/Field2D_EG_Triangle_btest.cpp
The file was addedtest/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
Commit 316bccc544d7ebefac0f1d7ea4b6ffb102de0440 by hcarson
bug fix for curved grids
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit dd6fc7b8d59bb3a008e051ee18c77cf08b28a93c by galbramc
Initial attempt at 2x2 block PETSc
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_TransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified test/unit/LinearAlgebra/CustomJacobianEqSet_btest.h
The file was modified test/unit/LinearAlgebra/Advection1D_btest.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_double.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/LinearAlgebra/GlobalContinuousMap.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/Discretization/MDG/AlgebraicEquationSet_MDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified src/Discretization/FV_TPFA/AlgebraicEquationSet_FV_TPFA.h
The file was modified test/unit/LinearAlgebra/Heat1D_btest.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_backsolve.h
The file was modified src/Field/Field.h
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2_impl.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeMarch.h
The file was modified src/Field/Field_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified test/unit/LinearAlgebra/TriDiagPattern_btest.h
Commit caa0c698c8c5f9b049ba8c821ee68f7ef2379e0f by galbramc
Adding more parallel testing
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGAdvective_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/DG/CMakeLists.txt
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was addedtest/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
The file was modified test/unit/Discretization/Galerkin/CMakeLists.txt
The file was addedtest/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_SA_btest.cpp
Commit 8b3ee4a51f9f4567d825f71a1e69dbe05278a98f by cfrontin
seeking bug in changes that's frustrating 4d adapts...
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified .gitignore
The file was addedtest/sandbox/Adapt4D_L2Project_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit b8b4d76a2199fdbeda0b084eddc0d6374c7b0043 by galbramc
Working on tests for new 2x2 block parallel solves
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
The file was addedsrc/Field/ProjectSoln/ProjectSolnCell_Lagrange.h
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_SA_btest.cpp
Commit 3a3b4a65052d408a3d3a29efc8c9fb4bcf23caca by galbramc
Finished up additional parallel tests
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_SA_btest.cpp
Commit 595a2366c3ab54570a6dde2c8e052cbdc7c267a5 by galbramc
Working on parallel EDG
The file was modified src/Discretization/HDG/JacobianCell_HDG.h
The file was modified test/unit/Discretization/HDG/JacobianCell_HDG_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
The file was modified test/unit/Discretization/HDG/ResidualCell_HDG_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/ResidualBoundaryTrace_Dirichlet_mitState_HDG_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/AuxiliaryAdjoint_HDG_NS_btest.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_SA_btest.cpp
The file was modified test/unit/Field/Local/CMakeLists.txt
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/Discretization/HDG/ResidualBoundaryTrace_HDG.h
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_EDG_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/JacobianBoundaryTrace_Flux_mitState_HDG_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/ResidualInteriorTrace_HDG_AD_btest.cpp
The file was modified src/Discretization/HDG/SetFieldCell_HDG_AuxiliaryVariable.h
The file was modified src/Discretization/HDG/JacobianBoundaryTrace_HDG.h
The file was modified src/Discretization/HDG/ResidualInteriorTrace_HDG.h
The file was modified test/unit/Discretization/HDG/AuxiliaryAdjoint_HDG_AD_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_Real_Instantiate.cpp
The file was modified src/Discretization/HDG/ResidualCell_HDG.h
The file was modified test/unit/Discretization/HDG/JacobianBoundaryTrace_LinearScalar_sansLG_HDG_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/ResidualBoundaryTrace_LinearScalar_FieldTrace_HDG_AD_btest_LGOFF.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG_impl.h
The file was modified test/unit/Discretization/HDG/JacobianFunctionalBoundaryTrace_HDG_sansLG_btest.cpp
The file was modified test/unit/Discretization/HDG/SetFieldCell_HDG_AuxiliaryVariable_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/CMakeLists.txt
The file was modified test/unit/Discretization/HDG/JacobianBoundaryTrace_Dirichlet_mitState_HDG_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/ResidualBoundaryTrace_Flux_mitState_HDG_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/JacobianBoundaryTrace_Flux_mitState_HDG_Euler_btest.cpp
The file was modified src/Discretization/HDG/JacobianInteriorTrace_HDG.h
Commit b7fdaf095c402be301a71e36386ee865ee3ec34f by arthuang
progress toward static condensation
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
The file was addedsrc/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was addedsrc/Discretization/VMSD/CompleteUpdate_VMSD.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixD_CRS_Real_Instantiate.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixBlock_4x4_Instantiate.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_factorize.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_impl.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixBlock_3x3_Instantiate.cpp
Commit 18b8e2f3b822a7703b417e5085ce9a2550ecf8ab by arthuang
missing instantiation
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was addedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_CRS_double.cpp
Commit 3e14e26638c3f4cd0fdaab3ca1b1705653e3851b by arthuang
add static condense to linear solver options
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
Commit d43cfe2b50068065bfd5e062fbe42310b4fe223c by galbramc
Need Embedded DG field for EDG to work in parallel
The file was modified src/Discretization/HDG/JacobianBoundaryTrace_HDG.h
The file was modified test/unit/Discretization/HDG/AlgebraicEquationSet_EDG_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/HDG/CMakeLists.txt
The file was modified src/Discretization/HDG/JacobianInteriorTrace_HDG.h
Commit bc3eb342f238f823df1eebe69c594e4719194f13 by arthuang
serial SC working
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_impl.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/LinearSolverBase.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/Discretization/VMSD/CompleteUpdate_VMSD.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit 73df505faad0f9374a5cbf357c81bd5ba025f42b by galbramc
Fixed compile errors
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Triangle_AD_btest.cpp
Commit 2ecfe60ccb2df9c827a930ecaf839843674a5231 by cfrontin
added l2 sandbox distinct from philips since hes working on paper
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit 04955bcbd25276bbb74c7ad5c90d74f1fd5fa8f6 by cfrontin
unfinished if fix
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit d1452238b6b2e8c0f0b4e06fcc02a1e408a73194 by galbramc
VMSD seems to function in parallel
The file was modified test/unit/Discretization/VMSD/IntegrandCell_VMSD_AD_btest.cpp
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_VMSD_AD_btest.cpp
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified test/unit/Discretization/VMSD/IntegrandTrace_EDG_AD_btest.cpp
The file was modified test/unit/Discretization/VMSD/CMakeLists.txt
The file was modified test/unit/Discretization/VMSD/JacobianCell_VMSD_AD_btest.cpp
The file was modified test/unit/Discretization/VMSD/ResidualCell_VMSD_AD_btest.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit bfffee9d1560b4425781d2572b18f5f5a0703e23 by galbramc
One more compile error
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
Commit 78a63d8484ffbf0cf48d6c01f5064c178b91c4c1 by arthuang
looking for bugs
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
Commit 103c11f2a633966e5adfaa556e9da23ae0be3c68 by galbramc
More fixes
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
Commit 0d1aa400feb3125a2ef6b0f2fcba6eaa03b337c6 by arthuang
vmsd adapt almostttt working
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
Commit dc8af87a3639eedab2d4dec6c99cc14537bd6c8c by galbramc
Relaxed tolerance
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Triangle_AD_btest.cpp
Commit f95c88f712593514497717f58f88d31fb1f6d887 by arthuang
fixed up error estimate so that VMSD adaption should work
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
Commit 5d092efd09268b4e19fd4b6fced0974a4c6dcf1e by galbramc
One more tolerance relaxation
The file was modified test/system/LocalSolve/ElementDualLocalSolve2D_Galerkin_Stabilized_Triangle_AD_btest.cpp
Commit 4a5931038a4779dd26a6518e1cfe3ac3650ff45e by galbramc
Another relaxation for intel
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
Commit 1f38bc7c8480e2c92a8e6766aab6d6f1418cb449 by galbramc
Yet another tolerance relaxation
The file was modified test/system/LocalSolve/ElementDualLocalSolve2D_Galerkin_Stabilized_Triangle_AD_btest.cpp
Commit 0676ed80eedafdef77940ce126e0d58d3d16e671 by galbramc
Remove accidental paste
The file was modified test/system/LocalSolve/ElementDualLocalSolve2D_Galerkin_Stabilized_Triangle_AD_btest.cpp
Commit 88c1018498805f66a359798c98c2feefc477f280 by arthuang
don't use unnecessary field for error estimate`:wq
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
Commit 3732ecd556d6775f385fcc0a367fac46ae3c2fa3 by arthuang
update error indicator
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
Commit 1155bb55689e7b999ba4cd1f04be5815f1edb436 by arthuang
got rid of eSfld
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
Commit fa6c51984cc53ecb143e371671ce7f4f3e221f6c by arthuang
moving towards ghost residuals for VMSD
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
Commit f99473244150f4efe8dd56f43fb8d30ac151aad3 by cfrontin
commit fixes
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit 4cc6467faed2cc67219b073a39486c5fbdead613 by arthuang
petsc static condense refactor
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_CRS_double.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin_cutCellTransitionIBL.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/FV_TPFA/AlgebraicEquationSet_FV_TPFA.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_impl.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/SolutionTrek/Continuation/DissipationBased/AlgebraicEquationSet_DBC.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2_impl.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective.h
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense_MatrixD_CRS_Real_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/CMakeLists.txt
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/LinearAlgebra/SparseLinAlg/SparseLinAlg_LinearSolver.h
The file was modified src/Discretization/Potential_Drela/AlgebraicEquationSet_CG_Potential_Drela.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was removedsrc/LinearAlgebra/SparseLinAlg/PETSc/PETScSolverStaticCondense.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeMarch.h
Commit d89d43c39d1f68567222ae3324867adb7f298e5a by arthuang
cg embedded ghosts
The file was modified src/Field/FieldLine_CG_Cell.h
The file was modified src/Field/Field_CG_CellConstructor.cpp
The file was modified src/Field/FieldLine_CG_Cell_impl.h
The file was modified src/Field/FieldSpacetime_CG_Cell_impl.h
The file was modified src/Field/FieldArea_CG_Cell_impl.h
The file was modified src/Field/FieldArea_CG_Cell.h
The file was modified src/Field/FieldVolume_CG_Cell.h
The file was modified src/Field/FieldVolume_CG_Cell_impl.h
The file was modified src/Field/Field_CG_CellConstructor.h
The file was modified src/Field/FieldSpacetime_CG_Cell.h
Commit eae754dcdad850953cb8511186f572c6d837c874 by arthuang
added isStaticCondensed to algEqSet base class
The file was modified src/Discretization/FV_TPFA/AlgebraicEquationSet_FV_TPFA.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective.h
The file was modified src/SolutionTrek/HarmonicBalance/AlgebraicEquationSet_HarmonicBalance.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeStep.h
The file was addedsrc/Discretization/VMSD/Discretization_VMSD.h
The file was modified src/SolutionTrek/Continuation/Homotopy/AlgebraicEquationSet_HTC.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block2x2.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_HubTrace_Galerkin_cutCellTransitionIBL.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_Hubtrace_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/SolutionTrek/Continuation/DissipationBased/AlgebraicEquationSet_DBC.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Project.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_LiftedBoundary.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGBR2.h
The file was modified src/Discretization/Potential_Drela/AlgebraicEquationSet_CG_Potential_Drela.h
The file was modified src/Discretization/Block/AlgebraicEquationSet_Block4x4.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/Discretization/HDG/AlgebraicEquationSet_HDGAdvective_CutcellTransitionIBL.h
The file was modified src/SolutionTrek/TimeMarching/AlgebraicEquationSet_TimeMarch.h
The file was modified src/Discretization/VMSD/CompleteUpdate_VMSD.h
Commit a024a594485f1225df0f2288ae5957e56dc7bb24 by cfrontin
jenkins fixins
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit d92209e42f62e4875f7f8d0d23a9b647b810c69e by arthuang
trying to get unit tests to build
The file was modified test/unit/Field/Field2D_EG_Triangle_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source3D.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified test/unit/Discretization/VMSD/JacobianCell_VMSD_AD_btest.cpp
The file was modified src/pde/ArtificialViscosity/AVSensor_Source1D.h
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/SolutionTrek/Ricatti_btest.h
The file was modified test/unit/Discretization/VMSD/ResidualCell_VMSD_AD_btest.cpp
The file was modified src/pde/ArtificialViscosity/PDEmitAVSensor1D.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Discretization/VMSD/Discretization_VMSD.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/Field/CMakeLists.txt
The file was modified test/sandbox/ErrorOrder_2D_VMSD_Triangle_AD_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/Discretization/VMSD/IntegrandTrace_EDG.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified src/pde/ArtificialViscosity/AVSensor_Source2D.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was removedtest/unit/ErrorEstimate/ErrorEstimateCell_MDG_AD_btest.cpp
The file was modified src/pde/NS/PDEEuler1D.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was addedtest/unit/ErrorEstimate/ErrorEstimateCell_VMSD_AD_btest.cpp
The file was modified test/sandbox/ErrorOrder_1D_VMSD_AD_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit c9a47033f363cf256311522074aa11fbb373994a by galbramc
Something is still wrong with VMSD in parallel
The file was addedtest/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit d29594608ea90ee2bccbd43899916707b7dfc7a2 by arthuang
unit tests compiling
The file was addedsrc/Field/FieldLine_EG_Cell_impl.h
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity1D.h
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was addedsrc/Field/FieldLine_EG_Cell_Instantiate_1D.cpp
The file was addedsrc/Field/FieldLine_EG_Cell.h
The file was modified test/sandbox/Solve2D_HDG_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified src/pde/Burgers/PDEBurgers1D.h
The file was modified src/pde/NS/PDEEuler3D.h
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve2D_HDG_Triangle_RANSSA_Joukowski_toy.cpp
The file was addedsrc/Field/FieldVolume_EG_Cell_Instantiate_3D.cpp
The file was modified test/sandbox/ErrorOrder_1D_VMSD_AD_toy.cpp
The file was modified src/pde/NS/PDEEuler2D.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_toy.cpp
The file was addedsrc/Field/FieldVolume_EG_Cell.h
The file was modified src/pde/Burgers/PDEBurgers2D.h
The file was addedsrc/Field/FieldVolume_EG_Cell_impl.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity2D.h
The file was modified src/Discretization/VMSD/SolutionData_VMSD.h
The file was modified src/pde/Burgers/PDEBurgers_ArtificialViscosity2D.h
The file was modified src/pde/PorousMedia/PDETwoPhase_ArtificialViscosity1D.h
The file was modified src/pde/PorousMedia/PDETwoPhase2D.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
Commit 7de76c0e3bfa20fde25d769d513ee80d6dceb298 by arthuang
SA unit tests for static condensed VMSD
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
Commit c8ab5558d2dad759892b1672d175f3369be03ef7 by arthuang
using BiCGstab for unit test
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit 2654de4c0ca3b1b5ba8351f9a210d247c3b6e7d2 by cfrontin
some fixes
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit a5ef8adfaa3efafd7e894821981a00c486e1eb9b by cfrontin
added new 4d function, errorestimate tests for 4d
The file was modified src/pde/AnalyticFunction/ScalarFunction4D.h
The file was addedsrc/pde/NDConvert/FunctionNDConvertSpaceTime3D.h
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/pde/AnalyticFunction/ScalarFunction4D.cpp
Commit e281519596b7bcf026e24aedddce9fcc81330890 by cfrontin
push up to show weird results.
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
Commit 78e9e1dfc06af941d5320acc19589eec6a7bd1d0 by cfrontin
errorestimate_l2 tests ready for 4d, failing, probably due to bug.
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
Commit 51627717d46b83fb9d4d7fe163b909927f787039 by cfrontin
thing that broke earlker commit.
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit ccc36b0287b0143b48ac70cc20885ba5a0dd44b2 by cfrontin
turn off failing test.
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
Commit 0b020962e0309fb8ba6de84401c4b04156a104f6 by cfrontin
affline typo ffs
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
Commit 0b974d1968d31366bf23856ea15fbf643a2d1647 by cfrontin
jenkins is a real chowderhead.
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit 171fa304f05977aecc064793edaa1937fddd464e by arthuang
fixed petsc btest, reverted some edg things
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_VMSD_AD_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified test/unit/LinearAlgebra/SparseLinAlg/PETSc/PETSc_btest.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixD.cpp
The file was modified src/Discretization/HDG/IntegrandBoundaryTrace_Flux_mitState_HDG.h
The file was modified src/Discretization/HDG/IntegrandInteriorTrace_HDG.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
Commit ba94c3ee5e4112ef5afe0ae176de050d6c73c2e9 by galbramc
Guard against committing SA with QCR
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
Commit 011371b43800a9246c6458c74a6921d98558e01a by arthuang
updating error estimate test
The file was modified test/unit/Discretization/VMSD/VMSD_AD.nb
The file was modified test/unit/ErrorEstimate/ErrorEstimateCell_VMSD_AD_btest.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
Commit 40e4ec1bd5e798d45c9adadb36e27aeb02b60beb by arthuang
fixed up VMSD unit tests, PTC static condensation
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/LinearAlgebra/AlgebraicEquationSetBase.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSetBase_IRS.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block4x4_PTC_IBL.h
The file was modified test/unit/SolutionTrek/Continuation/PseudoTime_btest.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_Block2x2_PTC.h
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSetBase_PTC.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_Block2x2_IRS.h
The file was modified test/unit/SolutionTrek/Continuation/ImplicitResidualSmoothing_btest.cpp
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/ImplicitResidualSmoothing.h
Commit b7b9f2864f9d317a96ca9e2430c813c11491a752 by arthuang
vmsd local solves working...?
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit 41cff6996aa3ac66a00b1d7018a7879985a81c83 by hcarson
hunting some parallel bugs for Arthur and the curved grids
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBase_MDG.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/ErrorEstimate/ErrorEstimate_Common.h
The file was modified src/ErrorEstimate/HDG/ErrorEstimate_HDG.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/ErrorEstimate/MDG/ErrorEstimateBase_FineScale_MDG.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBase_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_Galerkin_Stabilized.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
Commit c5742087b33aca82336547a83ad19cf050120e39 by hcarson
added an adapt to implied metric method. Useful for getting avro out of a hole on the corner singularity adapt
The file was modified src/Meshing/AnalyticMetrics/CornerSingularity.h
The file was modified test/sandbox/Adapt2D_Mesh_Optimizer_toy.cpp
The file was modified src/Adaptation/MeshAdapter.h
The file was modified src/Adaptation/MeshAdapter/MeshAdapter_impl.h
The file was modified src/Adaptation/TargetMetric.h
Commit 3bc9e36976cec65ce5a6a5a523892894a9940b90 by arthuang
fixed unit test problem
The file was modified src/Field/Field_CG_CellConstructor.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
Commit 931d14d1c82e39000e706f7260d3e0ce0001101e by arthuang
got rid of warning, added PTC unit test
The file was addedtest/system/CodeConsistency/AlgebraicEquationSet_PTC_VMSD_Triangle_SA_btest.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit 5fb27c58bc8ed7a0ecc0aea87d1019392cbd9790 by cfrontin
fixed mpi reduce div by zero bug
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit f86f96acda2e927484768495616a12aa4d81fb5f by cfrontin
errorestimate 4d test is working...
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
Commit cc7d689690cc5b808f0f0b396b6db7b591e08bad by arthuang
cg field constructor became ambiguous... fixing this
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_btest.cpp
The file was modified test/unit/PanelMethod/XfoilPanelEquationSet_btest.cpp
The file was modified test/unit/Adaptation/MOESS/NodalMetrics_btest.cpp
The file was modified src/Field/FieldArea_CG_Cell.h
The file was modified test/unit/Adaptation/MOESS/CostModel_LogEuclidian_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified src/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO/MOESS_SANS_Optimizer_TAO_impl.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Field/HField/GenHField_CG.cpp
The file was modified test/system/CodeConsistency/Solve2D_XfoilLikePanelMethod_btest.cpp
The file was modified test/unit/Adaptation/MOESS/NLOPT/MOESS_PX_Optimizer_NLOPT_btest.cpp
The file was modified src/Field/FieldVolume_CG_Cell.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_PTC_btest.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/PanelMethod/XfoilPanel_btest.cpp
The file was modified src/Adaptation/MeshAdapter/MeshAdapter_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_btest.cpp
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified test/unit/Adaptation/MOESS/MOESS_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_Forced_btest.cpp
The file was modified src/Adaptation/MOESS/CostModel_LogEuclidean/CostModel_LogEuclidean_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified src/Adaptation/MOESS/TAO/ImpliedMetric_Optimizer_TAO/ImpliedMetric_Optimizer_TAO_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_PX_Optimizer_NLOPT/MOESS_PX_Optimizer_NLOPT_impl.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/Field/FieldLine_CG_Cell.h
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified src/Adaptation/MOESS/NLOPT/ImpliedMetric_Optimizer_NLOPT/ImpliedMetric_Optimizer_NLOPT_impl.h
The file was modified test/unit/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified src/Field/FieldSpacetime_CG_Cell.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified test/unit/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT_btest.cpp
Commit 750481ddacecc6b5152260690df9ad490eff4bf6 by arthuang
finished cg constructor stuff.. added accessor for bubble dofs
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/Field/Element/ElementAssociativityLine.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Meshing/AnalyticMetrics/MetricField.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Field/Element/ElementAssociativitySpacetime.h
The file was modified src/Field/Element/ElementAssociativityArea.h
The file was modified src/Field/Element/ElementAssociativityVolume.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_HDGAdv_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
Commit 56349dacc9ae7fa79062ec7ae4fc0dc775e3a5bc by arthuang
vmsd working with p>D (extra equations zeroed out)
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
Commit d007ae8567f2f7d6fe1759a65761cd7b8f013873 by arthuang
fixed up unit tests
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit 3e7009edbe3c94637ef09e6a8884e22ee787b847 by hcarson
missed one fix
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 1f493979266f1f4931732d418a71e7762ef534ed by hcarson
changed a slightly misnamed template
The file was modified src/pde/AdvectionDiffusion/OutputAdvectionDiffusion2D.h
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified test/sandbox/Adapt2D_Mesh_Optimizer_toy.cpp
Commit 34f90e53816670db71eecbf507b09585b75a41b2 by galbramc
Refactored synthesize_edge. Didn't find anything fishy. Other small fixes.
The file was modified src/Adaptation/MOESS/ErrorModel.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified CMakeInclude/Valgrind.cmake
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/ImplicitResidualSmoothing.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel_Local.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
The file was modified src/SolutionTrek/Continuation/ImplicitResidualSmoothing/AlgebraicEquationSet_IRS.h
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
Commit 425713bae60177d69114e98baf9aed5c66efbd9e by galbramc
PETSc debug matrix dumps for MATLAB
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
Commit a9a0d7d7d7d47d456eeadc542bd27bfe8ff2c69a by cfrontin
case adjustment.
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
Commit a00569b619634e3c0502a3c48ac97f3e80cc44c3 by arthuang
static condensed parallel VMSD is working!!!
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/SolutionTrek/Continuation/PseudoTime/AlgebraicEquationSet_PTC.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate.h
The file was modified src/NonLinearSolver/NewtonSolver_impl.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified test/system/CodeConsistency/AlgebraicEquationSet_PTC_VMSD_Triangle_SA_btest.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
The file was modified src/NonLinearSolver/LineUpdate/LineUpdateBase.h
The file was modified test/unit/NonLinearSolver/HalvingSearchLineUpdate_btest.cpp
The file was modified test/sandbox/Adapt4D_Mesh_Optimizer_toy.cpp
The file was modified src/NonLinearSolver/LineUpdate/NewtonLineUpdate.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/NonLinearSolver/LineUpdate/LineUpdate.h
The file was modified src/NonLinearSolver/LineUpdate/ScalarGoldenSearchLineUpdate.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin_BDF.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_impl.h
Commit fc33458929b6491259b14f753d3b035ec07e13fa by arthuang
formatting
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
Commit ea3694f45dd4bc1833ab6d9dbd7ae20dc8ed3503 by arthuang
fixed cg field constructor
The file was modified test/unit/PanelMethod/XfoilPanel_btest.cpp
The file was modified src/Adaptation/MOESS/NLOPT/ImpliedMetric_Optimizer_NLOPT/ImpliedMetric_Optimizer_NLOPT_impl.h
The file was modified src/Field/FieldLine_CG_Cell_impl.h
The file was modified src/Field/FieldVolume_CG_Cell.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HubtraceHDGAdvIBL_CutCellNaturalTransition_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_IBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_LamiBL_TurbWake_PTC_btest.cpp
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified src/Field/FieldVolume_CG_Cell_impl.h
The file was modified test/unit/Adaptation/MOESS/MOESS_btest.cpp
The file was modified test/unit/Adaptation/MOESS/NLOPT/MOESS_PX_Optimizer_NLOPT_btest.cpp
The file was modified test/unit/Adaptation/MOESS/NodalMetrics_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_HDGAdv_IBL_Panel_NACA0004_LamiBL_TurbWake_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified src/Field/FieldLine_CG_Cell.h
The file was modified src/Adaptation/MOESS/TAO/MOESS_SANS_Optimizer_TAO/MOESS_SANS_Optimizer_TAO_impl.h
The file was modified src/Adaptation/MOESS/CostModel_LogEuclidean/CostModel_LogEuclidean_impl.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified test/unit/NonLinearSolver/HalvingSearchLineUpdate_btest.cpp
The file was modified test/unit/PanelMethod/XfoilPanelEquationSet_btest.cpp
The file was modified src/Field/HField/GenHField_CG.cpp
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_PX_Optimizer_NLOPT/MOESS_PX_Optimizer_NLOPT_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_HDGAdvIBL_Panel_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_btest.cpp
The file was modified test/unit/Adaptation/MOESS/CostModel_LogEuclidian_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_XfoilLikePanelMethod_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_Cell.h
The file was modified test/system/CodeConsistency/AlgebraicEquationSet_PTC_VMSD_Triangle_SA_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBL_Panel_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/sandbox/ErrorOrder_1D_VMSD_AD_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellForcedTransitionIBL_Panel_btest.cpp
The file was modified src/Field/FieldArea_CG_Cell.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_btest.cpp
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_Auxv_Auxi_CutCellNaturalTransitionIBLUniField_Panel_btest_outdated.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_LamiBL_TurbWakeXfoilLagClosure_btest.cpp
The file was modified test/unit/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT_btest.cpp
The file was modified src/Adaptation/MOESS/TAO/ImpliedMetric_Optimizer_TAO/ImpliedMetric_Optimizer_TAO_impl.h
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_AD_btest.cpp
The file was modified src/Field/FieldSpacetime_CG_Cell_impl.h
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_SANS_Optimizer_NLOPT/MOESS_SANS_Optimizer_NLOPT_impl.h
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
The file was modified test/unit/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA_btest.cpp
The file was modified src/Field/FieldArea_CG_Cell_impl.h
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_Forced_btest.cpp
The file was modified test/unit/Discretization/VMSD/AlgebraicEquationSet_VMSD_Triangle_SA_btest.cpp
The file was modified src/Meshing/AnalyticMetrics/MetricField.h
The file was modified src/Adaptation/MeshAdapter/MeshAdapter_impl.h
Commit fc3cecaead1c641cb7f3b1d499c707deec6cd6f1 by arthuang
forgot a file
The file was addedsrc/Field/EmbeddedCGType.h
Commit 323ceff3b3f3bb8a2a1ed64088c6c6217709db49 by arthuang
last CG constructor change?
The file was modified test/sandbox/Adapt4D_Mesh_Optimizer_toy.cpp
Commit ecf67f626e81b6373644e4e91ca18a22d9fba1dd by arthuang
fixed warning, added PETSc memory monitor flag
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_impl.h
The file was modified test/system/CodeConsistency/AlgebraicEquationSet_PTC_VMSD_Triangle_SA_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit a305b829533f2e0279a043f8c544b9c9f14c1304 by galbramc
Added edge-element ErrorModel. Various small fixes.
The file was modified src/Field/Field_NodalView_Volume.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel_Local.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel_Local.h
The file was modified src/Adaptation/MOESS/ErrorModel.h
The file was modified src/Field/Field_NodalView_Line.cpp
The file was modified test/unit/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA_btest.cpp
The file was modified src/Field/Field_NodalView_Area.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Field/Field_NodalView_Spacetime.cpp
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
Commit 4765578385eae2985d1bf193e6d862c0ea891f45 by arthuang
push to hypersonic
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
Commit 1a66364c5a71d1b6b4f0be9260c7571e0d830f58 by arthuang
revert some things
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
Commit c387d4578f76af6902c341ffb5dc251d3a4f7bcb by arthuang
add petsc stuff to cmake file
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified test/system/CodeConsistency/CMakeLists.txt
Commit 6314a488fd34c283fc312266e1c26543da3ad1df by galbramc
Fixes for 4D L2 projection adaptation. SANS optimizer has no lower bound on costTarget. FrobNorm does not use coarsening factor for FrobNorm.
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Adaptation/MOESS/NLOPT/MOESS_PX_Optimizer_NLOPT.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/Adaptation/MOESS/NLOPT/MOESS_PX_Optimizer_NLOPT/MOESS_PX_Optimizer_NLOPT_impl.h
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
The file was modified src/Adaptation/MOESS/MOESSParams.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics.h
Commit fd6dc95ac3eab020aeca01678f907038e3ede8f2 by arthuang
speedup for vmsd jacobians
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
Commit 81e4af37a2f184281929cb53513898471938b0da by galbramc
Vera fixes
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified scripts/vera/exclusions.txt
Commit 950d68254902a9af4d6fee7e03db95f53a492e36 by arthuang
more speedup
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
Commit e87c3560c99de985f1c28132fef269f9da937880 by hcarson
switched to using some unique_ptrs so that fields only get created when they're actually needed
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBase_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/OutputCorrection_Galerkin_Stabilized.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_Galerkin_Stabilized.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimate_StrongForm_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
Commit aaeefda46b312a9b781e4d6a5458c5fade2fee38 by galbramc
Fixed warning
The file was modified src/pde/NS/PDERANSSA3D.h
Commit ffd43e2e652dd68b8807a644476ce8647828b50a by arthuang
skip some unnecessary jacobians during local solves
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/VMSD/JacobianInteriorTrace_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/VMSD/JacobianBoundaryTrace_VMSD.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
Commit 5994bcb5100d40832d088688f80b9f61613be140 by cfrontin
some random tests and 4d updates
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified test/unit/Adaptation/MOESS/MOESS_btest.cpp
Commit c2d3b2c107d2b9883dd6bb4b7b89cdc600028eb4 by galbramc
Trying to reduce compile time
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Field/FieldSpacetime_CG_Trace_impl.h
The file was addedsrc/Field/HField/HField_DG/HField_DG_Spacetime.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorArea_2D.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorArea_impl.h
The file was addedsrc/Field/XField_CellToTrace/XField_CellToTrace_Line_1D.cpp
The file was modified src/Field/FieldArea_CG_Cell_impl.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified src/Field/FieldArea_CG_BoundaryTrace_impl.h
The file was modified src/Field/HField/HField_CG.h
The file was modified src/Field/FieldVolume_CG_InteriorTrace_impl.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_Joukowski_ArtificialViscosity_toy.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorSpacetime.cpp
The file was modified src/Adaptation/CMakeLists.txt
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Triangle_AD_toy.cpp
The file was modified src/Adaptation/MOESS/XFieldND_EquilateralRef.h
The file was addedsrc/Field/Partition/XField_Lagrange_Volume_3D.cpp
The file was addedsrc/Field/HField/GenHField_DG/GenHField_DG_Area.cpp
The file was modified src/Field/FieldVolume_CG_Trace_impl.h
The file was modified src/Field/Local/XField_LocalPatch.h
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified test/sandbox/Adapt2D_DGBR2_AD_ArtificialViscosity_toy.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructor.cpp
The file was addedsrc/Field/HField/HField_DG/HField_DG_Volume.cpp
The file was modified src/Field/FieldSpacetime_CG_InteriorTrace_impl.h
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_Euler_Bump_ArtificialViscosity_toy.cpp
The file was addedsrc/Field/Field_CG/Field_CG_Topology.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorLine_1D.cpp
The file was modified test/system/LocalSolve/LocalSolve2D_Split_DGBR2_Triangle_AD_AV_btest.cpp
The file was addedsrc/Field/HField/GenHField_CG/GenHField_CG_Volume.cpp
The file was modified src/Field/Local/XField_LocalPatchBase/XField_LocalPatchBase_impl.h
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was removedsrc/Field/Partition/XField_Lagrange.cpp
The file was addedsrc/Field/Partition/XField_Lagrange_impl.h
The file was addedsrc/Field/HField/GenHField_CG/GenHField_CG_Line.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_RANSSA_Joukowski_BLSC_toy.cpp
The file was addedsrc/Field/HField/GenHField_DG/GenHField_DG_Line.cpp
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorArea_3D.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorLine_2D.cpp
The file was addedsrc/Field/output_Tecplot/output_Tecplot_FieldLine_2D.cpp
The file was modified src/Field/FieldVolume_CG_BoundaryTrace_impl.h
The file was addedsrc/Field/HField/HField_CG/HField_CG_Line.cpp
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorLine_impl.h
The file was addedsrc/Field/Partition/XField_Lagrange_Line_1D.cpp
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_CG_Nodal_Triangle_AD_btest.cpp
The file was addedsrc/Field/XField_CellToTrace/XField_CellToTrace_Line_2D.cpp
The file was addedsrc/Field/HField/GenHField_DG/GenHField_DG_Spacetime.cpp
The file was modified test/unit/Field/Field3D_CG_Hexahedron_btest.cpp
The file was removedsrc/Field/Field_CG_TraceConstructor.cpp
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructor.h
The file was modified test/unit/Field/XField3D_Curved_Tet_btest.cpp
The file was modified src/Field/FieldVolume_CG_Cell_impl.h
The file was addedsrc/Field/Partition/XField_Lagrange_Line_2D.cpp
The file was removedsrc/Field/Field_CG_TraceConstructor.h
The file was modified test/unit/Adaptation/MOESS/ReferenceStepMatrix_btest.cpp
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorVolume.cpp
The file was addedsrc/Field/output_Tecplot/output_Tecplot_FieldLine_impl.h
The file was removedsrc/Field/output_Tecplot/output_Tecplot_FieldLine.cpp
The file was addedsrc/Adaptation/MOESS/XFieldND_EquilateralRef/XFieldND_EquilateralRef4D.cpp
The file was modified src/Adaptation/MOESS/ParamFieldBuilder_Block2.h
The file was addedsrc/Field/HField/HField_DG/HField_DG_impl.h
The file was addedsrc/Field/HField/HField_CG/HField_CG_Volume.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_FlatPlate_toy.cpp
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorArea_impl.h
The file was removedsrc/Field/Field_CG_Topology.h
The file was addedsrc/Field/HField/GenHField_DG/GenHField_DG_impl.h
The file was addedsrc/Field/output_Tecplot/output_Tecplot_FieldLine_1D.cpp
The file was addedsrc/Field/XField_CellToTrace/XField_CellToTrace_Area_2D.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorVolume.cpp
The file was modified test/unit/Adaptation/MOESS/XFieldND_EquilateralRef_btest.cpp
The file was addedsrc/Field/XField_CellToTrace/XField_CellToTrace_Volume.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_VMSD_Triangle_AD_toy.cpp
The file was modified src/Field/Partition/LagrangeElementGroup.cpp
The file was modified test/unit/Discretization/DG/AlgebraicEquationSet_DGBR2_Triangle_SA_btest.cpp
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_Oliver_toy.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructor.h
The file was addedsrc/Field/Partition/XField_Lagrange_Spacetime_4D.cpp
The file was removedsrc/Field/Field_CG_Topology.cpp
The file was modified src/Field/XFieldVolume_buildFrom_impl.h
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_NavierStokes_GaussianBump_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Lifted_Triangle_AD_toy.cpp
The file was addedsrc/Field/HField/HField_DG/HField_DG_Area.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_ArtificialViscosity_toy.cpp
The file was addedsrc/Field/XField_CellToTrace/XField_CellToTrace_impl.h
The file was addedsrc/Field/XField_CellToTrace/XField_CellToTrace_Spacetime.cpp
The file was addedsrc/Field/XField_CellToTrace/XField_CellToTrace_Area_3D.cpp
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorArea_2D.cpp
The file was removedsrc/Field/XField_CellToTrace.cpp
The file was removedsrc/Field/HField/HField_CG.cpp
The file was modified test/unit/Discretization/DG/SolutionData_DGBR2_Block2_btest.cpp
The file was addedsrc/Field/HField/HField_CG/HField_CG_Area.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_HOW5_CI1_toy.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorArea_3D.cpp
The file was modified src/Field/XFieldLine_buildFrom_impl.h
The file was addedsrc/Field/HField/GenHField_CG/GenHField_CG_impl.h
The file was removedsrc/Field/Field_CG_CellConstructor.cpp
The file was modified test/system/CodeConsistency/AlgebraicEquationSet_PTC_VMSD_Triangle_SA_btest.cpp
The file was modified test/unit/Field/XField3D_Curved_Hex_btest.cpp
The file was modified src/Field/XFieldSpacetime_buildFrom_impl.h
The file was modified test/unit/Field/Field3D_CG_Tetrahedron_btest.cpp
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorLine_1D.cpp
The file was modified src/Adaptation/MOESS/ParamFieldBuilder.h
The file was removedsrc/Adaptation/MOESS/XFieldND_EquilateralRef.cpp
The file was addedsrc/Field/Field_CG/Field_CG_TraceConstructorLine_impl.h
The file was removedsrc/Field/HField/GenHField_CG.cpp
The file was addedsrc/Adaptation/MOESS/XFieldND_EquilateralRef/XFieldND_EquilateralRef3D.cpp
The file was addedsrc/Adaptation/MOESS/XFieldND_EquilateralRef/XFieldND_EquilateralRef2D.cpp
The file was modified test/sandbox/Solve2D_CGStabilized_Triangle_Euler_NACA0012_ArtificialViscosity_toy.cpp
The file was addedsrc/Field/Field_CG/Field_CG_Topology.h
The file was modified src/Field/FieldSpacetime_CG_BoundaryTrace_impl.h
The file was modified test/sandbox/Solve2D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/Field/FieldArea_CG_Trace_impl.h
The file was modified test/unit/Field/Field4D_CG_Pentatope_btest.cpp
The file was addedsrc/Field/Partition/XField_Lagrange_Area_2D.cpp
The file was modified src/Field/CMakeLists.txt
The file was addedsrc/Field/Partition/XField_Lagrange_Area_3D.cpp
The file was removedsrc/Field/Field_CG_CellConstructor.h
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorLine_2D.cpp
The file was modified src/Field/Local/XField_LocalPatchConstructor.h
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was removedsrc/Field/HField/HField_DG.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_ArtificialViscosity_toy.cpp
The file was modified src/Field/FieldArea_CG_InteriorTrace_impl.h
The file was addedsrc/Field/HField/HField_DG/HField_DG_Line.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_btest.cpp
The file was addedsrc/Adaptation/MOESS/XFieldND_EquilateralRef/XFieldND_EquilateralRef1D.cpp
The file was addedsrc/Field/HField/HField_CG/HField_CG_impl.h
The file was addedsrc/Field/Field_CG/Field_CG_CellConstructorSpacetime.cpp
The file was modified test/unit/Adaptation/MOESS/ParamFieldBuilder_Block2_btest.cpp
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was addedsrc/Field/HField/GenHField_CG/GenHField_CG_Area.cpp
The file was modified CMakeInclude/HeaderCompileCheck.cmake
The file was modified src/Field/FieldLine_CG_BoundaryTrace_impl.h
The file was modified src/Field/FieldSpacetime_CG_Cell_impl.h
The file was addedsrc/Field/HField/GenHField_DG/GenHField_DG_Volume.cpp
The file was modified src/Field/FieldLine_CG_Cell_impl.h
The file was removedsrc/Field/HField/GenHField_DG.cpp
The file was modified test/unit/Adaptation/MOESS/ErrorModel_Local_btest.cpp
The file was modified test/sandbox/ErrorOrder_1D_Galerkin_Stabilized_AD_DoubleBL_toy.cpp
Commit 99b131745849a0e86a2524014d5960d71e9fdaf9 by galbramc
Missed one
The file was modified src/Field/XFieldArea_buildFrom_impl.h
Commit 86e1b9e63190fbbc0bc8ad3bfa4cb410ced1f368 by hcarson
added some more timers. Also undid that merge conflict horror
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
Commit 45bfddee1cc7edce39f9f097930326020c7cbc8c by arthuang
check for NaNs in residual norm
The file was modified src/Discretization/AlgebraicEquationSet_Debug.h
Commit 89ff022a9b959ae733bbc20ba0cc50102c25c7d8 by cfrontin
fix
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit 9e81b08311c7df78370f9559d26ec13b47fd5c1d by cfrontin
annoying bit to change.
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
Commit 1cca3c6e421aaa4902115fd3a896bdfc4d8438e1 by cfrontin
ambiguous max
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit ea5eaf7e54cc4a8d789b028eba7fce8c38c92e37 by arthuang
static condensation for local solves
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified src/Discretization/VMSD/JacobianBoundaryTrace_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/VMSD/JacobianInteriorTrace_VMSD.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit a102cbdbfd9d70c5f8b30fb4ca14490a926ebc55 by arthuang
revert to usual pseudotime logic
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
Commit a623103187cf95873bc355e6689fc58d5e1ed75d by arthuang
trying out nonlinear version of vmsd
The file was addedsrc/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was addedsrc/Discretization/VMSD/IntegrandCell_VMSD_NL.h
Commit 24b6ef19ca7e3f758f8b2297efcd33eb279f569c by cfrontin
another std::max fix
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 26be87b630c0da8a90039a4efa769cfd73ecd76a by cfrontin
case mods for hypersonic.
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit b0cc57e26b34136eee8fb708eb8a2c9505872af1 by cfrontin
parallel fix for 2D+T AD cases.
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
Commit b4e642328745ecf97bf56e5eaf636e8403a974b8 by arthuang
bug fix
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
Commit 83cf819b7e38bbd361ef133c96cc45e1e462c53b by arthuang
another jacobian fix
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
Commit 00597ffd8e4c7ef246dcf30e068ef499c78549b3 by arthuang
last bugs hopefully
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
Commit 7029a11df4ecf071bceb71f0c471abdd491f9960 by arthuang
fixing stabilization
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_NL.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
Commit 881070f157a8d4bb31b96633a63a64f14361d998 by cfrontin
flip to edge localsolve on CG adapt3d case to pass.
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit dc8f5563dfff7cff59023ec0d11dce7183276deb by cfrontin
fixed funkiness from paralell outputs.
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
Commit e72ed550aa7831ff44ee0bc40f0fb66c0ba6e592 by galbramc
Just-in-time cell quadrature caching
The file was modified src/Field/Element/ElementXFieldLine.h
The file was modified src/Field/Element/ElementArea.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron.cpp
The file was modified src/BasisFunction/BasisFunctionLine.cpp
The file was modified src/Field/Element/ElementXFieldLine_impl.h
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope.cpp
The file was modified src/Field/Element/ElementXFieldArea_impl.h
The file was modified src/Field/Element/ElementSpacetime.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad.cpp
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_4D.cpp
The file was modified src/BasisFunction/Quadrature_Cache.h
The file was modified src/Field/Element/ElementXFieldSpacetime_impl.h
The file was modified src/Field/Element/ElementVolume.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Triangle.cpp
The file was modified src/Field/Element/ElementLine.h
The file was modified src/Field/Element/ElementXFieldLine_Instantiate_2D.cpp
The file was modified src/Field/Element/ElementXFieldVolume_impl.h
Commit c24a9c6679b1d4107974f1fcc5c202fb91d7ab44 by arthuang
added validity check for q+q'
The file was addedsrc/Discretization/isValidState/isValidStateCell_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit 7bf28d81d8d33d5736ff2d043f990412601be10c by arthuang
bug fix on error estimate
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD_NL.h
Commit 81e2db8d02e0ba5f5d0f1a0caa8c037ed9753eb8 by cfrontin
fix parallel mistake.
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_L2Project_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 9b82efe1010678d7b22e4b7416c08ac6ca5d3002 by galbramc
Fix divide by zero and link error
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/Eigen/MatrixSymS_Eigen_3x3.cpp
The file was modified test/unit/Meshing/FeFloa/CMakeLists.txt
The file was modified test/unit/LinearAlgebra/DenseLinAlg/MatrixSymS_Eigen_btest.cpp
The file was modified test/unit/Field/Local/CMakeLists.txt
Commit 92993fa41d32623d0db78d1a7341730b86d441c3 by galbramc
Just-in-time basis quadrature trace caching
The file was modified src/Field/Element/ElementXFieldLine_impl.h
The file was modified src/Field/Element/ElementXFieldSpacetime_impl.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope.cpp
The file was modified src/Field/Element/ElementXFieldVolume_Instantiate_4D.cpp
The file was modified src/Field/Element/ElementSpacetime.h
The file was modified src/BasisFunction/Quadrature_Cache.h
The file was modified src/Field/Element/ElementVolume.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron.cpp
The file was modified src/Field/Element/ElementXFieldArea_Instantiate_3D.cpp
The file was modified src/Field/Element/ElementArea.h
The file was modified src/Field/Element/ElementXFieldArea_impl.h
The file was modified src/BasisFunction/BasisFunctionArea_Quad.cpp
The file was modified src/Field/Element/ElementXFieldVolume_impl.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron.cpp
The file was modified src/Field/Element/ElementLine.h
The file was modified src/BasisFunction/BasisFunctionLine.cpp
Commit 04db3a8ca9140f4663a64311984a70ebf308f508 by galbramc
Longer timeout for AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest
The file was modified test/unit/Discretization/Galerkin/CMakeLists.txt
Commit 75e09736b19f71d8a94279282050117d136fefd9 by galbramc
Caching of basis hessian at quadrature points
The file was modified test/unit/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA_btest.cpp
The file was modified src/Field/Element/ElementVolume.h
The file was modified test/unit/Field/Element/ElementVolume_Tetrahedron_btest.cpp
The file was modified src/BasisFunction/BasisFunctionArea_Quad.cpp
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron.cpp
The file was modified test/unit/Field/Element/ElementSpacetime_Pentatope_btest.cpp
The file was modified test/unit/Field/Element/ElementVolume_Hexahedron_Cache_Hierarchical_btest.cpp
The file was modified src/Field/Element/ElementArea.h
The file was modified src/BasisFunction/BasisFunctionVolume_Tetrahedron.cpp
The file was modified test/unit/Field/Element/ElementArea_Triangle_btest.cpp
The file was modified test/unit/Field/Element/ElementLine_btest.cpp
The file was modified test/unit/Field/Element/ElementVolume_Hexahedron_Cache_Legendre_btest.cpp
The file was modified test/unit/Field/Element/ElementVolume_Hexahedron_Cache_Lagrange_btest.cpp
The file was modified src/BasisFunction/Quadrature_Cache.h
The file was modified src/BasisFunction/BasisFunctionArea_Triangle.cpp
The file was modified src/BasisFunction/BasisFunctionSpacetime_Pentatope.cpp
The file was modified src/Field/Element/ElementLine.h
The file was modified test/unit/Field/Element/ElementArea_Quad_btest.cpp
The file was modified src/Field/Element/ElementSpacetime.h
The file was modified src/BasisFunction/BasisFunctionLine.cpp
Commit 83538c83d56efcaddf7035154de3986472994505 by galbramc
Compile fix
The file was modified src/Field/Element/ElementLine.h
Commit d098d3edc894a4cc3f62f0340007c4860e50f971 by galbramc
Add Hex Legendre hessians
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.cpp
The file was modified test/unit/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange_btest.cpp
Commit bd676221eb8704b358a12ebefbf56048aa7c826d by galbramc
Fixes in tests
The file was modified test/unit/Field/Element/ElementVolume_Hexahedron_Cache_Lagrange_btest.cpp
The file was modified test/unit/Field/Element/ElementXFieldVolume_Hexahedron_btest.cpp
Commit 8622ac45125e3d5c029345f7a03221497419d937 by galbramc
Hopefully last minor fixes
The file was modified test/unit/Field/Element/ElementSpacetime_Pentatope_btest.cpp
The file was modified test/unit/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange_btest.cpp
Commit 79d5bc0cefd20f0aabad0ca29be88a9c792e5155 by cfrontin
parallel output fix, hopefully nightly fix.
The file was modified test/sandbox/Adapt3D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 837b6c54f0ce4fc122d3378ccae265a7f0b49fae by galbramc
Added SA QCR for 3D. Other small cleanups.
The file was modified src/pde/NS/PDERANSSA2D.h
The file was modified scripts/vera/exclusions.txt
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/pde/NS/GasModel.h
The file was modified src/pde/NS/GasModel.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 742ec6c1ed1f9b8e45965f26bb168c33edc37879 by galbramc
Fix compile error
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
Commit f6293c3fd702e534029243a753e58382d087e07a by cfrontin
fixed stabilized output issue.
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 8c371c0e5788b67be6a99bd88dfd3f18dca10544 by arthuang
hacky new local patch (works on interiors)
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was addedsrc/Discretization/VMSD/IntegrandTrace_LocalPerturbation_VMSD.h
The file was addedsrc/Discretization/VMSD/ResidualInteriorTrace_Local_VMSD.h
The file was modified src/Discretization/VMSD/ResidualInteriorTrace_VMSD.h
The file was modified src/Discretization/VMSD/CompleteUpdate_VMSD.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_RANSSA_Joukowski_toy.cpp
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Discretization/isValidState/isValidStateCell_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was addedsrc/Discretization/VMSD/ResidualInteriorTrace_LocalPerturbation_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was addedsrc/Discretization/VMSD/JacobianInteriorTrace_Local_VMSD.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was addedsrc/Discretization/VMSD/IntegrandTrace_LocalBC_VMSD.h
Commit 705631138310c3d7dd15686b54ad0dc1749de51c by galbramc
Trace normal checking only works for P1. Added option for valgrind massif flags.
The file was modified CMakeInclude/Valgrind.cmake
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldLine_1D.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_Field_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldArea.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
The file was modified src/Field/XField_checkTraceNormal_impl.h
The file was modified src/Field/output_Tecplot/output_Tecplot.cpp
Commit 1409b7a7c5d1c5c0081bf4507ad1c65345bfd6e9 by hcarson
forgot some tests
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGAdvective.h
Commit 43c056d5697e79740fd55b734ec3ce93036deb73 by galbramc
Use prolongated adjoint as initial guess for P+1 adjoint with VMSD
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS_LiftedBoundary.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_AGLS.h
Commit 86d47c88d5224e259b24ae675b3c7d22f4dc7c11 by cfrontin
fixed true output
The file was modified test/sandbox/Adapt4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 9e8bcd9817e51ec0f9781a7e7291681306f459c8 by galbramc
Missed one
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
Commit 3619c39be1428b0b7cb12e3ffccf2d2792130e68 by galbramc
Missed another
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective_impl.h
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
Commit 1fc633efda2cc4be7869c9c1854faad8a017b5b7 by galbramc
Added MeshNet option for EPIC
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified src/Meshing/EPIC/MesherInterface_Epic.cpp
The file was modified src/Meshing/EPIC/MesherInterface_Epic.h
Commit ad3507d26fbb45e43f0c5bed4bd51edd6bf300fd by galbramc
One more fix
The file was modified src/Discretization/DG/AlgebraicEquationSet_DGAdvective.h
Commit a76ef37596b262bb70d7af20fbb9f62602795faf by hcarson
added a function for constructing maps across broken field traces.
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries2D.cpp
The file was addedtest/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries1D.cpp
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/CMakeLists.txt
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries3D.cpp
Commit f7987e30cdf6590c7580594808d36f06474ea0d2 by galbramc
Created safe_at with better error message for std::container 'at' method
The file was addedsrc/tools/safe_at.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 6b4e9fd7ee99312403f131c0ce0d30481aa75aac by galbramc
Deal with const for safe_at
The file was modified src/tools/safe_at.h
Commit 085eb88b64f43c23de03976bdf4ef1ead4b2a821 by galbramc
Add missing include
The file was modified src/tools/safe_at.h
Commit 96498413f89b7db6191f00bbb9901fc52bc3fac0 by galbramc
Actual correct const treatment for safe_at
The file was modified src/tools/safe_at.h
Commit 90e3325974533b7b9f6be9540fecf8c3171072e4 by hcarson
more fields are now pointers. Should reduce the desctructors cost
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2_impl.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified test/unit/ErrorEstimate/ErrorEstimate_DGBR2_AD_btest.cpp
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGBR2.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.h
Commit 91e2625e5ca99107354034f68f5622506062cb74 by hcarson
a 3D flat plate case
The file was addedtest/sandbox/Adapt3D_Galerkin_Stabilized_NavierStokes_FlatPlate_toy.cpp
Commit d4164d0b92719ee6cea0676cbe7cc1cb623b2810 by hcarson
missed some bits
The file was modified test/system/Asymptotic/ErrorEstimateOrder_2D_DGBR2_Triangle_AD_btest.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin_LiftedBoundary.h
Commit 137bc98b15a73a27114c44ced0347ec136e94b77 by hcarson
missed some more....
The file was modified test/system/Asymptotic/ErrorEstimateOrder_1D_DGBR2_Line_AD_btest.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin_LiftedBoundary.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
Commit 8454ce0e3cafe6a7f657d5b0c3f0c5a2e1185941 by arthuang
local solves on broken patches working
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_RANSSA_Joukowski_toy.cpp
The file was removedsrc/Discretization/VMSD/JacobianInteriorTrace_Local_VMSD.h
The file was removedsrc/Discretization/VMSD/IntegrandTrace_LocalBC_VMSD.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was removedsrc/Discretization/VMSD/ResidualInteriorTrace_LocalPerturbation_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin.h
The file was addedsrc/Discretization/Galerkin/JacobianInteriorTrace_SIP_Galerkin.h
The file was addedsrc/Discretization/Galerkin/ResidualInteriorTrace_SIP_Galerkin.h
The file was addedtest/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
The file was addedtest/unit/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin_AD_btest.cpp
The file was modified test/sandbox/Solve2D_HDG_Triangle_NavierStokes_Joukowski_toy.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was removedsrc/Discretization/VMSD/IntegrandTrace_LocalPerturbation_VMSD.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was addedsrc/ErrorEstimate/Galerkin/ErrorEstimateInteriorTrace_SIP_Galerkin.h
The file was removedsrc/Discretization/VMSD/ResidualInteriorTrace_Local_VMSD.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
Commit 615834c138e9992732add85eeeb61d3139d12652 by arthuang
vmsd working with new brokenfield local solves
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Dispatch_Galerkin.h
The file was modified test/sandbox/Solve2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries2D.cpp
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified test/unit/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
Commit 32375bb27800bb529ef683af99ca7ef3a3f9acc0 by hcarson
why isn't this working jenkins?
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
Commit db5a086b6011301f6c52092da295722fb5d4e43b by arthuang
fixed SIP stuff w paramflds
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateInteriorTrace_SIP_Galerkin.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries3D.cpp
Commit 89d5a6f24b75142ff4335450abe209a42d859047 by arthuang
add some instantiations
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries4D.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries3D.cpp
Commit 6b9b77a0f9b323cc79bf3f340f6ae2018dc32ac9 by cfrontin
fixed errormodel_impl weird bug, scripts to SANSparallel optimizer
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.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 2ece8744359329b0c123cbe357b5a9e6c980ab8b by arthuang
put in #def to switch between local solve modes
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_SIP_Galerkin.h
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
Commit 9b0a675f7aeaf0d5ec55486b0d302322ef81fefc by arthuang
missed one
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
Commit 15f08fd1c61b564738773168866fa89e968a7d09 by hcarson
changed some of the unique ptrs to use Fields
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
Commit 405bff17417b5ee832c4a899836d7060d06c982b by arthuang
change test name
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
Commit 5ed0262f36ae2a1f10fcbb5d491cf44619d4844d by galbramc
Add static condensation to UMFPACK
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_double.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_2x2_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_CRS_Real.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixD_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_3x3_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_impl.h
The file was modified src/Meshing/EGTess/EGTessModel.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_MatrixD.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_factorize.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_Solve_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_MatrixD_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver.h
The file was addedsrc/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_Solve_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_CRS_MatrixS_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_factorize.h
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixD_CRS_MatrixD.cpp
Commit a8f76c4ad56dca50d7ccc68ca804f5e83b7a71c2 by arthuang
updating unit tests
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
Commit eed570d8c2d9f7fbbe245e002b88ed8e7b975360 by arthuang
final unit tests, fixed functional bug, added 3D adapt
The file was modified src/Discretization/VMSD/JacobianFunctionalCell_VMSD.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AR_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was addedtest/sandbox/Adapt3D_VMSD_AD_TripleBoundaryLayer_toy.cpp
Commit 603660740c1f93b8254d6c9d61a48766c4933e24 by arthuang
fixing up more unit tests
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
Commit dddd03928e09458b228de313ae4e98706a707dea by arthuang
more unit test fixes
The file was modified test/system/LocalSolve/EdgeLocalSolve3D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
Commit 0ba3fc9b5211cf47eb2d8e705a7c7881f380ea9b by arthuang
lowered tolerance
The file was modified test/system/LocalSolve/EdgeLocalSolve3D_Dual_Galerkin_Stabilized_AD_btest.cpp
Commit b780eba87d488bf5d0fafa5099e53f8238cdd102 by arthuang
whoops wrong way
The file was modified test/system/LocalSolve/EdgeLocalSolve3D_Dual_Galerkin_Stabilized_AD_btest.cpp
Commit 99b57502e877659bd9172ec1e09554e996d32c96 by arthuang
caught bug in vmsd volume fcn jacobian, added tests
The file was modified src/Discretization/VMSD/JacobianFunctionalCell_VMSD.h
The file was addedtest/unit/Discretization/VMSD/IntegrandCell_VMSD_Output_AD_btest.cpp
The file was addedtest/unit/Discretization/VMSD/JacobianFunctionalCell_VMSD_AD_btest.cpp
Commit 4d5917f6cc17b405e2cfba2ff8b41f27c9d39f7a by hcarson
added DG to CG dof map function. Also added pointers for the residual field to the field bundles. The local fields should populate directly from the global residual field. There still needs to be a function populated in solverInterface_Galerkin to fill the globalDG residual field
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries1D.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_SA_btest.cpp
The file was modified test/unit/Discretization/Galerkin/SolutionData_Galerkin_Stabilized_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries2D.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_BuckleyLeverett_ST_btest.cpp
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Triangle_AD_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries3D.cpp
Commit 26838cda9ce653f5fad4c16edb4ed4e3e921dd99 by arthuang
eliminated duplicate residual evaluations for local solves
The file was addedsrc/Field/ProjectSoln/ProjectSolnCell_CGtoDG.h
The file was modified src/Discretization/VMSD/IntegrandTrace_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dispatch_Galerkin.h
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Galerkin.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
Commit a3b10cebc96c5544898ee9029e86aabfae88a9ce by arthuang
vmsd speedup residuals working
The file was modified test/sandbox/Adapt3D_VMSD_AD_TripleBoundaryLayer_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
Commit ea3b3a2f9d85a02c7ba37d9da194b10fe9c4cc30 by hcarson
Nodal estimation uses an internal DG field, which can be accessed through a get. Need to figure out how to get this data out and into the local problem
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/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
Commit f255a978b3989ae86ee894be8938a60a3fad4321 by arthuang
added switch to use wholepatch
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified test/sandbox/Adapt3D_VMSD_AD_TripleBoundaryLayer_toy.cpp
The file was modified src/Discretization/VMSD/FieldBundle_VMSD.h
Commit 9fdb2dbbb983d146b7b148ce013845956d225d64 by cfrontin
added RAE2822 sandbox case and grids.
The file was addedtest/sandbox/grids/rae2822.2019.csf
The file was addedtest/sandbox/grids/rae2822_outQ3.grm
The file was addedtest/sandbox/grids/rae2822_outQ1.grm
The file was addedtest/sandbox/Adapt2D_VMSD_RANSSA_RAE2822_toy.cpp
Commit b983ce4d7e3207392c7edab779f9efb47ae64733 by hcarson
local estimation specialized for Galerkin now works. Maybe?
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified test/unit/ErrorEstimate/ErrorEstimateNodal_Galerkin_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
Commit 515de2b1790042e31d89f5bc4c5160bfa3bd42f2 by arthuang
add 3d NS solution fcn
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/pde/NS/OutputEuler3D.h
Commit 96037563592ccd565512ad405f6ff5edf82bdbe3 by cfrontin
beginning to add new asymptotic test but not done yet.
The file was addedtest/system/Asymptotic/ErrorEstimateOrder_3D_CG_Tet_AD_btest.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.cpp
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
The file was modified src/pde/AnalyticFunction/ScalarFunction3D.h
Commit e696cc05e5b9d890aa2fd779dd803cb090a4b5a2 by hcarson
working on speeding up the estimates
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodalBase_Galerkin.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 91cf07f54e19ffe87b9f1370925b2ae5e9f54fa8 by arthuang
error estimate transfer working!
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_Dispatch_Galerkin.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/pde/NS/BCNavierStokes2D.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified test/sandbox/ErrorOrder_2D_VMSD_Triangle_AD_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Triangle_AD_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_DGBR2_Triangle_AD_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_Joukowski_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateBase_VMSD.h
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified test/sandbox/Adapt3D_VMSD_AD_TripleBoundaryLayer_toy.cpp
Commit 854426bd744bf5dc0532ddb419b738f8c953365f by arthuang
revert a change
The file was modified src/Adaptation/MOESS/SolverInterface.h
Commit 1845f489144271e87f8a37ba89358acc7c2b2459 by arthuang
arrayQ to real for systems
The file was modified test/sandbox/ErrorOrder_2D_DGBR2_Triangle_AD_toy.cpp
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
Commit 35ef7201c75c965f64978ba4633d0ca0889842e5 by cfrontin
vera fix
The file was modified test/sandbox/Adapt2D_VMSD_RANSSA_RAE2822_toy.cpp
Commit 7017facdc5c5fca1fd43c08f0d57765f54a5c90a by hcarson
fixed the virtual function, removed isLocal from the estimation. Remains to fix the boundary maps and interior trace groups in the basic LocalProblem
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_Galerkin.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimateCell_VMSD.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
Commit 4b077fc596035ecc2b935f1675bf5e961bcde575 by arthuang
bug fix, adding some toy problems
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was addedtest/sandbox/Solve3D_Galerkin_Stabilized_NavierStokes_OjedaMMS_toy.cpp
The file was addedtest/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was addedtest/sandbox/Solve3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
Commit b752ad734870dac26ec764d1a67dd825f2df5a09 by arthuang
fixed DGAdvective adapts should use DGAdvective solver interface
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_CubicSource_toy.cpp
The file was modified test/sandbox/Adapt3D_DGAdvective_Euler_HCH_toy.cpp
Commit e17809b254bdd848e7401190b528345fd97e1293 by hcarson
removed isLocal and non-interior trace group constructors for CG local. The local solves now work by setting cell, interior and boundary groups to limit the solves.
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface_Galerkin.h
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Dispatch_Galerkin.h
The file was modified src/Discretization/Galerkin/JacobianCell_Galerkin.h
The file was modified src/Field/Local/XField_LocalPatchBase.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Dispatch_Galerkin.h
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/VMSD/AlgebraicEquationSet_Local_VMSD.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/Discretization/VMSD/CompleteUpdate_VMSD.h
The file was modified src/Discretization/VMSD/JacobianCell_VMSD_SC.h
The file was addedsrc/Field/tools/findGroups.h
The file was modified src/Discretization/VMSD/ResidualCell_VMSD.h
The file was modified src/Discretization/Galerkin/ResidualBoundaryTrace_Galerkin.h
The file was modified src/Discretization/Galerkin/JacobianBoundaryTrace_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin.h
The file was modified src/Discretization/Galerkin/ResidualCell_Galerkin.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified src/Discretization/VMSD/AlgebraicEquationSet_VMSD.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Galerkin_Stabilized.h
The file was modified src/Field/Local/XField_Local_Base.h
Commit 50d60f76d05620f0861f36ef970035e99f285ff5 by arthuang
pushing to hypersonic
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
Commit 0d759e9321cb7c8ec790e2f91ffceef47b96004b by arthuang
add another 3d ojeda
The file was addedtest/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
Commit 4dc557ba242297de2bfa9e17f0623ddfcafaf66e by arthuang
fix typo
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_NavierStokes_OjedaMMS_toy.cpp
Commit aca09c240e659973c652add72425d6b5bc07ebae by arthuang
move the output inside the loop
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
Commit 65a0f9f3320b1c73cfb5c7cb4186fefcfc6955ed by arthuang
everything compiles...
The file was modified src/SolutionTrek/Continuation/PseudoTime/PseudoTime.h
The file was modified test/sandbox/ErrorOrder_2D_VMSD_Triangle_AD_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries4D.cpp
The file was modified src/ErrorEstimate/DG/ErrorEstimate_DGAdvective.h
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
The file was modified test/sandbox/Adapt2D_VMSD_AD_DoubleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Solve2D_DGAdvective_Euler_Joukowski_toy.cpp
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified test/sandbox/Adapt2D_DGAdvective_Euler_CubicSource_toy.cpp
Commit f71cf05b74262f2cf170db568525fd70a56e5cd4 by arthuang
mod soln fcn for 3d ojeda
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve2D_VMSD_Triangle_NavierStokes_OjedaMMS_toy.cpp
The file was modified src/pde/NS/SolutionFunction_NavierStokes3D.h
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_NavierStokes_OjedaMMS_toy.cpp
Commit 9745d1e64a1a7dc04287d1ee28e74449962cd0f2 by hcarson
L2 now uses the new patch
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was addedsrc/Discretization/Galerkin/AlgebraicEquationSet_Local_Project.h
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was removedsrc/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_L2.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
Commit 94e51b11a7d6a343aafd3ab461a4dfdfb4e6a7f3 by galbramc
Fixes for SANSparallel metric optimization
The file was modified src/Adaptation/MOESS/NLOPT/ImpliedMetric_Optimizer_NLOPT/ImpliedMetric_Optimizer_NLOPT_impl.h
The file was modified src/Adaptation/MOESS/MOESS/MOESS_impl.h
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified test/unit/Adaptation/MOESS/MOESS_btest.cpp
Commit c46fcff7b87ac0096e2444b0aa1e10af16b0ea93 by arthuang
update unit test
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/pde/NS/OutputEuler3D.h
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
Commit fc1e532ec7d53ba22d84106addc362ef62de4456 by arthuang
need to initialize fields..
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_Euler_btest.cpp
The file was modified test/unit/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized_Triangle_AD_btest.cpp
Commit f11f2865d08a10a3b14b05c7ef78c234ad86cda8 by arthuang
sandbox cases for thesis
The file was modified test/sandbox/Solve3D_DGBR2_NavierStokes_OjedaMMS_toy.cpp
The file was addedsrc/Discretization/DG/DGBR2_Instantiate/AlgebraicEquationSet_DGBR2_RANSSA3D_PrimitiveConstVisc.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified src/Discretization/CMakeLists.txt
The file was modified src/ErrorEstimate/CMakeLists.txt
The file was addedsrc/ErrorEstimate/DG/Instantiate/ErrorEstimate_DGBR2_RANSSA3D_PrimitiveConstVisc.cpp
The file was addedtest/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit f6c01db68ad1fc83b28f2377a55fe8a7d73f0f10 by arthuang
more unit tests fixes.. cmon Jenkins!
The file was modified test/system/LocalSolve/AlgebraicEquationSet_Local_VMSD_Triangle_AD_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was modified test/system/LocalSolve/ElementDualLocalSolve2D_Galerkin_Stabilized_Triangle_AD_btest.cpp
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was removedtest/system/LocalSolve/AlgebraicEquationSet_Local_Galerkin_BrokenGroups_Triangle_AD_btest.cpp
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified test/system/LocalSolve/EdgeLocalSolve2D_Dual_Galerkin_Stabilized_AD_btest.cpp
The file was modified test/system/LocalSolve/ElementLocalSolve1D_DGBR2_Triangle_AD_btest.cpp
Commit a9f88b43c6c1537901383325128bcaa4826349d4 by arthuang
lines too long
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
Commit 49a522cfec140282083a93d6749d913399fe37c9 by hcarson
added jump penalization for L2 projection. NOWEVERYTHINGWORKSOHYEAH.
The file was modified src/Discretization/Galerkin/FieldBundle_Galerkin.h
The file was addedsrc/Discretization/Galerkin/IntegrandInteriorTrace_JumpPenalty.h
The file was modified src/Discretization/Galerkin/IntegrandCell_ProjectFunction.h
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Adaptation/MOESS/SolverInterface_L2Project.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Project.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified test/unit/Discretization/Galerkin/ExtractCGLocalBoundaries_btest.cpp
Commit 1c0d592ba1e99f16a31f4a06cf616cee63a1ed4c by hcarson
fixed bug in the test
The file was modified test/unit/ErrorEstimate/ErrorEstimate_L2_AD_btest.cpp
Commit 2da16b10896f7e671db5c2b963943f8ee2930ba3 by hcarson
modified the Triple BL cases to match up. Bunch of things: volume functional is solution, they take command line arguments, they actually work with avro, they can do chain adaptation if we want.
The file was modified test/sandbox/Adapt3D_DGBR2_AD_TripleBoundaryLayer_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_TripleBoundaryLayer_toy.cpp
Commit 59349a6558506825cb73e456eb0c0d148b46a04b by hcarson
unused variabels
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
The file was modified test/sandbox/Solve3D_VMSD_NavierStokes_OjedaMMS_toy.cpp
Commit e0aa7ede8428a0335dd07979d3443ffeae249135 by hcarson
Added a JumpPenalty integrand for interior traces in L2. Doesn't work as well as hoped. Also made the WHOLEPATCH flag work again for AD
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries/ExtractCGLocalBoundaries_impl.h
The file was modified src/Discretization/Galerkin/ExtractCGLocalBoundaries.h
The file was modified src/Adaptation/MOESS/SolverInterface.h
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_JumpPenalty.h
The file was modified src/ErrorEstimate/ErrorEstimate_L2.h
The file was modified src/ErrorEstimate/Galerkin/ErrorEstimateNodal_Galerkin.h
The file was modified src/Discretization/Galerkin/AlgebraicEquationSet_Local_Galerkin_Stabilized.h
The file was modified src/Discretization/Galerkin/ResidualInteriorTrace_SIP_Galerkin.h
Commit 543b4aee3cd79471882a1193f716b9948427e8e2 by hcarson
take the cell groups off of the functional used in the estimation. Avoids double counting when switching between inner and whole patch
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
Commit 0a3fd08d82196d81956f7eab3b6d90be2c6fd832 by galbramc
Potential Adjoint updates
The file was modified src/Field/output_Tecplot/output_Tecplot_Area_3D.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_WakeCut.cpp
The file was modified src/Discretization/Potential_Adjoint/JacobianBoundaryTrace_WakeCut_CG_Potential_Adjoint.h
The file was modified src/Field/output_Tecplot/output_Tecplot_LIP.cpp
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryFrame_CG_LIP_Adjoint.h
The file was modified src/Meshing/TetGen/EGTetGen.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_FieldVolume.cpp
The file was modified src/Discretization/Potential_Adjoint/AlgebraicEquationSet_CG_Potential_Adjoint.h
The file was modified src/Discretization/Potential_Adjoint/ResidualBoundaryFrame_CG_Potential_Adjoint.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1_WakeCut.h
The file was modified src/Discretization/Potential_Adjoint/IntegrandBoundaryTrace_WakeCut_CG_LIP_Adjoint.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Lagrange.cpp
The file was modified test/sandbox/Solve3D_Potential_Adjoint_toy.cpp
The file was modified test/unit/BasisFunction/BasisFunctionVolume_Hexahedron_Hierarchical_btest.cpp
The file was modified src/Discretization/Potential_Adjoint/JacobianBoundaryFrame_CG_Potential_Adjoint.h
The file was modified src/Meshing/TetGen/EGTetGen.h
The file was modified src/BasisFunction/BasisFunctionVolume_Hexahedron_Hierarchical.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_Field_impl.h
Commit a8bb0d8b78784c3f01cb02dce1bfc9f29177d5b9 by arthuang
sandbox with timings
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified src/ErrorEstimate/VMSD/ErrorEstimate_VMSD.h
Commit e69d1d927249748acaefe454826643564aff8651 by cfrontin
functionalcell galerkin fix on cory
's sandbox cases
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_DGBR2_AD_ST_toy.cpp
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified test/sandbox/Adapt3D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit eca6623502c3bdd66967466e1d8d0c2dcacab892 by cfrontin
oops missed one.
The file was modified test/sandbox/Solve4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit ef5ff8af76cbc41dbbc5b54e90dd0a74ff27cee7 by galbramc
Fix kutta frame for potential adjoint/drela
The file was modified src/Meshing/TetGen/EGTetGen.cpp
Commit a53f5632ea066c05fcd45ea9b49bb52dd1e60f5f by galbramc
Caching unit test fix
The file was modified test/unit/Field/Element/ElementVolume_Hexahedron_Cache_Hierarchical_btest.cpp
Commit 37d6918f0830f961768bc3f0d013faec71526a87 by hcarson
DeltaWing cases
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_toy.cpp
The file was addedtest/sandbox/Adapt3D_VMSD_NavierStokes_DeltaWing_toy.cpp
Commit 9e774bd54110be8a370573e5e59a8babc829589c by hcarson
more tweaks
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 32b34d12d3f847025b60275875cba38340342bf4 by hcarson
more tweaks
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 0b9ec118f62f9411e76e8c438ce398e93a3c3f4a by galbramc
Relax PETSc divergence tolerance. Use P adjoint for P+1 for VMSD. Add PolarGauss function for 2D L2 project.
The file was modified src/Adaptation/MOESS/SolverInterface_VMSD.h
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver.h
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.cpp
The file was modified src/Adaptation/MOESS/MOESSParams.h
The file was modified scripts/vera/exclusions.txt
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
Commit 20a05944a0468ceece9f0594104c751c40adea4c by galbramc
Fix avro interface
The file was modified src/Meshing/avro/MesherInterface_avro.cpp
Commit 6eaa65823868a52c6adc25ad07f9e659e3027eaf by galbramc
Fix segfault for parallel metric dump
The file was modified src/Field/output_Tecplot/output_Tecplot_Metric_impl.h
Commit 2a0043b0c2910a0b424d7c296e0fbd9564b2827a by galbramc
Updated PETSc repository URL
The file was modified CMakeInclude/Builds/BuildPETSC.cmake
Commit 47c459167faaf7b545eb73eec78539d8fd8613b4 by galbramc
Nightly fixes
The file was modified src/Meshing/libMeshb/WriteSolution_libMeshb.cpp
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD_Output.h
The file was modified src/Field/output_Points.cpp
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
The file was modified src/Meshing/EPIC/WriteMeshMetric_Epic.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLUniField_Panel_NACA0004_CapturedTransition_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_LineSearchNewton_btest.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_TwoLayerNewton_btest.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_Error.cpp
The file was modified src/Meshing/libMeshb/WriteMesh_libMeshb.cpp
The file was modified src/Field/output_Tecplot/output_Tecplot_SA.cpp
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBL_Panel_NACA0004_FittedTransition_Forced_btest.cpp
The file was modified src/Meshing/EPIC/XField_PX.cpp
Commit c3438f561b557ea0df9da64f3e245f0b00b4ad2f by cfrontin
working on error order tests, making sure everything is the same across machines.
The file was modified src/pde/AnalyticFunction/ScalarFunction2D.h
The file was modified test/system/Asymptotic/ErrorEstimateOrder_3D_CG_Tet_AD_btest.cpp
Commit 45625e203a1d8fe51d5d4566c8acdd94c58494d2 by cfrontin
all that time down the drain? ffs.
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 2b04fff051acfe7a3e9bf25fb7ed67f4c564919a by galbramc
Revived avro fill function for 3D
The file was modified src/Meshing/avro/XField_avro.h
The file was modified src/Meshing/avro/XField_avro_4D.cpp
The file was modified src/Meshing/avro/XField_avro_2D.cpp
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was modified test/unit/Meshing/avro/XField_avro_btest.cpp
The file was modified src/Meshing/avro/XField_avro_3D.cpp
Commit 84ef432fd8c329bae4b706a55066fb001a2043a2 by galbramc
Report min/max edge count on processors for edge local solves
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 90f21df797d36c8abdb702cb4dd4c75d22a3c585 by galbramc
Add enum to track local timing. Split out communication time, and report parallel efficiency
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit e4acbbd04c5a0eda90a33643a9749a6a8b4d507e by galbramc
Fix typo
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit 3f9acdccc7b3d7c90a168206f1b634cfd0ab445d by galbramc
Various small fixes
The file was modified src/Meshing/EGTess/EGTriangle.cpp
The file was modified src/Meshing/EGTess/EGTriangle.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
The file was modified test/sandbox/Solve3D_Potential_Adjoint_toy.cpp
Commit d365b4ed591cddce218d241a4333f30abc5d7952 by hcarson
adding a bunch of verbosity and turning the SANSparallel optimizer back off
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 823895fab855ed30b83b3d85661141062c67ea95 by galbramc
More robust SANS-MMA parallle optimization
The file was modified src/Adaptation/MOESS/MMA/MOESS_SANS_Optimizer_MMA/MOESS_SANS_Optimizer_MMA_impl.h
The file was modified src/Adaptation/MOESS/ErrorModel/ErrorModel_impl.h
Commit b414d8734ce68f9d151742213b78df6f4bf74bae by hcarson
added a safe_at to XField_impl.h, also working towards a re-entrant Corner Poisson case
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was addedtest/unit/pde/AnalyticFunction/CornerSingularity.nb
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1.cpp
Commit 1f856be0059b59373eea5e7df3165cc8ea07057b by galbramc
Use fluxViscousLinearInGradient trick for VMSD
The file was modified src/Discretization/VMSD/IntegrandCell_VMSD.h
Commit 58fe0a87ac60dc764bbe432d0021d5e928f69d3d by cfrontin
clang fix.
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 1160c892752726f9c93679f235970f4b4ac0c6b5 by cfrontin
jenkins fixes
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 8cf9659b9ed1fa42a60f1c5d118fe84fab5f80a0 by cfrontin
ejnkins fix 2.0
The file was modified test/system/Asymptotic/ErrorEstimateOrder_3D_CG_Tet_AD_btest.cpp
Commit 9ae5a4c9c01931151d48579bd99fbbf26b15f19b by galbramc
Check the boundary count matches between xfld and avro
The file was modified src/Meshing/avro/XField_avro_impl.h
The file was modified src/Meshing/avro/XField3D_Wake_avro.cpp
The file was modified src/Meshing/avro/XField_avro.h
Commit 636a654dcf0eb77568de93ed58ba563f5579a6bc by galbramc
Updated XField2D_BackwardsStep so it works with avro
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1.cpp
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1_btest.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_NavierStokes_BackwardsStep_toy.cpp
The file was modified test/sandbox/Adapt2D_Galerkin_Stabilized_Poisson_toy.cpp
The file was modified test/unit/UnitGrids/XField2D_BackwardsStep_X1.h
The file was modified test/sandbox/Adapt2D_DGBR2_NavierStokes_BackwardsStep_toy.cpp
Commit 0cd0092acc6f0607999556d1e52ae5df347c63d3 by cfrontin
prep for 4d BL problem, no MMS.
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit edde20810eec8998a6551f617d7d1f06f4bc3ce4 by galbramc
Comment out egads dump
The file was modified test/unit/Meshing/avro/MesherInterface_avro_btest.cpp
Commit a91bd3b5eb81e24d0e25fed917a6baccf676c3e0 by cfrontin
quick fix
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 4a4a7c0e3b799cdf489cc7e2382518280012acc5 by cfrontin
avroXField patched.
The file was modified src/Meshing/avro/XField_avro_impl.h
Commit 8ced73e888e95ee0086394ff0c180ac1e604fe23 by galbramc
Longer allowed time for ErrorOrder 4D
The file was modified test/system/Asymptotic/CMakeLists.txt
Commit e221f947bdf8816155582df496e0cb7eeee8db34 by galbramc
Update avro build to use gitlab
The file was modified CMakeInclude/Builds/BuildAVRO.cmake
Commit 211cb827fc916e5d20d9b4811c3ad6a0c2760379 by cfrontin
exact solution fix.
The file was modified test/sandbox/Adapt4D_Galerkin_Stabilized_AD_ST_toy.cpp
Commit 3d7a55f74ce48e87ebdca3ecba5173acea5c4fc0 by galbramc
Relaxed timing for refine
The file was modified test/unit/Meshing/refine/CMakeLists.txt
Commit 8efcccab3c2abfc2d33f97134b0b67fcdfa016fa by galbramc
Fixed issues with Hierarchical basis. Refactored Element projections. Some implied metric experiments.
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_VMSD_Triangle_AD_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Lifted_Triangle_AD_toy.cpp
The file was modified test/sandbox/Adapt2D_L2Project_MOESS_toy.cpp
The file was modified test/unit/Field/Element/ElementProjection_L2_Triangle_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGAdvective_Triangle_Euler_UniformStream_btest.cpp
The file was modified src/Field/Field_CG/Field_CG_CellConstructor.h
The file was modified test/sandbox/Adapt3D_DGBR2_NavierStokes_DeltaWing_MultiScaleMetric_toy.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_HOW5_CI1_ArtificialViscosity_toy.cpp
The file was modified test/unit/IO/Field/Field4D_DG_Pentatope_pattern.txt
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified src/Field/ProjectSoln/ProjectConstCell.h
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGBR2_Triangle_NavierStokes_UniformStream_btest.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics/NodalMetrics_impl.h
The file was modified src/Field/Element/ElementLine.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_Real_Instantiate.cpp
The file was modified src/Field/Local/XField_LocalPatch/XField_LocalPatch_impl.h
The file was modified test/unit/IO/Field/Field2D_HDG_pattern.txt
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Transonic_ArtificialViscosity_toy.cpp
The file was modified src/Field/Element/ElementVolume.h
The file was modified test/sandbox/Solve1D_CG_AD_RK_toy.cpp
The file was modified src/Field/Element/ElementProjection_L2.h
The file was modified test/unit/IO/Field/Field2D_DG_Triangle_pattern.txt
The file was modified src/Adaptation/MOESS/NLOPT/ImpliedMetric_Optimizer_NLOPT/ImpliedMetric_Optimizer_NLOPT_impl.h
The file was modified test/sandbox/Adjoint1D_DGAdvective_AD_ST_toy.cpp
The file was modified test/unit/Field/Field2D_CG_Triangle_btest.cpp
The file was modified src/Field/FieldBase_impl.h
The file was modified src/Field/Element/ElementNode.h
The file was modified src/Field/Field_DG_CellBase_impl.h
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified src/Meshing/Metric/MetricOps.h
The file was modified test/sandbox/Optimize_Blade_HSM2D_toy.cpp
The file was modified src/Adaptation/MOESS/NLOPT/ImpliedMetric_Optimizer_NLOPT.h
The file was modified src/Field/FieldAssociativity.h
The file was modified src/Field/Local/Field_Local.h
The file was modified test/unit/IO/Field/Field2D_DG_Quad_pattern.txt
The file was modified test/unit/IO/Field/Field3D_HDG_pattern.txt
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/ErrorOrder_2D_Galerkin_Stabilized_Triangle_AD_toy.cpp
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified test/sandbox/Adjoint1D_DGAdvective_BuckleyLeverett_ST_toy.cpp
The file was modified src/Field/Element/ElementAssociativityNode.h
The file was modified src/LinearAlgebra/DenseLinAlg/DynamicSize/MatrixD_InverseLU_MatrixD_Instantiate.cpp
The file was modified src/Field/Element/ElementSpacetime.h
The file was modified src/Field/Element/ElementArea.h
The file was modified test/sandbox/Adapt3D_VMSD_RANSSA_FlatPlate_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_HDG_Triangle_NavierStokes_btest.cpp
The file was modified test/unit/Adaptation/MOESS/NodalMetrics_btest.cpp
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Subsonic_toy.cpp
The file was modified test/sandbox/Adapt2D_DGBR2_Triangle_RANSSA_Joukowski_Subsonic_toy.cpp
The file was modified src/Field/FieldArea_CG_Cell_impl.h
The file was modified test/sandbox/Adapt2D_CGStabilized_Triangle_RANSSA_Joukowski_Subsonic_ArtificialViscosity_toy.cpp
The file was modified src/Adaptation/MOESS/NodalMetrics.h
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_HDG_Triangle_NavierStokes_UniformStream_btest.cpp
The file was modified src/Field/Element/ElementXFieldLine_Instantiate_2D.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve2D_DGBR2_Triangle_NavierStokes_btest.cpp
The file was modified test/sandbox/Adapt1D_DGBR2_MMS_toy.cpp
The file was modified test/sandbox/ErrorOrder_1D_DGBR2_NonLinPoisson_toy.cpp
Commit fde4e4a26160e3f50bb4de06602c1635dcdba7b2 by galbramc
Fixed compile errors
The file was modified src/Field/Element/ElementProjection_L2.h
The file was modified src/Field/Local/Field_Local.h
Commit 9915b97bcaa3731457969c3a06b68acaeb10196f by galbramc
Fix assert
The file was modified src/Field/Element/ElementProjection_L2.h
Commit 5de62d4c66ee3324318ea67b679ed0bdd70e2a16 by galbramc
Declare PyDict methods extern to reduce compile time
The file was modified src/Python/PyDict_impl.h
The file was modified src/Python/ExtractParam.cpp
Commit ddc4e05759b28829be88c472f4e1236d1c15e907 by galbramc
Relaxed some tolerances
The file was modified src/Adaptation/MOESS/ProblemStatement_HDG_ErrorEstimate.h
The file was modified src/Field/Element/ElementProjection_L2.h
The file was modified test/unit/Field/Local/XField2D_LocalPatch_Element_DG_btest.cpp
The file was modified src/Python/ExtractParam.cpp
The file was modified test/unit/Field/Local/XField_LocalPatch_HighOrderTriangle_btest.cpp
Commit a1283b204c80c330a599e6c329d22b864ee2d486 by galbramc
Warning fix
The file was modified src/Adaptation/MOESS/ProblemStatement_HDG_ErrorEstimate.h