History log of /petsc/src/dm/impls/swarm/tests/ex6.c (Results 1 – 25 of 62)
Revision Date Author Comments
# 4e8208cb 31-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)

See merge request petsc/petsc!8956

show more ...


# 2a8381b2 13-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now t

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now the standard for passing in contexts
- PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn

Both of these are typedef to void*

Also removed most use of user and userctx for context arguments now consistently named ctx

Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

show more ...


# 2a1887a7 11-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-11-30/fix-bad-ts' into 'main'

Fix bad decisions made in writing TS.

See merge request petsc/petsc!8877


# 188af4bf 01-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix bad decisions made in writing TS.

Fix -ts_dt to -ts_time_step and add initial time step to TSView output

commit a5a92c11fa9681148df375b257eda4e09909b74e
Author: Barry Smith <bsmith@petsc.de

Fix bad decisions made in writing TS.

Fix -ts_dt to -ts_time_step and add initial time step to TSView output

commit a5a92c11fa9681148df375b257eda4e09909b74e
Author: Barry Smith <bsmith@petsc.dev>
Date: Mon Dec 1 14:51:27 2025 -0500

add max_snes_failures to TSView

commit 32d3e79f6fa743930b1bbf32d03b9181b5b5418a
Author: Barry Smith <bsmith@petsc.dev>
Fix wrongly named options and add to TSView

Wrong name for options database key -ts_max_reject should be -ts_max_step_rejections!

Add max_reject value to TSView

Add max_snes_failures to TSView

Add initial timestep to TSView

show more ...


# 3c4208d8 08-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'danofinn/ts-add-avg-dg' into 'main'

TSDiscgrad: Adding average DG and -ts_discgrad_type option; Swarm: Changes to field swarm field functions

See merge request petsc/petsc!7920


# f940b0e3 27-Sep-2024 danofinn <dsfinn@buffalo.edu>

TSDiscgrad: Adding average DG and -ts_discgrad_type option
- Also fixed automatic particle number determination

FOO


# a370cb8a 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-hamiltonian-ex2-opt' into 'main'

Fix Hamiltonian ex2 for Landau Damping

See merge request petsc/petsc!7937


# 84467f86 08-Sep-2024 Matthew G. Knepley <knepley@gmail.com>

Hamiltonian ex2/ex6: Rewrite particle initialization
- Add logging events
- Fix field handling

FOO ex6


# b9169a8d 20-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/tsresize-errorind' into 'main'

TSSetResize: support error indicators

See merge request petsc/petsc!7368


# ecc87898 20-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

TSSetResize: support remeshing with step restart


# 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


# 7f71fc7e 26-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-swarm-project-fv' into 'main'

DM: Fix Swarm projection for FV

See merge request petsc/petsc!7282


# 0bf7c1c5 17-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

Swarm: Generalize projection to multiple components
- Generalize mass matrix to multiple components
- Add DMSwarmGetFieldInfo()
- Add DMSwarmVectorGetField()


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


# c8629ca8 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/minsurf-local' into 'main'

Improve support for nonlinear domain decomposition solvers

See merge request petsc/petsc!7084


# 6493148f 28-Nov-2023 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEXSNES: support objective functions


# 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


# dd91dc9d 20-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 2da97ef0 19-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/ts-reset-size-change' into 'main'

support variable size ODEs (i.e. PDEs with adaptive refinement) in TS

See merge request petsc/petsc!6672


# 4a2752e6 07-Jul-2023 Stefano Zampini <stefano.zampini@gmail.com>

TS tests ex17: test TSResize for polynomial solutions


# 3dd8e6d7 06-Jul-2023 Stefano Zampini <stefano.zampini@gmail.com>

DMSWARM tests ex6: Move to TSResize

change the output files to match those on my MAC


123