mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 11:51:31 +00:00
.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ type Field{T}
|
||||
end
|
||||
""" Initialize field. """
|
||||
function Field(time, values)
|
||||
Field(time, 1, values)
|
||||
Field(time, 0, values)
|
||||
end
|
||||
""" Get length of a field (number of basis functions in practice). """
|
||||
function Base.length(f::Field)
|
||||
|
||||
Reference in New Issue
Block a user