History log of /petsc/src/mat/impls/sbaij/seq/cholmod/cholmodimpl.h (Results 1 – 25 of 65)
Revision Date Author Comments
# 4abf1e65 29-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-composite-as-shell' into 'main'

MatComposite, MatNormal, and MatHermitianNormal as a MatShell

See merge request petsc/petsc!7226


# e2b46ddf 25-Jan-2024 Pierre Jolivet <pierre@joliv.et>

Leverage the new structure of MATNORMAL when calling SuiteSparseQR


# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 8d5af591 27-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-26/if-not-defined-to-ifndef' into 'main'

If!defined() -> ifndef

See merge request petsc/petsc!5686


# 687625d7 26-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Change the remaining if !defined() header guards that were missed during The Great Formatting 2 to ifndef


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 91d0f61b 04-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-qr-normal' into 'main'

PCQR for MATNORMAL

See merge request petsc/petsc!4182


# 02ef7dfa 20-Jul-2021 Pierre Jolivet <pierre@joliv.et>

SPQR: support for MATNORMAL


# 149e269f 20-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-spqr' into 'main'

Implement interface to SuiteSparseQR (SPQR) sparse direct QR factorization.

See merge request petsc/petsc!3976


# a2fc1e05 08-Mar-2021 Toby Isaac <tisaac@cc.gatech.edu>

Implement interface to SuiteSparseQR (SPQR) sparse direct QR factorization.


# ccbe3378 26-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-suitesparse' into 'master'

Update SuiteSparse to use github releases + fixes to SBAIJ hermitian complex case

See merge request petsc/petsc!2305


# 218db3c1 19-Nov-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATCHOLMOD: support for MatMatSolve and MatGetInfo

Fix bug with complex matrices: cholmod requires hermitian matrices (upper triangular)
Add missing prefix for options: all the other factorization p

MATCHOLMOD: support for MatMatSolve and MatGetInfo

Fix bug with complex matrices: cholmod requires hermitian matrices (upper triangular)
Add missing prefix for options: all the other factorization packages search for options prefixed by the matrix prefix

KSP ex62: add umfpack test and disable few cases for complex

show more ...


# e366c154 15-Nov-2017 Jed Brown <jed@jedbrown.org>

Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint

Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match
documentation.


# 54761ea3 14-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in m

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in master (the introduction of MatFactorGetError()) therefor need
to merge in master and use the new construct before merging to next

show more ...


# bef83e63 23-May-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c


# 7caaeba4 19-May-2016 barral <none@none.fr>

Merge branch 'master' into barral/feature-dmplex-adapt


# 3546dc83 17-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jose/maint/tabs-print-class' into maint


# de18c742 16-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscCon

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant()
added SNESView for ngs, added options database to ngs manual page, removed dead routine
gcov: enable in mpiuni test
incorrect capitalization of an even name
force same number of iterations for output of ml example
changed output for ml example to not be machine dependent
DMP4est: access data after setup
SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft.
Example had print statements of complex numbers
Fix more errors in agmres for 64 bit integers
builds: fix nampespase conflict with 'analyzer-buid' and checkBuilds.py
gcov: add more packages to test
add a couple of KSP that were not represented in testing
gcov: enable more externalpackages for this test
fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux
get GAMG to get null space (more)
fix c++ compile errors
Add test example for kacmarz preconditioner since gcov indicated there was NONE
...

show more ...


# 18790e9c 14-May-2016 Mark Adams <cal2princeton@yahoo.com>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix


# 93f203bf 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/cleanup-external-mat-solver-packages'


# 6b8f6f9d 05-May-2016 Barry Smith <bsmith@mcs.anl.gov>

change suitesparse cholmod interface to no longer use spprtr


123