| #
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
|
| #
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
|
| #
7495b248
|
| 22-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/feature-kaij-update-AIJ-OAIJ-when-needed' into 'main'
Add lazy/just-in-time updating of internal data structures for MATMPIKAIJ matrices
See merge request petsc/petsc!4340
|
| #
1556b0b0
|
| 21-Sep-2021 |
Richard Tran Mills <rmills@rmills.org> |
Update comments on Mat_MPIKAIJ struct to better explain differences between sequential and parallel KAIJ cases.
|
| #
e0e5a793
|
| 16-Sep-2021 |
Richard Tran Mills <rmills@rmills.org> |
Add MatKAIJ_build_AIJ_OAIJ().
|
| #
8bb8aeb3
|
| 26-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'rmills/mat-kaij' [PR #1621]
* rmills/mat-kaij: Getting the KAIJ matrix class integrated into petsc-master.
|
| #
26da3151
|
| 06-May-2019 |
Richard Tran Mills <rmills@rmills.org> |
Fixed warning about extra semicolon in struct using KAIJHEADER.
|
| #
49bd79cc
|
| 05-Oct-2013 |
Debojyoti Ghosh <ghosh@mcs.anl.gov> |
MATKAIJ: Matrix format for I ⊗ S + J ⊗ T; S,T small and dense, J sparse
This is a generalization of MatMAIJ. The implementation provides MatMult, MatMultAdd, MatSOR, and InvertBlockDiagonal.
Helpe
MATKAIJ: Matrix format for I ⊗ S + J ⊗ T; S,T small and dense, J sparse
This is a generalization of MatMAIJ. The implementation provides MatMult, MatMultAdd, MatSOR, and InvertBlockDiagonal.
Helped-by: Jed Brown <jed@jedbrown.org>
show more ...
|