volume load

This commit is contained in:
Jukka Aho
2015-10-23 01:11:45 +03:00
parent 6258fd00ba
commit 9b5b88116b
2 changed files with 183 additions and 126 deletions
+5
View File
@@ -186,6 +186,11 @@ function dinterpolate(element::Element, field_name, ip::IntegrationPoint, time::
dinterpolate(element, field_name, ip.xi, time)
end
""" Check does fieldset exist. """
function Base.haskey(element::Element, what)
haskey(element.fields, symbol(what))
end
"""
Get jacobian of element evaluated at point ξ on element in reference configuration.