ONSAS / ONSAS.jl

An Open Nonlinear Structural Analysis Solver in Julia
MIT License
7 stars 1 forks source link

Boundary conditions delete and insert methods #419

Closed mvanzulli closed 1 year ago

mvanzulli commented 1 year ago

Closes a subtask from #409

This PR simplifies the StructuralBoundaryConditions interface by including:

This allocates ?

  for index in set_accessor(m, dbc_label)
      push!(entities, view(mesh_entities,index))
  end