substructuring, fixed tests, possibility to save to integration points

This commit is contained in:
Jukka Aho
2015-11-30 16:04:13 +02:00
parent 38239bfa20
commit 458caa4757
18 changed files with 371 additions and 530 deletions
+2
View File
@@ -15,6 +15,8 @@ type BoundaryProblem{T<:AbstractProblem}
elements :: Vector{Element}
end
typealias FieldProblem Problem
typealias AllProblems Union{Problem, BoundaryProblem}
function get_elements(problem::AllProblems)