Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 74) sorted by relevance

123

/petsc/src/ts/event/tests/output/
H A Dex4_F7revisit.out3 [0] TSEvent: iter 2 - reached too small bracket [0.042 - 0.054], next stepping to its right end 0.0…
4 [0] TSEvent: iter 3 - Event 0 accepting time 0.054 as event location, due to reaching too small bra…
/petsc/src/sys/objects/
H A Dfinit.c71 PetscReal small = PETSC_SMALL; in PetscInitializeFortran() local
74 petscsetmoduleblocknumeric_(&pi, &maxreal, &minreal, &eps, &seps, &small, &pinf, &pninf); in PetscInitializeFortran()
/petsc/doc/manualpages/doctext/
H A Dnroff.def17 # .SM - small
21 # .SB - small boldface
/petsc/src/tao/leastsquares/tutorials/
H A DtomographyGenerateData.m47 % Need 100/500/1000+ iteration to get good/very good/excellent result with small regularizer.
48 …% choose small maxSVDofA to make sure initial step size is not too small. 1.8e-6 and 1e-6 could ma…
52 …maxSVDofA = 1e-6; %svds(A, 1)*1e-4; % multiply by 1e-4 to make sure it is small enough so that fir…
/petsc/src/tao/unconstrained/tutorials/output/
H A Drosenbrock1_31.out1 Inverse error of LMVM MatMult and MatSolve is not small: 6.715717e+01
H A Drosenbrock1_30.out1 Inverse error of LMVM MatMult and MatSolve is not small: 2.946727e+01
H A Drosenbrock1_29.out1 Inverse error of LMVM MatMult and MatSolve is not small: 4.774872e+01
H A Drosenbrock1_32.out1 Inverse error of LMVM MatMult and MatSolve is not small: 1.620015e+00
/petsc/doc/developers/
H A Dtesting.md427 args: -f ${DATAFILESPATH}/matrices/small -mat_type aij
432 args: -f ${DATAFILESPATH}/matrices/small
447 args: -f ${DATAFILESPATH}/matrices/small -mat_type baij
1029 args: -f ${DATAFILESPATH}/matrices/small -mat_type {{aij baij sbaij}} -matload_block_size {{2 3}}
1036 ok 1 In mat...tests: "./ex138 -f ${DATAFILESPATH}/matrices/small -mat_type aij -matload_block_size …
1037 ok 2 In mat...tests: "Diff of ./ex138 -f ${DATAFILESPATH}/matrices/small -mat_type aij -matload_blo…
1038 ok 3 In mat...tests: "./ex138 -f ${DATAFILESPATH}/matrices/small -mat_type aij -matload_block_size …
1039 ok 4 In mat...tests: "Diff of ./ex138 -f ${DATAFILESPATH}/matrices/small -mat_type aij -matload_blo…
1040 ok 5 In mat...tests: "./ex138 -f ${DATAFILESPATH}/matrices/small -mat_type baij -matload_block_size…
1041 ok 6 In mat...tests: "Diff of ./ex138 -f ${DATAFILESPATH}/matrices/small -mat_type baij -matload_bl…
[all …]
/petsc/src/tao/unconstrained/tutorials/
H A Dconvergencestudyburger.m6 …alytic solution; if one uses the other initial guess the code only convergences a very small amount
/petsc/src/benchmarks/
H A DbenchmarkAssembly.py111 if args.small:
116 if args.small:
/petsc/src/ksp/ksp/tutorials/output/
H A Dex89f_2.out41 Running MPI linear solver server directly on rank 0 due to its small size
91 Running MPI linear solver server directly on rank 0 due to its small size
H A Dex88f_2.out41 Running MPI linear solver server directly on rank 0 due to its small size
91 Running MPI linear solver server directly on rank 0 due to its small size
H A Dex56_latebs-2.out27 Threshold for dropping small values in graph on each level = -0.01 -0.01
115 Threshold for dropping small values in graph on each level = -0.01 -0.01
213 Threshold for dropping small values in graph on each level = -0.01 -0.01
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/
H A DHeadersDiff.css30 .small { font-size: 0.6em; font-style: italic; font-family: Verdana, Helvetica, sans-serif; }
/petsc/src/ts/tutorials/
H A Dgasoline.inp29 # glee insists on very small timesteps so never makes any progress
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmreig.c114 PetscErrorCode KSPComputeRitz_GMRES(KSP ksp, PetscBool ritz, PetscBool small, PetscInt *nrit, Vec S… in KSPComputeRitz_GMRES() argument
212 if (small) { in KSPComputeRitz_GMRES()
224 if (small) { in KSPComputeRitz_GMRES()
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh628 static real small, sfmin;
1701 small = 1. / rmax;
1702 if (small >= sfmin) {
1707 sfmin = small * (eps + 1.);
1982 static doublereal small;
2144 small = one;
2146 d__1 = small * rbase;
2147 small = dlamc3_(&d__1, &zero);
2150 a = dlamc3_(&one, &small);
2618 static quadreal small, sfmin;
[all …]
/petsc/src/snes/tutorials/output/
H A Dex5_7_ksp_view_pre.out16 Threshold for dropping small values in graph on each level =
47 Threshold for dropping small values in graph on each level = -1. -1.
148 Threshold for dropping small values in graph on each level = -1. -1.
259 Threshold for dropping small values in graph on each level = -1. -1.
H A Dex5_mis_view_detailed.out15 Threshold for dropping small values in graph on each level = -1. -1.
122 Threshold for dropping small values in graph on each level = -1. -1.
239 Threshold for dropping small values in graph on each level = -1. -1.
356 Threshold for dropping small values in graph on each level = -1. -1.
H A Dex5_hem_view_detailed.out15 Threshold for dropping small values in graph on each level = -1. -1.
122 Threshold for dropping small values in graph on each level = -1. -1.
239 Threshold for dropping small values in graph on each level = -1. -1.
356 Threshold for dropping small values in graph on each level = -1. -1.
/petsc/doc/manual/
H A Dblas-lapack.md7 …AS 2 operations - dense matrix with vector operations, generally the dense matrices are very small.
8 3. Eigenvalue and SVD computations, generally for very small matrices
H A Dabout_this_manual.md40 Since PETSc is under continued development, small changes in usage and
/petsc/doc/changes/
H A Dindex.md4 upcoming releases; **small changes in usage and calling sequences of
/petsc/src/sys/ftn-mod/
H A Dpetscsysmod.F90695 PetscReal small, pinf, pninf
702 PETSC_SMALL = small

123