History log of /petsc/include/petscksp.h (Results 51 – 75 of 1050)
Revision Date Author Comments
# c52ffa67 12-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-docs' into 'release'

Docs fixes

See merge request petsc/petsc!7682


# 0241b274 10-Jul-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix nonexisting functions and variables


# a623e290 12-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'

More improvements to Fortran stubs and interfaces

See merge request petsc/petsc!7598


# 5d83a8b1 30-May-2024 Barry Smith <bsmith@mcs.anl.gov>

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER
Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]
Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX

The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above
This will also require an update sowing with the new sowing branch this MR is using.

show more ...


# 5fe01c21 22-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hsuh/dense-lmvm-squashed' into 'main'

Dense LMVM

See merge request petsc/petsc!7371


# bbb72809 14-Mar-2024 Hansol Suh <hsuh@anl.gov>

Dense LMVM - BFGS, DFP, QN implemented


# 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


# 953494db 10-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

Swarm: Add continuous DM argument to DMSwarmProjectFields()


# 4fae72c8 11-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 2032542b 11-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-kspguesssettype' into 'release'

Docs: KSPSetGuessType() -> KSPGuessSetType()

See merge request petsc/petsc!7284


# 9168452c 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Docs: KSPSetGuessType() -> KSPGuessSetType()


# c7fbd2bd 02-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'

add typedef for functions passed to SNESSetFunction() etc to match approach in TS

See merge request petsc/petsc!7206


# 8434afd1 02-Feb-2024 Barry Smith <bsmith@mcs.anl.gov>

Change the use of the _Fn suffix to indicate a typedef of a function to just Fn

As determined on a vote on GitLab


# 7b578ef6 30-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Update KSP callback functions such as used with KSPSetComputeOperators() to use the new function prototype callback style with _Fn


# b22c9ba6 08-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 338bea87 08-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-04/fix-includes-man-pages/release' into 'release'

Barry/2024 01 04/fix includes man pages/release

See merge request petsc/petsc!7165


# af27ebaa 05-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix manual page formating in include directory


# 713b55d3 06-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/snes-lmvm' into 'main'

Improve MATLMVM support in SNES

See merge request petsc/petsc!7030


# e96a0efe 05-Nov-2023 Stefano Zampini <stefano.zampini@gmail.com>

MATLMVM: cleanup interface


# 6cdbbeb7 22-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bd5ad44f 21-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-20/docs-manpage-minor-work/release' into 'release'

Minor work on manual pages (in include directory)

See merge request petsc/petsc!7042


# 95bd0b28 21-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Minor work on manual pages (in include directory)


# c3673aa9 05-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-swarm-layout' into 'main'

Swarm: Reworked Swarm projection interface and fixed some particle layout

See merge request petsc/petsc!6856


# 4c55a7a0 03-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

Swarm: Reworked Swarm projection interface
- Added scatter mode to DMSwarmProjectFields()
- Fixed internal interface to allow bi-directional projection


# 13c1354c 03-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/minres-nutol' into 'main'

KSPMINRES: Add support for inexactness condition

See merge request petsc/petsc!6844


12345678910>>...42