element node mappings.. where to get them.

This commit is contained in:
Jukka Aho
2016-02-01 09:13:34 +02:00
parent 38721bae05
commit fd69eadb80
+1
View File
@@ -245,6 +245,7 @@ end
global const med_elmap = Dict{Symbol, Vector{Int}}(
:HE8 => [4, 8, 7, 3, 1, 5, 6, 2],
:TE4 => [2, 3, 4, 1]
# :SE2 => [2, 1]
)
function get_connectivity(med::MEDFile, elsets, mesh_name)