| #
26ef77f3
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-doc' into 'main'
CI: update target 'manualpages' to abort on error - and fix all doc issues
See merge request petsc/petsc!4979
|
| #
67b8a455
|
| 15-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
doc: more fixes to remove build warnings
|
| #
324a2319
|
| 06-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'danfinn/ts-and-sp-monitor-changes' into 'main'
Add DrawSP function to colorize points
See merge request petsc/petsc!4918
|
| #
8c87cf4d
|
| 06-Mar-2022 |
danfinn <dannyfinn10@gmail.com> |
Add DrawSP function to colorize points; Add ts/tests/ex35 to test new SP function; Fix TS Swarm monitor
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
2d757f79
|
| 02-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-explicit-timestepping' into 'main'
DM+TS: Add support for mass matrices
See merge request petsc/petsc!4683
|
| #
07eaae0c
|
| 29-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
TS: Updated error monitor for FEM
|
| #
c449eba4
|
| 08-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-swarm-monitor' into 'main'
Swarm: Updated SP viewer for Swarm
See merge request petsc/petsc!4623
|
| #
d7462660
|
| 08-Dec-2021 |
Matthew Knepley <knepley@gmail.com> |
Swarm: Updated SP viewer for Swarm - Added some new options to control monitor
|
| #
007f11b9
|
| 01-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jpusztay/swarm-example-twostream' into 'main'
TS/Swarm tutorial Two Stream instability
See merge request petsc/petsc!4587
|
| #
ab43fcac
|
| 01-Dec-2021 |
Joe Pusztay <Rylanor@imac.myfiosgateway.com> |
fix ts/swarm monitor
|
| #
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
|
| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|
| #
2b40f18d
|
| 09-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-08/fix-setterrq-chkerrq' into 'main'
Removed CHKERRQ() that come immediately after SETERRQ(), add test to...
See merge request petsc/petsc!4069
|
| #
2758c9b9
|
| 08-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs
Commit-type: bug-fix, error-checking \spend 10m Reported-by: Lisandro Dalcin <dalcinl@gm
Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs
Commit-type: bug-fix, error-checking \spend 10m Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|
| #
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
|
| #
70a7d78a
|
| 04-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update badsource rules
- Zero or more spaces are not allowed for more returning types - zero spaces not allowed for for|if|while
|
| #
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
|
| #
005520e9
|
| 13-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'
Feature: libClang PETSc Macro Static Analyzer
See merge request petsc/petsc!3773
|
| #
064a246e
|
| 11-May-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.
show more ...
|
| #
49824467
|
| 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-04-06/fix-bad-error-code-returns' into 'main'
Fix bad error code returns in various places in PETSc
See merge request petsc/petsc!3846
|
| #
d8185827
|
| 07-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix code that did not pass appropriate PETSc error flags to SETERRQ()
Add checkbadSource check for use of SETERRQ() without an appropriate error flag
Commit-type: error-checking, bug-fix, testing-f
Fix code that did not pass appropriate PETSc error flags to SETERRQ()
Add checkbadSource check for use of SETERRQ() without an appropriate error flag
Commit-type: error-checking, bug-fix, testing-fix, style-fix /spend 2.5h
show more ...
|