History log of /petsc/src/tao/tutorials/ex3.c (Results 1 – 25 of 60)
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 ...


# 58bddbc0 11-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-lmvm-rework' into 'main'

MatLMVM rework

See merge request petsc/petsc!6401


# 09fb3ddc 26-Mar-2025 Toby Isaac <toby.isaac@gmail.com>

MatLMVM: Update test output


# 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


# bbabb49b 13-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/pablo-fix-cg' into 'main'

KSP: Fix compute eigenvalues

See merge request petsc/petsc!7276


# a25662f8 12-Feb-2024 Pablo Brubeck <brubeck@protonmail.com>

KSP: fix eigenvalues computations

update outputs


# 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


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# f0af967e 29-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners w/o PetscCall()

See merge request petsc/petsc!5561


# ad540459 29-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners w/o PetscCall()


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 5cab5458 26-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'

Add PetscFunctionBeginUser to all PETSc C/C++ examples

See merge request petsc/petsc!5470


# 327415f7 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Add PetscFunctionBeginUser to all PETSc C/C++ examples

Now the stack frames will contain the main program and the correct line numbers in them

git ls-files | egrep "(tutorials|tests)" | xargs sed -

Add PetscFunctionBeginUser to all PETSc C/C++ examples

Now the stack frames will contain the main program and the correct line numbers in them

git ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"

Commit-type: error-checking, testing-fix
/spend 15m

show more ...


# 558cb1cc 27-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/mataij-graph-filter' into 'main'

Move create and filter graph from PCGAMG to MATAIJ, add MIS-k

See merge request petsc/petsc!5331


# bae903cb 15-Jun-2022 markadams4 <mfadams@lbl.gov>

added distance k MIS MatCoarsen type


# 8fc1eafd 10-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dm-plex-boundary-check' into 'main'

DM: check that local section does not exist when adding boundary

See merge request petsc/petsc!5310


# 01a5d20d 04-Jun-2022 Jed Brown <jed@jedbrown.org>

DM: check that local section does not exist when adding boundary

Adding a boundary modifies the DM global space, and currently won't be
noticed if the local section has already been created. This ch

DM: check that local section does not exist when adding boundary

Adding a boundary modifies the DM global space, and currently won't be
noticed if the local section has already been created. This check
detects an otherwise-silent pattern attempted by a student working with
libCEED.

Remove (unused) boundary handling from Patrick Farrell's example.

show more ...


# 673874f5 17-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 7bead99e 17-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-cuda-migrate' into 'release'

CI: migrate cuda builds to petsc-gpu-01 [also migrate valgrind]

See merge request petsc/petsc!5253


# 342ad626 13-May-2022 Satish Balay <balay@mcs.anl.gov>

CI: migrate cuda jobs to the gpu server petsc-gpu-01

reorg and merge linux-c-exodus-dbg,linux-cuda-double into arch-ci-cuda-pkgs


123