Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
knikhil1995 committed Feb 22, 2024
1 parent 3841181 commit 742a0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dft/dft.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,8 @@ namespace dftfe
// false option reinitializes vself bins from scratch wheras true option
// only updates the boundary conditions
const bool updateOnlyBinsBc = !updateImagesAndKPointsAndVselfBins;
initBoundaryConditions(isMeshDeformed, updateOnlyBinsBc);
initBoundaryConditions(isMeshDeformed || d_dftParamsPtr->isCellStress,
updateOnlyBinsBc);

MPI_Barrier(d_mpiCommParent);
init_bc = MPI_Wtime() - init_bc;
Expand Down

0 comments on commit 742a0db

Please sign in to comment.