3d still not converging

This commit is contained in:
Jukka Aho
2016-03-01 05:52:42 +02:00
parent d20d2b3aaf
commit 5969bed44c
4 changed files with 99 additions and 52 deletions
+2 -1
View File
@@ -294,7 +294,8 @@ end
global const med_elmap = Dict{Symbol, Vector{Int}}(
:HE8 => [4, 8, 7, 3, 1, 5, 6, 2],
:TE4 => [2, 3, 4, 1]
:TE4 => [2, 3, 4, 1],
:QU4 => [1, 2, 3, 4],
# :SE2 => [2, 1]
)