mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 20:01:32 +00:00
code aster .med reader, notebook of 3d mortar.
This commit is contained in:
@@ -207,6 +207,7 @@ function call(solver::DirectSolver, time::Number=0.0)
|
||||
end
|
||||
K = sparse(field_assembly.stiffness_matrix)
|
||||
dim = size(K, 1)
|
||||
info("dim = $dim")
|
||||
f = sparse(field_assembly.force_vector, dim, 1)
|
||||
field_assembly = nothing
|
||||
gc()
|
||||
|
||||
Reference in New Issue
Block a user