| #
7950b4a8
|
| 11-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-convest-fvm' into 'main'
Update TSConvEst for FV problems
See merge request petsc/petsc!5098
|
| #
ae11cfe1
|
| 09-Feb-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Convest: Check which interface to set for refined TS
|
| #
1d267255
|
| 09-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-swarm-test-rewrite' into 'main'
Swarm: Rewrite of tests ex4 and ex5
See merge request petsc/petsc!5078
|
| #
49979724
|
| 04-Apr-2022 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Allow solution to redistribute over timesteps
|
| #
f882803c
|
| 26-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'
Variadic CHKERRQ()
See merge request petsc/petsc!4889
|
| #
9566063d
|
| 25-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX() -> PetscCallThrow() - CHKERRCXX() -> PetscCallCXX() - CHKERRCUDA() -> PetscCallCUDA() - CHKERRCUBLAS() -> PetscCallCUBLAS() - CHKERRCUSPARSE() -> PetscCallCUSPARSE() - CHKERRCUSOLVER() -> PetscCallCUSOLVER() - CHKERRCUFFT() -> PetscCallCUFFT() - CHKERRCURAND() -> PetscCallCURAND() - CHKERRHIP() -> PetscCallHIP() - CHKERRHIPBLAS() -> PetscCallHIPBLAS() - CHKERRHIPSOLVER() -> PetscCallHIPSOLVER() - CHKERRQ_CEED() -> PetscCallCEED() - CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction() - CHKERRMKL() -> PetscCallMKL() - CHKERRMMG() -> PetscCallMMG() - CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD() - CHKERRCGNS() -> PetscCallCGNS() - CHKERRPTSCOTCH() -> PetscCallPTSCOTCH() - CHKERRSTR() -> PetscCallSTR() - CHKERRTC() -> PetscCallTC()
show more ...
|
| #
5f80ce2a
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
chkerr and friends wrapped
|
| #
d4555522
|
| 22-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-03-19/rm-ts-petsccheckfalse' into 'main'
Remove many PetscCheckFalse() from ts
See merge request petsc/petsc!4996
|
| #
3c633725
|
| 20-Mar-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove many PetscCheckFalse() from ts
Commit-type: style-fix /spend 1h Thanks-to: Jose E. Roman <jroman@dsic.upv.es>
|
| #
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()
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
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
|
| #
9327cc11
|
| 27-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Fix TS monitoring
|
| #
2afd2872
|
| 02-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-refine-bc' into 'main'
DM+DT: Fix for equation copying
See merge request petsc/petsc!4270
|
| #
b2df8587
|
| 30-Aug-2021 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Added debugging mode that disables refinement
|
| #
a13d1a16
|
| 16-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-convest-logging' into 'main'
Plex+SNES+Convest: Small fixes for PyLith
See merge request petsc/petsc!4169
|
| #
608e5a7a
|
| 17-Jun-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Convest: Fix stage logging - Check if stage was created
|
| #
bdea225a
|
| 30-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'
Convert MPI error type to PETSc error with string message for all MPI calls
See merge request petsc/petsc!3326
|
| #
ffc4695b
|
| 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their errors better.
The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces seemingly random failures.
Commit-type: error-checking /spend 30m
show more ...
|
| #
0e60a921
|
| 28-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-convest-monitor' into 'master'
Convest: Also print the dofs in the monitor
See merge request petsc/petsc!3436
|
| #
7809adef
|
| 25-Nov-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Convest: Also print the dofs in the monitor
|
| #
fe4f3632
|
| 15-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-stokes-tutorial' into 'master'
Knepley/feature plex stokes tutorial
See merge request petsc/petsc!3038
|
| #
8cda7954
|
| 10-Aug-2020 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Nullspace constructor should report old and new field numbers
|