Skip to content

Commit

Permalink
added coupling matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pernatii committed Nov 22, 2024
1 parent c99ef30 commit 552c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FEM/Coupling/Arlequin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function init_coupling_model(datamanager::Module, complete_params::Dict)
# Find number of element neighbors
datamanager.create_constant_element_field("Coupling Elementlist", Int64, 1)
# Assign Element ids

datamanager.create_constant_free_size_field("Local Coupling Matrix", Float64, (5,5))
return datamanager
end

Expand Down

0 comments on commit 552c242

Please sign in to comment.