Author Topic: there may be a bug.in sbodyw.f  (Read 2018 times)

weiyongtao

  • New Member
  • *
  • Posts: 8
there may be a bug.in sbodyw.f
« on: February 27, 2021, 03:29:53 AM »
for the statement
bf(1:3)=bf(1:3)+…
Maybe this is a bug. I think the correct form should be
bf(1:3)=

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: there may be a bug.in sbodyw.f
« Reply #1 on: February 27, 2021, 11:04:17 AM »
The routine is used in may places.  Thus, the best correction is to set bf( : ) = 0.0d0 in the routine ./elements/frame/fbody3w.f
« Last Edit: February 27, 2021, 01:17:31 PM by Prof. S. Govindjee »