| 3 weeks | Walter Landry | Grow a box in fix_viscosity so that viscosities that are not in a |
| 12 months | Walter Landry | Make the sinker models work |
| 12 months | Walter Landry | Remove unused {Cell}{Edge}_Viscosity_Coarsen |
| 12 months | Walter Landry | Compute edge_viscosity correctly in 3D |
| 12 months | Walter Landry | Remove a useless include |
| 12 months | Walter Landry | Fix a mixed up order of arguments bug when calling quad_offset_interpolate |
| 12 months | Walter Landry | Fixed an egregious bug in Resid_Coarsen |
| 12 months | Walter Landry | Add in missing file |
| 12 months | Walter Landry | Add Resid_Coarsen. Seems to work well in 2D |
| 12 months | Walter Landry | Make bad array inputs actually abort |
| 12 months | Walter Landry | Fix indenting |
| 12 months | Walter Landry | Make V_Coarsen require a stencil |
| 12 months | Walter Landry | Make sure that the number of elements in the input arrays are consistent |
| 12 months | Walter Landry | Make sinker3D use the new facilities for inputting v_rhs, viscosity, and p |
| 12 months | Walter Landry | Fix a bug in P_MDPI_Refine where I was writing outside of valid data |
| 12 months | Walter Landry | Move the sinking block to the top and put in an initial pressure guess |
| 12 months | Walter Landry | Add the ability to specify p_initial from an array in the input file |
| 12 months | Walter Landry | Fix a bug in offsets for v_rhs input |
| 12 months | Walter Landry | Clean up the implementation of setting the viscosity from an input array |
| 12 months | Walter Landry | Make sinker use the new v_rhs input |
| 12 months | Walter Landry | Change adaptation to adaption internally. Add the ability to specify v_rhs in the input file. Add the ability to specify minimum level of total refinement. |
| 12 months | Walter Landry | Make P_MDPI_Refine more efficient |
| 13 months | Walter Landry | Fix a missing return |
| 13 months | Walter Landry | Make the sinker inputs use more cycles |
| 13 months | Walter Landry | Add a bunch of MDPI test routines |
| 13 months | Walter Landry | Add the ability to specify the viscosity array inside the input file |
| 13 months | Walter Landry | Fix bugs with dRc_dp and dRm_dv |
| 13 months | Walter Landry | Fix a bug in dRc_dp where I had switched up the tests for the left/down and right/up boundaries |
| 13 months | Walter Landry | Set up a linear gradient for the pressure initial guess |
| 13 months | Walter Landry | Change the adaption threshold of sinker so that we still get some adaptivity |
| 13 months | Walter Landry | Make set_boundary set pressure boundaries on Neumann velocity boundaries correctly |
| 13 months | Walter Landry | Fix an off-by-one error |
| 13 months | Walter Landry | Make set_boundary use Dirichlet for pressure when it is Neumann for velocity |
| 13 months | Walter Landry | Fix some compile errors |
| 13 months | Walter Landry | Add in some calls to set_boundary to catch corner cases |
| 13 months | Walter Landry | Move Boundary.h to Constants.h, and put invalid_id there. Also change all of the magic -1 numbers to invalid_id |
| 13 months | Walter Landry | Optimize the use of set_boundaries, and add in one that is missing for Neumann BC's |
| 13 months | Walter Landry | Make sure to update all of the corners and edges in set_boundary |
| 13 months | Walter Landry | Clarify some comments |
| 13 months | Walter Landry | Set adaption threshold for sinker in the input file |
| 13 months | Walter Landry | Add an adaptive sinker3D |
| 13 months | Walter Landry | Fix problems with going off the end of the grid and computing the |
| 13 months | Walter Landry | Fix some places where I accidently created 2D Index's instead of 3D |
| 13 months | Walter Landry | Fix set_boundary |
| 13 months | Walter Landry | Clean up code. No change in functionality |
| 13 months | Walter Landry | Add in 3D V boundary refinement. Untested |
| 13 months | Walter Landry | Add some comments. |
| 13 months | Walter Landry | Fix a bug in Update_V_2D where it was not correctly interpolating when |
| 13 months | Walter Landry | Fix and add comments |
| 13 months | Walter Landry | Make Update_V_2D use references instead of pointers, and simplify the boundary_positive logic a little |
| 13 months | Walter Landry | Amending the last commit because I forgot to save |
| 13 months | Walter Landry | Generalize V_Boundary_Refine::refine to 3D somewhat. Also skip j==j_min in Update_V_2D if we are not doing j_min+1. |
| 13 months | Walter Landry | Minor cleanup |
| 13 months | Walter Landry | Modify sinker to only have 4 levels. Otherwise, the error is too small everywhere, and there ends up being no refinement at all for level 5 |
| 13 months | Walter Landry | Fix a bug in P_Boundary_Refine and extend it to 3D |
| 13 months | Walter Landry | Split up P_Boundary_Refine.C into refine and Update_P_2D. Generalize refine to 3D |
| 13 months | Walter Landry | Set up an adaptive sinker test problem |
| 13 months | Walter Landry | Move all the code into a src directory |
| 13 months | Walter Landry | Lots of cleanup |
| 13 months | Walter Landry | Simplify sinker and sinker3D for parallel tests |