Changes: Development#

General:

Configure/Build:

  • Update --download-pastix to use CMake build, with additional dependency on LAPACKE and CBLAS, can use for ex. MKL with --with-blaslapack-dir=${MKLROOT}, or Netlib LAPACK with --download-netlib-lapack --with-netlib-lapack-c-bindings

  • Add option --with-library-name-suffix=<suffix>

Sys:

Event Logging:

PetscViewer:

PetscDraw:

AO:

IS:

VecScatter / PetscSF:

PF:

Vec:

PetscSection:

PetscPartitioner:

Mat:

  • Add MatCopyHashToXAIJ() which allows assembling an XAIJ matrix in hash table form into another XAIJ matrix

  • Add MatResetHash() which allows resetting an XAIJ matrix to use a hash table

MatCoarsen:

PC:

KSP:

SNES:

SNESLineSearch:

TS:

TAO:

DM/DA:

DMSwarm:

DMPlex:

FE/FV:

DMNetwork:

DMStag:

DT:

Fortran: