| #
52ce0ab5
|
| 07-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscOptions[Bounded|Range]Real()
|
| #
61d8dfa2
|
| 09-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-checkbadSource' into 'main'
Improve checkbadSource
See merge request petsc/petsc!7168
|
| #
53df731d
|
| 08-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix "Extra spaces in test harness rules" in checkbadSource
|
| #
cec8e1ee
|
| 21-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-ts-ceed' into 'main'
Plex: Fix support ordering for CEED
See merge request petsc/petsc!7126
|
| #
277e32be
|
| 20-Dec-2023 |
Matthew G. Knepley <knepley@gmail.com> |
TS ex11: Add Euler test
|
| #
d3c48830
|
| 06-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-exodusii-check' into 'main'
Knepley/fix exodusii check
See merge request petsc/petsc!6985
|
| #
46ac1a18
|
| 01-Nov-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+ExodusII: Remove bad check
|
| #
5e8c9ebd
|
| 26-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-setup' into 'main'
Plex: Fix setup for RDycore
See merge request petsc/petsc!6877
|
| #
de8de29f
|
| 25-Oct-2023 |
Matthew G. Knepley <knepley@gmail.com> |
TS ex11: Use CEED for GPU support - Add CEED SW test - Add Euler test
|
| #
c14a7e84
|
| 19-Sep-2023 |
Matthew G. Knepley <knepley@gmail.com> |
ExodusII; Fix check for reserved labels - Disable check for many tests
|
| #
aa01dc31
|
| 27-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-07-15/add-mat-vec-createfromoptions' into 'main'
Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to...
See merge request petsc/petsc!6711
|
| #
77433607
|
| 15-Jul-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to reduce the use of specialize creation routines in the examples and thus make it easier for people to use GPU based solve
Add convenience functions VecCreateFromOptions() and MatCreateFromOptions() to reduce the use of specialize creation routines in the examples and thus make it easier for people to use GPU based solvers
show more ...
|
| #
2da97ef0
|
| 19-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ts-reset-size-change' into 'main'
support variable size ODEs (i.e. PDEs with adaptive refinement) in TS
See merge request petsc/petsc!6672
|
| #
52115386
|
| 07-Jul-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
TS tutorials ex11: move to TSResize API
|
| #
49154744
|
| 22-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d7849d59
|
| 20-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-petsccallmpi' into 'release'
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
See merge request petsc/petsc!6348
|
| #
712fec58
|
| 19-Apr-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
|
| #
d7876028
|
| 16-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-remove-opensolaris' into 'main'
CI: remove opensolaris jobs
See merge request petsc/petsc!6157
|
| #
4279555e
|
| 08-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Fix build error with linux-misc-32bit
|
| #
5a7a9864
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jeremy/less-strcpy-strcat' into 'main'
Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]
Closes #1332
See merge request petsc/petsc!6115
|
| #
c6a7a370
|
| 24-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying - Use built in string from name over hardcoding - Use sizeof over hardcoded length - Replace some Strlcat with Strncpy when offset is known
show more ...
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
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
|