mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-27 20:26:58 +00:00
2d tie contact working.
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ function call(solver::SimpleSolver, time::Number=0.0)
|
||||
local_sol = reshape(local_sol, eqsize)
|
||||
end
|
||||
#info("problem2: pushing to $field_name")
|
||||
push!(element[field_name], time => local_sol)
|
||||
#push!(element[field_name], time => local_sol)
|
||||
end
|
||||
|
||||
return norm(x1)
|
||||
|
||||
Reference in New Issue
Block a user