Bug in WhitneyAVHarmonic

Clearly defined bug reports and their fixes
Post Reply
Takala
Posts: 186
Joined: 23 Aug 2009, 23:59

Bug in WhitneyAVHarmonic

Post by Takala »

Hi,

I think there is a bug in the WhitneyAVHarmonic solver:

in:

Code: Select all

  SUBROUTINE LocalMatrixBC(  STIFF, FORCE, LOAD, Bcoef, Element, n, nd )
...
  F  = SUM(LOAD(4,1:n)*Basis(1:n)) * (-im/Omega)
...
Should be without the im/omega?

Code: Select all

  SUBROUTINE LocalMatrixBC(  STIFF, FORCE, LOAD, Bcoef, Element, n, nd )
...
  F  = SUM(LOAD(4,1:n)*Basis(1:n)) 
...
Cheers,

Eelis
Post Reply