History log of /petsc/src/dm/impls/da/grvtk.c (Results 51 – 75 of 185)
Revision Date Author Comments
# 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


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

Fix manpages: Argument --> Parameter (required to enable sowing checks)


# 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


# f3f18477 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fix-petscdefined' into 'main'

Fix wrong usage of PetscDefined()

See merge request petsc/petsc!3640


# 6daa58f6 21-Feb-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix wrong usage of PetscDefined()


# 60f11f4c 25-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'

CHKERRQ() -> CHKERRMPI()

See merge request petsc/petsc!3637


# 55b25c41 19-Feb-2021 Pierre Jolivet <pierre@joliv.et>

CHKERRQ() -> CHKERRMPI()


# dcbdf7c4 06-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/chkerrmpi' into 'master'

Fix compile warnings after adding CHKERRMPI

See merge request petsc/petsc!3528


# 2f96bde4 02-Jan-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix more warnings in PGI compiler with complex scalars


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


# 7b917211 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Fix 0 -> NULL for pointers

See merge request petsc/petsc!3086


# ea78f98c 23-Aug-2020 Lisandro Dalcin <dalcinl@gmail.com>

DM: Replace 0 -> NULL for pointers


# 78b8d9f0 03-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# b89b8d71 03-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-09-29/fix-uninitialized-warnings' into 'maint'

Add dummy initialize values and change code organization slightly to prevent...

See merge request petsc/petsc!2121


# 277f51e8 03-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Add dummy initialize values and change code organization slightly to prevent incorrect compiler warnings about unitialized values

Fix a int that should be a size_t, fix handling of long

Add additio

Add dummy initialize values and change code organization slightly to prevent incorrect compiler warnings about unitialized values

Fix a int that should be a size_t, fix handling of long

Add additional details for PetscDataType to prevent possible confusion

Commit-type: portability-fix
Reported-by: Satish Balay <balay@mcs.anl.gov>
Thanks-to: Jed Brown <jed@jedbrown.org>

show more ...


# 35140aeb 05-Sep-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merge branch 'master' into this one.


# c4f810b3 05-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dmda-vtk-cleanup' into 'master'

DMDAVTKWriteAll: skip obtaining bounding box that is never used

See merge request petsc/petsc!1992


# dca4288b 28-Aug-2019 Jed Brown <jed@jedbrown.org>

DMDAVTKWriteAll: skip obtaining bounding box that is never used


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


# 847f55b8 24-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/endian (pull request #1698)

Runtime endianness detection

Approved-by: Jed Brown <jed@59a2.org>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


12345678