mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 17:22:10 +00:00
substructuring, fixed tests, possibility to save to integration points
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user