2d tie contact working.

This commit is contained in:
Jukka Aho
2015-11-24 03:06:56 +02:00
parent b7af1ebcaa
commit fe55cb0faa
19 changed files with 1531 additions and 199 deletions
+1 -1
View File
@@ -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)