History log of /petsc/include/petsc/private/pcasmimpl.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 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


# 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


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

Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation


# 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


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 49f00114 22-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/backup-ksp-pc-compare' into 'main'

Lighter -ksp_view for PC[ASM|BJacobi] and SNESNASM w/o ::ascii_info_detail

Closes #838

See merge request petsc/petsc!3716


# ed155784 15-Mar-2021 Pierre Jolivet <pierre@joliv.et>

PCView_ASM(): rm same_local_solves/check PVFormat

Only solver information from rank 0 are now displayed, even when calling
PCASMGetSubKSP(). To display solver information from all ranks, use
PETSC_V

PCView_ASM(): rm same_local_solves/check PVFormat

Only solver information from rank 0 are now displayed, even when calling
PCASMGetSubKSP(). To display solver information from all ranks, use
PETSC_VIEWER_ASCII_INFO_DETAIL, e.g., -ksp_view ::ascii_info_detail

show more ...


# 7687e1ec 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-propagate-share' into 'master'

Propagate prefix name in PC[ASM|BJACOBI|GASM] and share factorizations in PCHPDDM

See merge request petsc/petsc!3608


# 34eca32b 03-Feb-2021 Pierre Jolivet <pierre@joliv.et>

PCHPDDM: add PCHPDDMGetSTShareSubPC()