Mortar autodiff tests...

This commit is contained in:
Jukka Aho
2016-02-23 17:52:09 +02:00
parent 94d0739e86
commit 11569d8961
3 changed files with 52 additions and 422 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ function update_assembly!(problem, u, la)
elseif get_formulation_type(problem) == :forwarddiff
info("$(problem.name): forwarddiff formulation, adding increment to solution vector")
assembly.u += u
assembly.la += la
assembly.la = la
else
info("$(problem.name): unknown formulation type, don't know what to do with results")
error("serious failure with problem formulation: $(get_formulation_type(problem))")