History log of /petsc/src/mat/graphops/coarsen/impls/mis/mis.c (Results 1 – 16 of 16)
Revision Date Author Comments
# bcda9346 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/fix-typo' into 'main'

missing "s" for isascii and issundials

See merge request petsc/petsc!8559


# 9f196a02 17-Jul-2025 Martin Diehl <mail@martin-diehl.net>

missing "s" for isascii and issundials


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 835f2295 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Brain dead fixes for useless casts


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 462c564d 14-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()

Introduce MPIU_Count to be used when MPI_Count is not available


# 0062f871 09-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-05/fix-matcoarsen-view-mis' into 'main'

Fix bug where MatCoarsenView crashes when the coarsen object is incomplete

See merge request petsc/petsc!7612


# c376f201 05-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

minor cleanup of MatCoarsen implementations


# bfa5bdfc 05-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix bug where MatCoarsenView crashes when the coarsen object is incomplete

Reported-by: Eric Chamberland


# 949a929d 01-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-24/gamg-minor-cleanup' into 'main'

Barry/2024 05 24/gamg minor cleanup

See merge request petsc/petsc!7574


# e0b7e82f 17-May-2024 Barry Smith <bsmith@mcs.anl.gov>

Minor cleanup of GAMG code for main


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# fbccb6d4 18-Nov-2023 Pierre Jolivet <pierre@joliv.et>

CI: update to clang-format-18


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# 53673ba5 09-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-06/doc-cleanup-man-page-processing' into 'main'

Move doc/classic materials to doc/manualpages

See merge request petsc/petsc!7000


# 8be712e4 06-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Organize the Mat coloring, partitioning, coarsening, and ordering in a common directory

under the SUBMANSEC of MatGraphOperations instead of MatOrderings

Commit-type: housekeeping