History log of /petsc/src/sys/tutorials/ex7.c (Results 1 – 8 of 8)
Revision Date Author Comments
# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 300f1712 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

brain dead fixes for useless casts in examples


# db37729f 09-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ex7-print-objects-destroyed' into 'main'

Fix a typo in sys/tutorials/ex7.c.

See merge request petsc/petsc!7099


# 93a9da4c 08-Dec-2023 David Wells <drwells@email.unc.edu>

Fix a typo in sys/tutorials/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


# dff009be 24-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Add composed functions for default log handler functions

This makes them extensible to other implementations.
Where appropriate, the global log handler will now dispatch
these functions t

Profiling: Add composed functions for default log handler functions

This makes them extensible to other implementations.
Where appropriate, the global log handler will now dispatch
these functions to all running log handlers.

It is not always appropriate to dispatch to all running log handlers:
when a single return value is expected or when a filename
is given, it will continue to dispatch only to the default
log handler.

show more ...


# 294de794 20-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Rename PETSC_LOG_HANDLER_XXX -> PETSCLOGHANDLERXXX


# 936c8cb4 14-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Add tutorial for implementing a PetscLogHandler

sys/tutorials/ex7.c implements all log handling callbacks using only the
public interface and also demonstrates what to expect in
PetscLogH

Profiling: Add tutorial for implementing a PetscLogHandler

sys/tutorials/ex7.c implements all log handling callbacks using only the
public interface and also demonstrates what to expect in
PetscLogHandlerStagePush() and PetscLogHandlerStagePop()
regarding the transition from old stage to new stage.

show more ...