We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c519812 commit ee21851Copy full SHA for ee21851
Project.toml
@@ -1,7 +1,7 @@
1
name = "FiniteElementContainers"
2
uuid = "d08262e4-672f-4e7f-a976-f2cea5767631"
3
authors = ["Craig M. Hamel <[email protected]> and contributors"]
4
-version = "0.8.0"
+version = "0.8.1"
5
6
[deps]
7
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
src/assemblers/Assemblers.jl
@@ -145,7 +145,7 @@ function hvp(assembler::AbstractAssembler)
145
assembler.dof,
146
assembler.stiffness_action_storage
147
)
148
- return nothing
+ return assembler.stiffness_action_unknowns
149
end
150
151
"""
0 commit comments