Ani2D Changelog

What's new in Ani2D 3.1

Oct 8, 2014
  • Package aniFEM:
  • Added group bits to arrays template[R,C]. Restructured the assembling procedure.
  • Fixed a few bugs that were not revealed by tutorials.
  • Package aniPy:
  • Upgraded python code to comply with changes made to the aniAFT package.
  • Package aniMBA:
  • Allowed mesh rescaling to be used mutiple times.
  • Package aniPRJ:
  • Added missing mesh rescaling back to the physical domain.
  • Fixed incorrect calculation of a shift in a local-to-global map.
  • Package aniAFT:
  • Added memory release to function opt_func().
  • Package aniLU:
  • Upgraded external package UMFPACK to version 5.1.0.
  • Simplified installation procedure for UMFPACK.

New in Ani2D 2.2 (Jan 29, 2009)

  • added StokesNavier (lid driven cavity) to Tutorials/MultiPackage
  • added package aniINB for inexact Newton-Krylov backtracking nonlinear solver
  • removed unnecessary scaling when there are no curved edges
  • added prefix ANI to internal constants defined in magic.fd
  • added the ZZ recovery method (a simplified version of the L_2 projection method)
  • increased size of numeric(2) and symbolic(2) in F77 wrappers for 64-bit machines
  • added a Laplacian mesh smoothing
  • code cleaning and documenting

New in Ani2D 2.1 (Sep 22, 2008)

  • restructured tutorials
  • added package aniLMR for metric recovery methods
  • added package aniRCB for mesh refinement and coarsening with bisection
  • new feature: nodal metric can be provided by the user
  • added package aniILU for solving systems with non-singular matrices
  • added the new finite element FEM_CR1 (Crouzeix-Raviart)
  • fixed miscelaneous bugs
  • code cleaning and documenting