Skip to content

FreeFem++-v3.62

Compare
Choose a tag to compare
@sgarnotel sgarnotel released this 14 Jan 08:46
· 3146 commits to master since this release

Added

  • add x0=true/false, add veps=eps in solver parameters to initiaze of not the the CG , GMRES algo
    with 0 or previous value and veps is to get the absolue tolerance

  • A tool of solve adjoint matrix A with only one single LU decomposition with LU, UMFPACK, GMRES
    u[]=A'^-1*b;

  • Add plugin to save matrix in Harwell-Boeing format (see Harwell-Boeing format)

Fixed

  • Fix bug in trunc (2d) in case of very fine mesh (eps too small)