History log of /petsc/src/ksp/pc/impls/pbjacobi/cuda/pbjacobi_cuda.cu (Results 1 – 8 of 8)
Revision Date Author Comments
# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

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

clang-format-19

See merge request petsc/petsc!7644


# 57508ece 17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


# 4a997463 20-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-09-05/feature-mat-get-vpb' into 'main'

PC: add new mat ops MATOP_GET_{BLOCK, VBLOCK}_DIAGONAL

See merge request petsc/petsc!7811


# 42ce410b 05-Sep-2024 Junchao Zhang <jczhang@anl.gov>

PC: add new mat ops MATOP_GET_{BLOCK, VBLOCK}_DIAGONAL

so that a shell matrix can return its own (variable) point blocks in a matrix for use in PC (V)PBJacobi


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# e19c1245 22-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/pc-vpbjacobi-transpose' into 'main'

Add PCApply(Transpose)_VPBJacobi for CPU and GPU; add PCApply(Transpose)_PBJacobi for GPU

See merge request petsc/petsc!5920


# 12facf1b 21-Dec-2022 Junchao Zhang <jczhang@mcs.anl.gov>

PCPBJACOBI: add cuda and Kokkos implementation