Closed mvanzulli closed 1 year ago
Closes a subtask from #409
This PR simplifies the StructuralBoundaryConditions interface by including:
BCtoEntities{BC,E} = Dictionary{BC,Vector{E}} where {BC,E}
This allocates ?
for index in set_accessor(m, dbc_label) push!(entities, view(mesh_entities,index)) end
Closes a subtask from #409
This PR simplifies the StructuralBoundaryConditions interface by including:
BCtoEntities{BC,E} = Dictionary{BC,Vector{E}} where {BC,E}
This allocates ?