You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update a value to integration point update!(ip, variable, time => value),
where value <: AbstractTensor. typeof(value) [ Info: Tensors.SymmetricTensor{2,3,Float64,6}
Check the realized type typeof(ip(variable, time)) [ Info: Array{Float64,2}
The text was updated successfully, but these errors were encountered:
How to reproduce:
Update a value to integration point
update!(ip, variable, time => value)
,where
value <: AbstractTensor
.typeof(value)
[ Info: Tensors.SymmetricTensor{2,3,Float64,6}
Check the realized type
typeof(ip(variable, time))
[ Info: Array{Float64,2}
The text was updated successfully, but these errors were encountered: