TS: document expected failure of multilevel solverswhen IJacobian and RHSJacobian are both used with a fully implicit solver
Merge remote-tracking branch 'origin/release'
Docs: fix typos and extra characters
Fix the monitoring of PetscOptionsClearValue.Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>Co-authored-by: Stefano Zampini <stefano.zampini@gmail.com>
This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of
This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass 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_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.
show more ...
Merge branch 'stefanozampini/fix-dirk-dae-restart' into 'release'Guarantee that SNES function is called before SNES jacobian in multilevel solversSee merge request petsc/petsc!7563
Merge branch 'release'
Add useful lists of options for GAMG and fieldsplit. Improve related manpages
SNES: update manual on calling order for residual and Jacobian
Add more details on Vec/MatGetOwnershipRange() and how the values are determined.Reported-by: Sayan Bhattacharjee
Added documentation for dense LMVM implementation
Added Hansol's name for manual
manual: shrink table width to fix in page [in pdf]
Merge branch 'jrwrigh/fix_ts_docs' into 'main'doc(TS): Fix minor formatting issue in ts.rstSee merge request petsc/petsc!7325
Docs: fix missing or extra dash in right-hand side
Update getting_started.rst - The previous version suggested that...
doc(TS): Fix minor formatting issue in ts.rst
Merge branch 'jolivet/fix-double' into 'main'Fix words appearing twice in a row for no good reasonSee merge request petsc/petsc!7307
Fix words appearing twice in a row for no good reason
Split some wide equations into two lines so it is all visible in the browser
Some Tao monitor options are incorrectly called viewers, yikes and more yikesCorrect ``-tao_view_gradient``, ``-tao_view_ls_residual``, ``-tao_view_solution``, and ``-tao_view_stepdirection`
Minor copyediting of vector chapter of users manual
123456789