Page 1 of 1

Bug in WhitneyAVHarmonic

Posted: 07 Jun 2013, 14:14
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