-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jose/modern-petscinfo' into 'main'
Sync with PETSc: update output_files after change in -info See merge request slepc/slepc!438
- Loading branch information
Showing
3 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
[0] SlepcInitialize(): SLEPc successfully started | ||
[0] <sys> SlepcInitialize(): SLEPc successfully started | ||
|
||
Lyapunov equation, N=100 (10x10 grid) | ||
|
||
[0] MatSetUp(): Warning not preallocating matrix storage | ||
[0] MatAssemblyEnd_SeqAIJ(): Matrix size: 100 X 100; storage space: 40 unneeded,460 used | ||
[0] MatAssemblyEnd_SeqAIJ(): Number of mallocs during MatSetValues() is 0 | ||
[0] MatAssemblyEnd_SeqAIJ(): Maximum nonzeros in any row is 5 | ||
[0] MatCheckCompressedRow(): Found the ratio (num_zerorows 0)/(num_localrows 100) < 0.6. Do not use CompressedRow routines. | ||
[0] MatSeqAIJCheckInode(): Found 100 nodes out of 100 rows. Not using Inode routines | ||
[0] MatSetUp(): Warning not preallocating matrix storage | ||
[0] <mat> MatSetUp(): Warning not preallocating matrix storage | ||
[0] <mat> MatAssemblyEnd_SeqAIJ(): Matrix size: 100 X 100; storage space: 40 unneeded,460 used | ||
[0] <mat> MatAssemblyEnd_SeqAIJ(): Number of mallocs during MatSetValues() is 0 | ||
[0] <mat> MatAssemblyEnd_SeqAIJ(): Maximum nonzeros in any row is 5 | ||
[0] <mat> MatCheckCompressedRow(): Found the ratio (num_zerorows 0)/(num_localrows 100) < 0.6. Do not use CompressedRow routines. | ||
[0] <mat> MatSeqAIJCheckInode(): Found 100 nodes out of 100 rows. Not using Inode routines | ||
[0] <mat> MatSetUp(): Warning not preallocating matrix storage | ||
Equation type set to 1 | ||
Equation type changed to 0 | ||
Solver being used: krylov | ||
Tolerance: -2., max iterations: 100 | ||
Subspace dimension: 21 | ||
Erroring out if convergence fails | ||
[0] LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
[0] LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
[0] LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
[0] LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
[0] <lme> LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
[0] <lme> LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
[0] <lme> LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
[0] <lme> LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = (removed) | ||
Error estimate reported by the solver: 2.948e-10 | ||
[0] MatProductSetFromOptions_Private(): MatProductType AB for A seqaij, B seqdense | ||
[0] <mat> MatProductSetFromOptions_Private(): MatProductType AB for A seqaij, B seqdense | ||
Computed residual norm: 4.03e-10 | ||
|
||
[0] SlepcFinalize(): SlepcFinalize() called | ||
[0] PetscFinalize(): PetscFinalize() called | ||
[0] <sys> SlepcFinalize(): SlepcFinalize() called | ||
[0] <sys> PetscFinalize(): PetscFinalize() called |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Dense matrix equations, n=10. | ||
Solving Lyapunov equation for B | ||
[0] LMEDenseLyapunov(): Residual norm of dense Lyapunov equation = 1e-14 | ||
[0] <lme> LMEDenseLyapunov(): Residual norm of dense Lyapunov equation = 1e-14 | ||
Solving Lyapunov equation for C (Cholesky) | ||
[0] LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = 1e-15 | ||
[0] <lme> LMEDenseHessLyapunovChol(): Residual norm of dense Lyapunov equation = 1e-15 |