Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 143) sorted by relevance

123456

/petsc/src/dm/dt/tests/output/
H A Dex6_1.out1 Gauss-Lobatto-Legendre nodes and weights computed via linear algebra:
4 Gauss-Lobatto-Legendre nodes and weights computed via Newton:
/petsc/src/ksp/ksp/tutorials/output/
H A Dex71_composite_bddc_dirichlet.out8 Iteratively computed eigenvalues
14 Iteratively computed extreme singular values: max 1.62809 min 0.736665 max/min 2.21009
H A Dex71_composite_bddc_lumped.out10 Iteratively computed eigenvalues
18 Iteratively computed extreme singular values: max 2.51669 min 0.516052 max/min 4.87682
H A Dex71_composite_bddc_lumped_alt.out11 Iteratively computed eigenvalues
20 Iteratively computed extreme singular values: max 2.60879 min 0.505669 max/min 5.15908
/petsc/src/ksp/ksp/tests/output/
H A Dex85_cg_jacobi.out2 Iteratively computed eigenvalues
5 Iteratively computed extreme singular values: max 1.5 min 0.5 max/min 3.
H A Dex85_minres_jacobi.out2 Iteratively computed eigenvalues
5 Iteratively computed extreme singular values: max 1.5 min 0.5 max/min 3.
H A Dex85_cg_none.out2 Iteratively computed eigenvalues
7 Iteratively computed extreme singular values: max 27. min 1. max/min 27.
H A Dex85_minres_none.out2 Iteratively computed eigenvalues
7 Iteratively computed extreme singular values: max 27. min 1. max/min 27.
H A Dex85_fgmres_jacobi.out2 Iteratively computed eigenvalues
5 Iteratively computed extreme singular values: max 1.5 min 0.5 max/min 3.
H A Dex85_gmres_jacobi_right.out2 Iteratively computed eigenvalues
5 Iteratively computed extreme singular values: max 1.5 min 0.5 max/min 3.
H A Dex85_fgmres_none.out2 Iteratively computed eigenvalues
7 Iteratively computed extreme singular values: max 27. min 1. max/min 27.
H A Dex85_fcg_jacobi.out2 Iteratively computed eigenvalues
5 Iteratively computed extreme singular values: max 1.5 min 0.5 max/min 3.
H A Dex85_fcg_none.out2 Iteratively computed eigenvalues
7 Iteratively computed extreme singular values: max 27. min 1. max/min 27.
H A Dex85_gmres_jacobi_left.out2 Iteratively computed eigenvalues
5 Iteratively computed extreme singular values: max 1.5 min 0.5 max/min 3.
H A Dex85_gmres_none.out2 Iteratively computed eigenvalues
7 Iteratively computed extreme singular values: max 27. min 1. max/min 27.
H A Dex48_2.out8 Iteratively computed eigenvalues
14 Iteratively computed extreme singular values: max 4.4641 min 1. max/min 4.4641
H A Dex54_5.out3 standard error not computed
33 standard error not computed
/petsc/src/dm/impls/plex/tests/
H A Dex39.c432 Vec computed, divErr; in main() local
459 PetscCall(DMCreateGlobalVector(mesh, &computed)); in main()
460 PetscCall(PetscObjectSetName((PetscObject)computed, "computedSolution")); in main()
461 PetscCall(VecSet(computed, 0.0)); in main()
462 PetscCall(SNESSolve(snes, NULL, computed)); in main()
463 PetscCall(SNESGetSolution(snes, &computed)); in main()
464 PetscCall(VecViewFromOptions(computed, NULL, "-computedSolution_view")); in main()
471 PetscCall(VecGetSubVector(computed, fieldIS[2], &divErr)); in main()
473 PetscCall(VecRestoreSubVector(computed, fieldIS[2], &divErr)); in main()
480 PetscCall(VecDestroy(&computed)); in main()
/petsc/src/ml/regressor/tests/output/
H A Dex3_ksp_intercept.out6 standard error not computed
H A Dex3_ksp_no_intercept.out6 standard error not computed
H A Dex3_prefix_ksp.out9 standard error not computed
H A Dex1_prefix_ksp.out10 standard error not computed
H A Dex2_prefix_ksp.out10 standard error not computed
H A Dex3_prefix_ksp_suitesparse.out9 standard error not computed
/petsc/src/dm/impls/stag/tests/
H A Dex30.c1618 …cInt ex, PetscInt ey, PetscInt ez, PetscInt n, const PetscScalar *ref, const PetscScalar *computed) in check_vals() argument
1624computed[i], PETSC_COMM_SELF, PETSC_ERR_PLIB, "(%" PetscInt_FMT ",%" PetscInt_FMT ",%" PetscInt_FM… in check_vals()
1639 PetscScalar computed[1024]; in CheckMat() local
1675 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
1676 PetscCall(check_vals(ex, ey, ez, 1, &valA, computed)); in CheckMat()
1687 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
1688 PetscCall(check_vals(ex, ey, ez, 1, &valA, computed)); in CheckMat()
1699 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
1700 PetscCall(check_vals(ex, ey, ez, 1, &valA, computed)); in CheckMat()
1713 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
[all …]

123456