We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb4b30 commit a92f83fCopy full SHA for a92f83f
1 file changed
src/stressiterations.jl
@@ -47,7 +47,7 @@ struct ReducedStressState{S<:AbstractStressState,M<:AbstractMaterial} <: Abstrac
47
stress_state::S
48
material::M
49
end
50
-for op in ( :initial_material_state, :allocate_material_cache,
+for op in ( :initial_material_state, :allocate_material_cache, :get_tensorbase,
51
:get_num_tensorcomponents, :get_num_statevars, :get_vector_length,
52
:get_vector_eltype, :allocate_differentiation_output)
53
@eval @inline $op(rss::ReducedStressState) = $op(rss.material)
0 commit comments