History log of /petsc/src/dm/impls/composite/pack.c (Results 101 – 125 of 443)
Revision Date Author Comments
# 999739cf 23-Sep-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Fix some spurious linter warnings and move certain headers to the private directory. Added
internal
PetscDisableStaticAnalyzerForExpressionUnderstandingThatThisIsDangerousAndBugprone() macro
to disab

Fix some spurious linter warnings and move certain headers to the private directory. Added
internal
PetscDisableStaticAnalyzerForExpressionUnderstandingThatThisIsDangerousAndBugprone() macro
to disable static analyzer for a single expression and a test for it. Improved the testing
logic slightly.

show more ...


# 94c750fa 22-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-multiple-grids' into 'main'

adding support for multiple grids with multiple species per grid

See merge request petsc/petsc!4292


# b1c3483d 21-Sep-2021 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

add comment about method that does not seem to work


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


# 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


# 005520e9 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'

Feature: libClang PETSc Macro Static Analyzer

See merge request petsc/petsc!3773


# 064a246e 11-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.

show more ...


# 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()


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


# 139aa5b9 05-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint' into master


# aa09f18c 04-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/fix-dmcomposite-mat-vec-types/maint' into 'maint'

Make routines for creating Mat and Vec objects from DMCOMPOSITE honor -dm_mat_type and -dm_vec_type options.

See merge request

Merge branch 'rmills/fix-dmcomposite-mat-vec-types/maint' into 'maint'

Make routines for creating Mat and Vec objects from DMCOMPOSITE honor -dm_mat_type and -dm_vec_type options.

See merge request petsc/petsc!3073

show more ...


# 05ec3129 19-Aug-2020 Richard Tran Mills <rmills@rmills.org>

Make routines for creating Mat and Vec objects from DMCOMPOSITE honor -dm_mat_type and -dm_vec_type options.

This fix is needed so that GPU matrix and vector types can be used with simulations emplo

Make routines for creating Mat and Vec objects from DMCOMPOSITE honor -dm_mat_type and -dm_vec_type options.

This fix is needed so that GPU matrix and vector types can be used with simulations employing DMCOMPOSITE.

This commit also adds CUDA and ViennaCL tests for SNES tutorial ex28,
which will fail without the fix in this commit.

show more ...


# 14931f3e 19-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# c0564ec5 18-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/wip-for-maint' into 'maint'

Small bugfixes

See merge request petsc/petsc!2406


# e333b035 18-Dec-2019 Stefano Zampini <stefano.zampini@gmail.com>

DMCOMPOSITE: fix improper computation of l2g map indices

When a l2g map has a negative index, we just flag it as negative in the composite map and move on
There's no consensus on what a negative ind

DMCOMPOSITE: fix improper computation of l2g map indices

When a l2g map has a negative index, we just flag it as negative in the composite map and move on
There's no consensus on what a negative index means, except for skipping when setting the values in vectors and matrices

show more ...


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

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


# 94aad3ce 07-Jul-2019 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/dm-api (pull request #1850)

DM interface

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


# d57f96a3 05-Jul-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMSetType: Clear dm->ops and set type name before calling constructor


# 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


12345678910>>...18