all tests pass now

This commit is contained in:
Jukka Aho
2016-07-03 21:16:03 +03:00
parent eec6db657d
commit 757ba2b3d9
52 changed files with 607 additions and 853 deletions
@@ -38,7 +38,7 @@ using JuliaFEM.Test
boundary_problem = Problem(Dirichlet, "symmetry boundary conditions", 3, "displacement")
push!(boundary_problem, symxy, symxz, symyz)
solver = Solver("solve 3d block")
solver = NonlinearSolver("solve 3d block")
push!(solver, elasticity_problem)
push!(solver, boundary_problem)
call(solver)