Skip to content

Commit

Permalink
Corrected the assignment of dphi
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaprakash-iitd committed May 5, 2022
1 parent 3d4769e commit 238ea71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apply_boundary_conditions.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
bem.bc.phi(i) = phi;
else
bem.bc.type(i) = 1;
bem.bc.phi(i) = dphi;
bem.bc.dphi(i) = dphi;
end
end
end
end

0 comments on commit 238ea71

Please sign in to comment.