Skip to content

1.4.2

Compare
Choose a tag to compare
@ddemidov ddemidov released this 21 Jul 08:44
· 64 commits to master since this release
681bfc7
  • Improved documentation
  • Partial rebuild of the AMG hierarchy using new matrix, and reusing
    prolongation and restriction operators.
  • Allow to use null-space vectors with MPI aggregation
  • Implemented ILUP(k). The non-zero pattern of A^k is used to determine
    the fill-in, which may be beneficial for non-symmetric systems
  • Implementation of experimental deflated solver
  • prm.solver.ns_search=true ignores trivial solution for zero RHS.
    Useful in search of the null-space vectors of the system
  • Published Docker image with compiled examples
  • Removed SIMPLE preconditioner, which may be replaced with SchurPC
  • Minor fixes and improvements.