volume load

This commit is contained in:
Jukka Aho
2015-10-23 01:11:45 +03:00
parent 86e25d5c4e
commit 2c11b2b2b2
8 changed files with 1006 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.