Skip to content

Commit

Permalink
Improved multithreading for matrix fill (#54)
Browse files Browse the repository at this point in the history
* filly loop over basis function pairs

* convert rho_opp to meters

* z matrix

* fix units

* Bump version
  • Loading branch information
simonp0420 authored Mar 10, 2024
1 parent 4eedfc0 commit fd82c1d
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 234 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PSSFSS"
uuid = "6b20a5d4-3c6c-44cd-883b-1480592d72be"
authors = ["Peter Simon <psimon0420@gmail.com>"]
version = "1.7.2"
version = "1.8"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ performed in the same analysis script using the immensely powerful Julia program
- Version 1.5: `sinuous` element added.
- Version 1.6: Added `export_sheet` for exporting `RWGSheet` triangulations to STL-format CAD files.
- Version 1.7: Function `extract_result_file` is deprecated in favor of a new method for `extract_result`.
- Version 1.8: Improved multi-threading in matrix fill functions.

## Installation
You can obtain PSSFSS using Julia's Pkg REPL-mode (hitting `]` as the first character at the command prompt):
Expand Down
Loading

0 comments on commit fd82c1d

Please sign in to comment.