From c894256a47fe37a790631e65c9b21d2cbc82b3d2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 Apr 2024 00:24:05 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for ArnoldiMethod at version 0.4, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b018910..422c5cc 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +ArnoldiMethod = "0.4" julia = "1" [extras] From d531dd993cb9df4790ce7bc7a46ce7284d44e0b2 Mon Sep 17 00:00:00 2001 From: kevmoor Date: Mon, 8 Apr 2024 11:07:34 -0600 Subject: [PATCH 2/2] Add docs project.toml, update badge link --- README.md | 4 ++++ docs/Project.toml | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/Project.toml diff --git a/README.md b/README.md index f7bb032..16b2cd3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # OWENSFEA +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://sandialabs.github.io/OWENSFEA.jl) +![](https://github.com/sandialabs/OWENSFEA.jl/workflows/CI/badge.svg) + + OWENSFEA is a structural dynamics analysis tool intended to address the challenges associated with modeling Vertical Axis Wind Turbines (VAWTs), namely spin softening, centrifugal stiffening, and coriolis forces, in a numerically energy preserving finite element method. This finite element method is based on the Timoshenko beam element and can be run both for modal and unsteady analyses. Please see the following reference for more details. Please make all feature changes and bug fixes as branches and then create pull requests against the dev branch. The dev branch will be periodically pulled into master for version changes. diff --git a/docs/Project.toml b/docs/Project.toml new file mode 100644 index 0000000..238937a --- /dev/null +++ b/docs/Project.toml @@ -0,0 +1,9 @@ +[deps] +BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" + +[extras] +CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" \ No newline at end of file