Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed Jul 5, 2024
1 parent 5b79cd4 commit 9ea6729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Applications/hunt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function solid_conductivity(σ̄1,σ̄2,Ω::GridapDistributed.DistributedTriangu
cell_entity = labels.d_to_dface_to_entity[end]
σ_field(σ̄1,σ̄2,labels,trian,cell_entity[partition.own_to_local])
end
GridapDistributed.DistributedCellField(fields)
GridapDistributed.DistributedCellField(fields)
end

function σ_field(σ̄1,σ̄2,labels,Ω,cell_entity)
Expand Down

0 comments on commit 9ea6729

Please sign in to comment.