Outer most KSPSolve() now errors if KSPSetErrorIfNotConverged() is set and KSP_DIVERGED_ITSClarified behavior of KSPSolve() with errors in manual pagesReported-by: Pierre Jolivet <pierre@joliv.et
Outer most KSPSolve() now errors if KSPSetErrorIfNotConverged() is set and KSP_DIVERGED_ITSClarified behavior of KSPSolve() with errors in manual pagesReported-by: Pierre Jolivet <pierre@joliv.et>\spend 45m
show more ...
Merge branch 'barry/2021-06-10/fix-chkerrq' into 'main'Fix missing ierr =, removed incorrect CHKERRQ(), change CHKStringErrorSee merge request petsc/petsc!4078
Fix missing ierr =, removed incorrect CHKERRQ()Commit-type: error-checking, style-fix\spend 45m
style-fixes
Merge remote-tracking branch 'origin/release'
Merge branch 'knepley/example-plex-elasticity' into 'main'Add an elasticity exampleSee merge request petsc/petsc!4422
Plex ex19: Add another anisotropic example - Also fixes L2 projection tests - Also fixed SNES ex12 tests
PCHPDDM: more Fortran and Python bindings
SNES ex17: Add a requested test and ability to set parameters
snes ex12: update args following metric API change
snes ex12: update args and outputs for Pragmatic tests
Merge branch 'jwallwork23/dmadapt-metric-fix' into 'main'Fix metric-based mesh adaptation in dmadaptSee merge request petsc/petsc!4315
snes ex12: update tri_p1_adapt outputs
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds lesstightly, so the result of the computation would otherwise change.
Merge branch 'stefanozampini/nec' into 'main'Initial support for NEC-SX Aurora TsubasaSee merge request petsc/petsc!3987
SNES tutorials ex28: add alt file
SNES tutorials ex6: filter output
NEC: silent warning when running make check (line length)
g++11: fix -Werror=misleading-indentation
Merge branch 'stefanozampini/hypre-gpu' into 'main'Interface HYPRE GPU solversSee merge request petsc/petsc!4248
HYPRE: tweak tests for HYPRE in DEVICE modeAdded rules for make check
Merge branch 'barry/2021-07-03/demonstrate-network-parallel-build' into 'main'dmnetwork: bug fix for parallel input single subnetwork; API change, optimize and cleanupSee merge request petsc/pets
Merge branch 'barry/2021-07-03/demonstrate-network-parallel-build' into 'main'dmnetwork: bug fix for parallel input single subnetwork; API change, optimize and cleanupSee merge request petsc/petsc!4176
Fix a small error of convergence criterion in TFQMR
This example seems to demonstrate that one cannot construct a DMNetwork with one subnetwork in parallel correctly.Commit-type: bug-report\spend 40mDMNetworkAddSubnetwork() does not need input nv
This example seems to demonstrate that one cannot construct a DMNetwork with one subnetwork in parallel correctly.Commit-type: bug-report\spend 40mDMNetworkAddSubnetwork() does not need input nv; optimize DMNetworkLayoutSetUp_Coupling() and DMNetworkLayoutSetUp()bugfix for DMNetworkDistribute(): subnet[].nvtx was over countedcleanup network.c; add '-malloc_dump 0' to ex10.c: otherwise opensolaris-misc pipeline test failsuse the fix suggested by Satish. This fixes the opensolaris-misc pipeline test error of ex10.c, and harmless to other casesrm #if 0. Previously kept for future work
1...<<11121314151617181920>>...27