| 3 weeks | Walter Landry | Make Stokes_SLE become non-linear if we have a damping term |
| 3 weeks | Walter Landry | Change the signature of a bunch of functions to take a const double |
| 3 weeks | Walter Landry | Handle case where v=0 in UpdateDt, such as before any solves in |
| 3 weeks | Walter Landry | Make CalcNewDt not return anything, since the return value is not used. |
| 4 weeks | Walter Landry | Enable FileN up to 29 |
| 7 weeks | Walter Landry | Fix a typo in an error. |
| 2 months | Walter Landry | Make the code error out when interpolating into unsynced space |
| 2 months | Walter Landry | Update to Petsc 3.2 |
| 2 months | Walter Landry | Fix compile warnings |
| 4 months | Walter Landry | Fix compile errors when not using hdf5 |
| 4 months | Walter Landry | Add File 0,11-19 functions |
| 6 months | Walter Landry | Added tag 2.0.0 for changeset e85896016ced |
| 6 months | Walter Landry | Fix compile errors on cygwin |
| 6 months | Walter Landry | Set up phiDot on the first timestep so that the predictor part of predictor-corrector is correct |
| 6 months | Walter Landry | Formatting fix |
| 6 months | Walter Landry | Remove some unused files |
| 6 months | Walter Landry | Do no require a ForceTerm to have a swarm |
| 6 months | Walter Landry | Compute maxDiffusivity once at the beginning from material properties. Also robustly handle the case where the diffusivity is 0 |
| 6 months | Walter Landry | Do not actually advect if starting or restarting a calculation |
| 6 months | Walter Landry | Add support for OneToMany, fix a bug when computing greatestCoord, and add back in picSwarm for backwards compatibility |
| 6 months | Walter Landry | Make pure thermal problems use a specified dt |
| 6 months | Walter Landry | Fix some compiler warnings |
| 6 months | Walter Landry | Remove EquationN and use boost::math::erf instead of including it |
| 7 months | Walter Landry | Make AdvectionDiffusion use gauss swarms |
| 7 months | Walter Landry | Change uint to unsigned int |
| 7 months | Walter Landry | Cleanup |
| 7 months | Walter Landry | Make ConditionFunctions take a coord, not a node index. This allows |
| 7 months | Walter Landry | Make MultigridSolver abort because when generating a coarse solver it |
| 7 months | Walter Landry | Fix compiler warnings |
| 7 months | Walter Landry | Add InnerGenerator_SetCoordinates for resetting the coordinates after advection |
| 7 months | Walter Landry | Fix compiler warnings |
| 7 months | Walter Landry | Make advection happen before a solve, except on the first step |
| 7 months | Walter Landry | Rename Inner2DGenerator to InnerGenerator since it handles 2D and 3D |
| 7 months | Walter Landry | Make _FiniteElementContext_DumpMeshHDF5 output quad and discontinuous elements in a non-jumbled order |
| 7 months | Walter Landry | Remove P1. It is the same as Biquadratic. Also remove P1Generator, as it is the same as Inner2DGenerator |
| 7 months | Walter Landry | Fix some compiler warnings and make an array big enough to fit all 27 nodes of a Q2 3D element |
| 8 months | Walter Landry | When on high verbosity, print out the matrices to solve |
| 8 months | Walter Landry | Add a triInds and tetInds mapping for Q2 elements. Seems to work completely for Q2P-1 elements. |
| 8 months | Walter Landry | Make checkpointing not crash with P_-1 elements |
| 8 months | Walter Landry | Fix compile warning |
| 8 months | Walter Landry | Print out the correct equation number |
| 8 months | Walter Landry | Output Equation info when journal.info is enabled |
| 8 months | Walter Landry | Add FeMesh_GetBasis |
| 8 months | Walter Landry | Fix compile warning |
| 8 months | Walter Landry | Fix compile warning |
| 8 months | Walter Landry | Minor fixes to {Bi|Tri}linearInnerElType.cxx |
| 12 months | Walter Landry | Add ability to define new variables in HydrostaticTerm |
| 12 months | Walter Landry | Make it actually reuse the static equation strings. |
| 12 months | Walter Landry | Remove a compile warning |
| 12 months | Walter Landry | Fix compile errors when not using hdf5 |
| 12 months | Walter Landry | Rename .c -> .cxx and make configure automatically use c++ |
| 12 months | Walter Landry | Now allow up to 10 different equations |
| 12 months | Walter Landry | Add a first iteration of incorporating muParser |
| 12 months | Walter Landry | Make it compile with C++ and C compilers |
| 13 months | Walter Landry | Make the static arrays in FileN really static, and remember to close files that I have opened. |
| 13 months | Walter Landry | Add 2D and 3D capability to FileN |
| 15 months | Walter Landry | Fix a bug where using two FileN's only actually used the first one. |
| 18 months | Walter Landry | Minor fixes to make PGI happy |
| 18 months | Walter Landry | Added tag 1.6.1 for changeset 79fdb478bd84 |
| 18 months | Walter Landry | Make standard condition functions work as components |