History log of /petsc/src/ts/event/tests/ex1.c (Results 1 – 12 of 12)
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 ...


# 732aec7a 22-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-cast' into 'main'

Use NULL or nullptr instead of casted 0

See merge request petsc/petsc!7857


# c8025a54 21-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Use NULL or nullptr instead of casted 0


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 1690c2ae 10-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# 52d90ba3 12-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/ts-resizeflag' into 'main'

TS: add TSGetStepResize() to API to inquire about resizing

See merge request petsc/petsc!7757


# c6bf8827 12-Aug-2024 Stefano Zampini <stefano.zampini@gmail.com>

TS: add TSGetStepResize() to API to inquire about resizing


# 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


# bff66efa 15-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ilya-fursov/ts-fixevent2' into 'main'

TSEvent: refactor and fix bugs, add TSSetPostEventStep()

See merge request petsc/petsc!6752


# fa9584fb 03-Dec-2023 Ilya Fursov <ilya.foursov.7bd@gmail.com>

Update the previously existing TSEvent tests and tutorials.

Move src/ts/tests/ex1.c to src/ts/event/tests/ex1.c
Move src/ts/tests/ex16.c to src/ts/event/tests/ex16.c
Move src/ts/tests/ex22.c to src/

Update the previously existing TSEvent tests and tutorials.

Move src/ts/tests/ex1.c to src/ts/event/tests/ex1.c
Move src/ts/tests/ex16.c to src/ts/event/tests/ex16.c
Move src/ts/tests/ex22.c to src/ts/tutorials/ex32.c, as it's not a test.

Fix the bouncing ball examples src/ts/tutorials/ex40.c and ex44.c
to cleanly terminate on reaching M bounces.

show more ...