History log of /petsc/src/dm/impls/da/da.c (Results 76 – 100 of 344)
Revision Date Author Comments
# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# 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


# f899ff85 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameters --> Parameter


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# 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


# 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 ...


# c57b1f10 27-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a71d6db7 27-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-12-21/fix-fortran-kspsolve/release' into 'release'

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

See merge request petsc/pets

Merge branch 'barry/2020-12-21/fix-fortran-kspsolve/release' into 'release'

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

See merge request petsc/petsc!3497

show more ...


# 48eeb7c8 22-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

Add -da_refine to manual page for DMDASetRefinementFactor()

Commit-type: bug-fix, documentation, fortran

DMCreateInterpolation() requires a custom Fortran stub because it RETURNS an optional vector

Add -da_refine to manual page for DMDASetRefinementFactor()

Commit-type: bug-fix, documentation, fortran
/spend 4h
Reported-by: Shatrov Oleg <shatrov.oleg.a@gmail.com>
Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>

show more ...


# 50e4e598 13-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-01-28/fix-f90ex-dac' into 'master'

Fix example that has ; followed by &

See merge request petsc/petsc!2486


# a5bc1bf3 13-Mar-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix fortran ; & in examples some compilers failed

Fixed so -da_refine works with DMDASetUniformCoordinates

Commit-type: bug-fix, testing-fix, documentation


# a8158fb5 14-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'gropp/doc-fixes-1' [PR #1838]


# 57a5760d 02-Jul-2019 William Gropp <wgropp@illinois.edu>

Merge from doc-fixes branch


# a2b725a8 27-Jun-2019 William Gropp <wgropp@illinois.edu>

Fixes for doctext update


# 89583661 21-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]


# 580bdb30 07-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*()

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*() with PetscArraymove()

Commit-type: style-fix, feature

show more ...


# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

Update the use of Collective on in the manual pages to reflect the new style


# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


# fa54792a 29-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in psanan/man-pages-remove-keywords (pull request #1717)

Man pages: Remove .keywords fields

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# bfcb38ea 27-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be unif

Man pages: remove .keywords: fields

This field is recognized by doctext from Sowing (http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/node20.htm#Node20),
but it doesn't seem to be uniformly used or maintained.

Thus, remove all .keywords: fields, and a following blank line, if present.

This is accomplished with GNU sed (gsed on OS X), with the following commands.
*Warning* that this type of command can corrupt a .git directory,
so be cautious in reusing or modifying these commands. They first look
for and delete matching lines with a following line consisting of only whitespace,
and then delete any remaining matching lines.

find src/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find src/ -type f -exec gsed -i '/keywords:/d' {} +
find include/ -type f -exec gsed -i '/keywords:/ {N; /\n\s*$/d}' {} +
find include/ -type f -exec gsed -i '/keywords:/d' {} +

Hints on the sed command obtained from: https://unix.stackexchange.com/questions/100754/how-to-delete-a-specific-line-and-the-following-blank-line-using-gnu-sed

show more ...


# 3dc8cc2a 19-Apr-2019 Hannah Morgan <hannah.mairs@gmail.com>

Merged in hmorgan/fix-GLL-quadrature-fix-pr1451 (pull request #1536)

hmorgan/fix-GLL-quadrature-fix-pr1451

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 8272889d 12-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Revert "Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]""

This reverts commit f8f0706ac36152a85c2163c77236a76f30185f56.


# 7b5114fb 09-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


12345678910>>...14