History log of /petsc/src/dm/impls/swarm/tests/ex7.c (Results 1 – 25 of 50)
Revision Date Author Comments
# 2286efdd 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'

Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn

See merge request petsc/petsc!8615


# 57d50842 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# e98d5aa1 12-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-03/docs-c2html' into 'main'

Remove recursive build of c2html files; no longer uses classic makefiles

See merge request petsc/petsc!7167


# 46233b44 11-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Use < instead of " for includes of PETSc include files

And Remove unneeded duplicate includes

Co-Authored-by: Jose Roman <jroman@dsic.upv.es>


# f3a98c4c 20-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 176b8e1f 20-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-20/ci-skip-broken-threads' into 'release'

Skip CI tests that are broken due to thread safety

See merge request petsc/petsc!7040


# bb928f97 20-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Skip CI tests that are broken due to thread safety


# ecceeb7d 02-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 600ea783 02-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2023-11-01/fix-thread-level' into 'release'

Fix a bug in a test related to PETSC_MPI_THREAD_REQUIRED

See merge request petsc/petsc!6990


# 9884f84c 01-Nov-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Tests: fix a bug in dm/impls/swarm/tests/ex7.c


# 6c37f76f 27-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-log-handler' into 'main'

Deglobalize logging into PetscLogHandler and PetscLogState

See merge request petsc/petsc!6709


# 2611ad71 14-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if def

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if defined(PETSC_USE_LOG)
PetscLogEvent event;
#endif
```

- Having global counters like petsc_TotalFlops externed event
if !PetscDefined(USE_LOG) helps to remove a lot of needless
`#ifdef`s around code that can instead be placed in
`if (PetscDefined(USE_LOG)) {}` blocks.

show more ...


# e1804efc 10-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-feature-simplex' into 'main'

Adams/landau feature simplex

See merge request petsc/petsc!6293


# 917d862e 06-Apr-2023 markadams4 <mfadams@lbl.gov>

add test with simplex elements for swarm psuedo-inverse PIC example


# 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


# f6652e4d 13-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-ex1-fix' into 'main'

Landau collision operator cleanup/release with paper, new verification test in ex1 and cleanup

See merge request petsc/petsc!6006


# feadbf81 20-Feb-2023 Mark Adams <ma2325@columbia.edu>

fixed swarm ex7, getting memory corruption


# 5c2d3019 01-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-01/clang-format-fix-petscpragmaomp' into 'main'

clang-format fix indentation of PetscPragmaOMP

See merge request petsc/petsc!6127


# f37bacd1 01-Mar-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

clang-format fix indentation of PetscPragmaOMP


# 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


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


12