| #
7d3de750
|
| 12-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
make PetscInfo() variadic
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
940e4fdf
|
| 12-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'
Feature: Attribute Format - Mat
See merge request petsc/petsc!4634
|
| #
546078ac
|
| 10-Dec-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
remove trailing newline from SETERRQ
|
| #
2158cd20
|
| 31-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/petsc4py' into 'main'
Some work on petsc4py
See merge request petsc/petsc!4644
|
| #
41e867a5
|
| 30-Nov-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: allow snes.solve to use the internal solution vector
|
| #
3fbef1ea
|
| 07-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
db9004e6
|
| 06-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-snes-monitor-lg' into 'release'
Knepley/fix snes monitor lg
See merge request petsc/petsc!4615
|
| #
5e7c47f3
|
| 03-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Added -snes_monitor_pause_final to mirror the KSP option
|
| #
fbcc4530
|
| 03-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Somehow the LG monitor was broken in SNES
|
| #
0330569c
|
| 15-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
cab274fc
|
| 15-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-snes-typo' into 'release'
SNES: fix a typo in an option name
See merge request petsc/petsc!4454
|
| #
1af0b375
|
| 14-Oct-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
SNES: fix a typo in an option name
Reported-by: Thomas Vasileiou <vathomas@zoho.com>
|
| #
6762c164
|
| 15-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan-release-patch-82973' into 'main'
Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"
See merge request petsc/petsc!4146
|
| #
dd400576
|
| 26-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less tightly, so the result of the computation would otherwise change.
show more ...
|
| #
d5ed94bb
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-manpages'
Fix manpages to avoid errors reported by doctext
See merge request petsc/petsc!4309
|
| #
97bb3fdc
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: more errors reported by doctext
|
| #
4165533c
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Argument --> Parameter (required to enable sowing checks)
|
| #
6b867d5a
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: mismatching number of parameters
|
| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|
| #
c1bf08c5
|
| 06-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/spelling-errors' into 'main'
Fix many spelling errors in manpages and comments
See merge request petsc/petsc!4283
|
| #
a5b23f4a
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix spelling errors in manpages and comments
|
| #
db9643c7
|
| 02-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-hpddm-symbolic-reuse' into 'main'
Reuse MatProductSymbolic() between KSPHPDDM and PCHPDDM
See merge request petsc/petsc!4239
|
| #
4d651a51
|
| 08-Aug-2021 |
Pierre Jolivet <pierre@joliv.et> |
Documentation fixes
|
| #
67f24b97
|
| 08-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/update-checkbadsource' into 'main'
Update badsource rules
See merge request petsc/petsc!4064
|