mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-18 03:19:21 +00:00
attempt to fix boundary condition
This commit is contained in:
+1
-1
@@ -400,7 +400,7 @@ function create_boundary_problem(model::Model, bc::AbstractBoundaryCondition, ::
|
||||
nodes = row[1]
|
||||
end
|
||||
|
||||
elements = [Element(Poi1, [id]) for id in nodes]
|
||||
elements = Element[Element(Poi1, [id]) for id in nodes]
|
||||
update!(elements, "geometry", model.mesh.nodes)
|
||||
|
||||
for dof in row[2]:row[end]
|
||||
|
||||
Reference in New Issue
Block a user