Skip to content

Commit a92f83f

Browse files
committed
Add get_tensorbase overload to reduced material
1 parent 6bb4b30 commit a92f83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stressiterations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct ReducedStressState{S<:AbstractStressState,M<:AbstractMaterial} <: Abstrac
4747
stress_state::S
4848
material::M
4949
end
50-
for op in ( :initial_material_state, :allocate_material_cache,
50+
for op in ( :initial_material_state, :allocate_material_cache, :get_tensorbase,
5151
:get_num_tensorcomponents, :get_num_statevars, :get_vector_length,
5252
:get_vector_eltype, :allocate_differentiation_output)
5353
@eval @inline $op(rss::ReducedStressState) = $op(rss.material)

0 commit comments

Comments
 (0)