Skip to content

Commit

Permalink
remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed Jan 24, 2024
1 parent b9ffe31 commit 3b27508
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/rheology/StressUpdate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ function _compute_τ_nonlinear!(
end

# fill plastic strain rate tensor
# ntuple(Val(N1)) do i
# Base.@_inline_meta
# λdQdτᵢ = λdQdτ[i]
# ε_pl[i][idx...] = !isinf(λdQdτᵢ) * λdQdτᵢ
# end

update_plastic_strain_rate!(ε_pl, λdQdτ, idx)
# update and correct stress
τij = τij .+ dτij
Expand Down

0 comments on commit 3b27508

Please sign in to comment.