Commit 21ba11c 1 parent 9468a4a commit 21ba11c Copy full SHA for 21ba11c
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ implemented.
23
23
Usage
24
24
=====
25
25
26
- To use FENaPack matching version of FEniCS (version 2018.2.0.dev0 )
26
+ To use FENaPack matching version of FEniCS (version 2019.1.0 )
27
27
compiled with PETSc, petsc4py and mpi4py is needed. Note that
28
28
FENaPack uses same version numbering as FEniCS and follows
29
29
its release schedule with a short lag.
Original file line number Diff line number Diff line change 29
29
# specified in the FEniCS image.::
30
30
31
31
docker :
32
- - image : quay.io/fenicsproject/dev
32
+ - image : quay.io/fenicsproject/stable:2019.1.0.r3
33
33
user : fenics
34
34
environment :
35
35
LD_LIBRARY_PATH : /home/fenics/local/lib
Original file line number Diff line number Diff line change 20
20
"""This is FENaPack, FEniCS Navier-Stokes preconditioning package."""
21
21
22
22
__author__ = "Jan Blechta, Martin Řehoř"
23
- __version__ = "2018.2.0.dev0 "
23
+ __version__ = "2019.1.0 "
24
24
__license__ = "GNU LGPL v3"
25
25
26
26
# Do not use petsc4py python error handler (hides error messages
You can’t perform that action at this time.
0 commit comments