Skip to content

Commit

Permalink
News for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonp0420 authored Mar 22, 2023
1 parent 4b84c1b commit c771fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ performed in the same analysis script using the immensely powerful Julia program
using a structured mesh, by default, resulting in reduced execution times. To obtain the old,
unstructured mesh on these elements, specify `structuredtri = false` in the constructor argument list.
- Version 1.4: New, chiral `manji` element added.
- Version 1.5: `sinuous` element added.

## Installation
You can obtain PSSFSS using Julia's Pkg REPL-mode (hitting `]` as the first character at the command prompt):
Expand All @@ -68,7 +69,7 @@ You can obtain PSSFSS using Julia's Pkg REPL-mode (hitting `]` as the first char
(@v1.8) pkg> add PSSFSS
```

or with `using Pkg; Pkg.add("PSSFSS")`.
(and then hitting <Backspace> to return to the REPL) or with `import Pkg; Pkg.add("PSSFSS")`.


## Documentation
Expand Down

0 comments on commit c771fcc

Please sign in to comment.