Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Aug 19, 2024
1 parent 7228181 commit 07ab73a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FinEtoolsDDMethods"
uuid = "093fdad3-4fce-4574-aa49-c2a24de4f00d"
authors = ["Petr Krysl <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
CoNCMOR = "3a989f29-cff0-4f1c-87be-5dcdd41bd240"
Expand Down
10 changes: 5 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ to see the available options.

## How to run a CoNC (MPI-parallel) example

At the moment only the heat conduction examples have been cast in this form. Try
At the moment only the heat conduction and shell analysis examples have been cast in this form. Try
```
mpiexec -n 5 julia --project=. .\conc\heat\Poisson2D_mpi_driver.jl
```

## To do

- MPI parallelization: When making the stiffness matrices of the partitions, for the shell it will be necessary to associate the geometry (normals!) with the entire geometry.
or
```
mpiexec -n 5 julia --project=. .\conc\shells\barrel_mpi_driver.jl
```

0 comments on commit 07ab73a

Please sign in to comment.