mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 20:01:32 +00:00
refactor contact and tests
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ function call(element::Element, field_name::ASCIIString, time)
|
||||
return element[field_name](time)
|
||||
end
|
||||
|
||||
function call(element::Element, field_name::ASCIIString, ip, time)
|
||||
function call(element::Element, field_name::ASCIIString, ip, time::Real)
|
||||
field = element(field_name, time)
|
||||
isa(field, DCTI) && return field.data
|
||||
basis = element(ip, time)
|
||||
|
||||
Reference in New Issue
Block a user