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 a9dd0eb commit 0999018Copy full SHA for 0999018
src/wrappers.jl
@@ -28,7 +28,7 @@ function material_response(
28
Δε::AbstractTensor{2,d,T},
29
state::AbstractMaterialState,
30
Δt = nothing;
31
- cache = nothing,
+ cache = get_cache(m),
32
options = Dict{Symbol, Any}(),
33
) where {d,T}
34
0 commit comments