Skip to content

Re: Initialize at Equilibrium

#2831
albert.mink
Moderator

Hi Eric,

did you tried to call
sLattice.iniEquilibrium( superGeometry, 1, rhoF, uF )
with uF different to zero?

First the array is initialized by zeros.
Then it gets the value from the passed AnalyticalF2D object.

Code:
T uTmp[] = {T(),T()};
u(uTmp,physR);

So just try it.

All the best
Albert