Skip to content

Commit 0999018

Browse files
committed
add cache for plain stress call
1 parent a9dd0eb commit 0999018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrappers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function material_response(
2828
Δε::AbstractTensor{2,d,T},
2929
state::AbstractMaterialState,
3030
Δt = nothing;
31-
cache = nothing,
31+
cache = get_cache(m),
3232
options = Dict{Symbol, Any}(),
3333
) where {d,T}
3434

0 commit comments

Comments
 (0)