mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-22 02:40:51 +00:00
all tests pass now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user