From 07ab73a4181017b3c48a0c57584646740a6dac38 Mon Sep 17 00:00:00 2001 From: Petr Krysl Date: Mon, 19 Aug 2024 09:17:27 -0700 Subject: [PATCH] update version --- Project.toml | 2 +- examples/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index b1f93b8..82477b2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FinEtoolsDDMethods" uuid = "093fdad3-4fce-4574-aa49-c2a24de4f00d" authors = ["Petr Krysl "] -version = "0.4.1" +version = "0.4.2" [deps] CoNCMOR = "3a989f29-cff0-4f1c-87be-5dcdd41bd240" diff --git a/examples/README.md b/examples/README.md index 6faffbb..0dc35bb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 +```