History log of /petsc/src/dm/interface/dmget.c (Results 1 – 25 of 130)
Revision Date Author Comments
# a623e290 12-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'

More improvements to Fortran stubs and interfaces

See merge request petsc/petsc!7598


# 5d83a8b1 30-May-2024 Barry Smith <bsmith@mcs.anl.gov>

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER
Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]
Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX

The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above
This will also require an update sowing with the new sowing branch this MR is using.

show more ...


# 4688473b 13-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 3411a588 13-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-08/doc-manual-page-fixes/release' into 'release'

Improve some manual pages for Mat and DM

See merge request petsc/petsc!7004


# 0b3275a6 08-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Improve some manual pages for Mat and DM

Commit-type: documentation


# 294d477b 31-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 6ee5ebf2 31-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-10-27/fix-not-collective-lda/release' into 'release'

fix Not Collective listing in manual page for MatDenseSetLDA.

See merge request petsc/petsc!6972


# 8f14a041 27-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded on in Collective statements and fix Collective over

Commit-type: documentation


# 186cd71f 24-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-07-19/lint-apply-ts' into 'main'

Manual linter fixes: ts

See merge request petsc/petsc!6736


# 42747ad1 21-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

... and apply it


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# 7a2f837d 06-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Deploy new PetscValidPointer, remove PetscValidXXXPointer


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# 60225df5 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: dm


# d50db6f2 13-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/dm-clear-named-vector' into 'main'

support clearing named vectors in DM

See merge request petsc/petsc!6704


# 245d7360 08-Jul-2023 Stefano Zampini <stefano.zampini@gmail.com>

DMSHELL: must clear vectors if setting new vectors

This could be refined to check vectortype and layouts, but it can get hairy.
I prefer to always clear the work vectors


# 974ca4ec 08-Jul-2023 Stefano Zampini <stefano.zampini@gmail.com>

DM: add interface to clear named vectors


# e9f36840 18-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'

Fix many manual pages

See merge request petsc/petsc!6162


# 20f4b53c 09-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages based on reports from Jacob's lint tool

Commit-type: documentation


# 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


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 1d8f8f2c 17-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e0d21d02 17-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-10-27/fix-dmcoordiate-man/release' into 'release'

fix/update manual pages in various places in src/dm

See merge request petsc/petsc!5784


# dce8aeba 27-Oct-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages in a variety of parts of src/dm

Still many other parts of DM need to have their manual pages updated

Commit-type: housekeeping
/spend 4h


123456