Skip to content

Commit ee21851

Browse files
committed
messed up and forgot the return statement in hvp
1 parent c519812 commit ee21851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FiniteElementContainers"
22
uuid = "d08262e4-672f-4e7f-a976-f2cea5767631"
33
authors = ["Craig M. Hamel <[email protected]> and contributors"]
4-
version = "0.8.0"
4+
version = "0.8.1"
55

66
[deps]
77
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"

src/assemblers/Assemblers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function hvp(assembler::AbstractAssembler)
145145
assembler.dof,
146146
assembler.stiffness_action_storage
147147
)
148-
return nothing
148+
return assembler.stiffness_action_unknowns
149149
end
150150

151151
"""

0 commit comments

Comments
 (0)