Skip to content

Commit

Permalink
fix bug in iga part
Browse files Browse the repository at this point in the history
  • Loading branch information
lijas committed Sep 18, 2023
1 parent 6d7d9a4 commit 2f73f4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ version = "0.1.13"

[[deps.IGA]]
deps = ["Ferrite", "LinearAlgebra", "Reexport", "SparseArrays", "StaticArrays", "Tensors", "WriteVTK"]
git-tree-sha1 = "406bf1ce8eeccbe1cfa7947b166f83d826b408f2"
repo-rev = "v0.2.5-checkpoint"
git-tree-sha1 = "b7c47e6c2d3ff0063d3098bec03e50f129b52e64"
repo-rev = "v0.2.6"
repo-url = "https://github.com/lijas/IGA.jl.git"
uuid = "e7b8d123-e02a-40ba-ad18-d3943ed54f1c"
version = "0.2.5"
version = "0.2.6"

[[deps.IfElse]]
git-tree-sha1 = "debdd00ffef04665ccbb3e150747a77560e8fad1"
Expand Down
2 changes: 1 addition & 1 deletion src/parts/igapart.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function Five._assemble_part!(dh::Ferrite.AbstractDofHandler,

cache = part.cache[Threads.threadid()]
assembler = assemblers[Threads.threadid()]
# coords = coordscahce[Threads.threadid()]
coords = coordscahce[Threads.threadid()]

(; fe, ke, ue, due, Δue, celldofs, element) = cache

Expand Down

0 comments on commit 2f73f4c

Please sign in to comment.