mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-27 12:16:56 +00:00
fields, solvers
This commit is contained in:
+2
-2
@@ -86,8 +86,8 @@ function Base.push!(solver::Solver, problem::Problem)
|
||||
end
|
||||
|
||||
""" Get all problems assigned to solver. """
|
||||
function get_problems(s::Solver)
|
||||
return s.problems
|
||||
function get_problems(solver::Solver)
|
||||
return solver.problems
|
||||
end
|
||||
|
||||
## SimpleSolver -- tiny direct demo solver
|
||||
|
||||
Reference in New Issue
Block a user