Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredCrean2 committed Dec 13, 2018
1 parent 540384c commit b58d675
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,21 @@ sub-triangulating each element and doing an exact projection onto the finer
mesh.

# Version History
v0.1: the old master version (DG supported, I think)

v0.2: the work branch after the test system/frontend rewrite
* v0.1: the old master version (DG supported, I think)

v0.3: curvilinear entropy stable works (requires PumiInterface v0.3, SBP tag ticon_broken)
* v0.2: the work branch after the test system/frontend rewrite

v0.4: curvilinear works (both entropy stable and Roe scheme)
* v0.3: curvilinear entropy stable works (requires PumiInterface v0.3, SBP tag ticon_broken)

introduced AbstractLinearOperator, AbstractPreconditioner, LinearSolver abstractions
* v0.4: curvilinear works (both entropy stable and Roe scheme)
introduced AbstractLinearOperator, AbstractPreconditioner, LinearSolver abstractions, Changed MPI initialization/finalization (PETSc too)

Changed MPI initialization/finalization (PETSc too)

v0.5: add checkpointing, Linear solver/operator/preconditioner abstraction, explicit jacobian calculation,
* v0.5: add checkpointing, Linear solver/operator/preconditioner abstraction, explicit jacobian calculation,
more reliable MPI/PETSc initialization and finalization

v0.6: upgrade from Julia 0.4 to 0.6
* v0.6: upgrade from Julia 0.4 to 0.6
* v0.7: functional and residual reverse mode, serial and parallel

Master branch:
[![Build Status](https://travis-ci.org/OptimalDesignLab/PDESolver.jl.svg?branch=master)](https://travis-ci.org/OptimalDesignLab/PDESolver.jl)
Expand Down

0 comments on commit b58d675

Please sign in to comment.