mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 09:12:09 +00:00
element template
This commit is contained in:
+1
-2
@@ -3,7 +3,7 @@
|
||||
|
||||
abstract AbstractElement
|
||||
|
||||
type Element{E<:AbstractElement}
|
||||
type Element{E}
|
||||
connectivity :: Vector{Int}
|
||||
fields :: Dict{ASCIIString, Field}
|
||||
end
|
||||
@@ -292,4 +292,3 @@ function update!{T}(elements::Vector{Element{T}}, field_name::ASCIIString, data:
|
||||
update!(element, field_name, data)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user