fixed a lot of tests

This commit is contained in:
Jukka Aho
2016-06-19 20:01:37 +03:00
parent d3fd87b26f
commit c02d510673
21 changed files with 789 additions and 694 deletions
+2 -2
View File
@@ -111,11 +111,11 @@ function Problem{P<:BoundaryProblem}(::Type{P}, main_problem::Problem, elements=
end
function get_formulation_type{P<:FieldProblem}(problem::Problem{P})
return :total
return :incremental
end
function get_formulation_type{P<:BoundaryProblem}(problem::Problem{P})
return :total
return :incremental
end
function get_assembly(problem)