return true for successful assembly

This commit is contained in:
Jukka Aho
2016-10-13 00:58:52 +03:00
parent 5cbb4116cd
commit 23541db464
+1
View File
@@ -83,6 +83,7 @@ function assemble!(problem::Problem, time=0.0; auto_initialize=true)
if method_exists(assemble_posthook!, Tuple{typeof(problem), Float64})
assemble_posthook!(problem, time)
end
return true
end
function assemble!(problem::Problem, time::Real, ::Type{Val{:mass_matrix}}; density=0.0, dual_basis=false, dim=0)