Skip to content

Commit

Permalink
postprocess of boundary problems also
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Mar 13, 2017
1 parent 38b1688 commit 13a6437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solvers.jl
Expand Up @@ -530,7 +530,6 @@ function update_xdmf!(solver::Solver)
end
xdmf = get(solver.xdmf)
for problem in get_problems(solver)
is_field_problem(problem) || continue
fields = [get_unknown_field_name(problem); problem.postprocess_fields]
update_xdmf!(xdmf, problem, solver.time, fields)
end
Expand Down

0 comments on commit 13a6437

Please sign in to comment.