modal solver + tie contact works now. dirichlet boundary and mpcs are eliminated properly before solution to get reduced system

This commit is contained in:
Jukka Aho
2016-06-22 01:39:28 +03:00
parent 8bd32cbeca
commit 6d3e33c3ff
14 changed files with 887 additions and 120 deletions
+1
View File
@@ -380,6 +380,7 @@ function aster_read_mesh(fn::ASCIIString, mesh_name=nothing)
add_node!(mesh, nid, ncoords)
end
mapping = Dict(
:PO1 => :Poi1,
:SE2 => :Seg2,
:TR3 => :Tri3,
:TR6 => :Tri6,