Home
last modified time | relevance | path

Searched refs:converge (Results 1 – 25 of 2231) sorted by relevance

12345678910>>...90

/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/output/
H A Dex50_3.out2 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
3 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
4 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
5 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
7 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
8 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
10 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
11 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
13 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
14 Linear mg_coarse_ solve did not converge due to DIVERGED_ITS iterations 5
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/atc/fluids/
H A Dbar1d_fluids.screen153 …ATC: P1, Iterative solve for lambda failed to converge after 50 iterations, final tolerance was 2…
155 …ATC: P2, Iterative solve for lambda failed to converge after 50 iterations, final tolerance was 2…
157 …ATC: P3, Iterative solve for lambda failed to converge after 50 iterations, final tolerance was 2…
159 …ATC: P0, Iterative solve for lambda failed to converge after 50 iterations, final tolerance was 2…
161 …ATC: P3, Iterative solve for lambda failed to converge after 50 iterations, final tolerance was 2…
163 …ATC: P1, Iterative solve for lambda failed to converge after 50 iterations, final tolerance was 2…
165 …ATC: P2, Iterative solve for lambda failed to converge after 50 iterations, final tolerance was 2…
185 ATC: P2, ERROR: CG solve did not converge, iterations: 4 residual: -nan
186 ATC: P3, ERROR: CG solve did not converge, iterations: 4 residual: -nan
187 ATC: P1, ERROR: CG solve did not converge, iterations: 4 residual: -nan
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/tests/
H A Dtest_bundle_adjust.cxx210 TEST("Converged (fixed K)", converge, true); in test_bundle_adjust()
224 TEST("Converged (without gradient, fixed K)", converge, true); in test_bundle_adjust()
252 TEST("Converged (est focal len)", converge, true); in test_bundle_adjust()
300 converge = converge && ba.optimize(unknown_cameras, unknown_world, noisy_image_points, mask); in test_bundle_adjust()
302 converge = converge && ba.optimize(unknown_cameras, unknown_world, noisy_image_points, mask); in test_bundle_adjust()
304 converge = converge && ba.optimize(unknown_cameras, unknown_world, noisy_image_points, mask); in test_bundle_adjust()
305 TEST("Converged (outliers)", converge, true); in test_bundle_adjust()
342 converge = converge && ba.optimize(unknown_cameras, unknown_world, noisy_image_points, mask); in test_bundle_adjust()
344 converge = converge && ba.optimize(unknown_cameras, unknown_world, noisy_image_points, mask); in test_bundle_adjust()
346 converge = converge && ba.optimize(unknown_cameras, unknown_world, noisy_image_points, mask); in test_bundle_adjust()
[all …]
/dports/graphics/xfractint/xfractint-20.04p16/pars/
H A Dicons.par11 perspective=180 xyshift=0/0 stereo=2 interocular=3 converge=-3
19 converge=-3 crop=4/0/0/4 bright=100/100 colors=@glasses2.map
32 perspective=180 xyshift=0/0 stereo=2 interocular=3 converge=-3
46 perspective=180 xyshift=0/0 stereo=2 interocular=3 converge=-3
54 converge=-3 crop=4/0/0/4 bright=100/100 colors=@glasses2.map
65 perspective=180 xyshift=0/0 stereo=2 interocular=3 converge=-4
82 converge=-3 crop=4/0/0/4 bright=100/100 colors=@glasses2.map
96 converge=-3 crop=4/0/0/4 bright=100/100 colors=@glasses2.map
109 converge=-3 crop=4/0/0/4 bright=100/100 colors=@glasses2.map
136 converge=-3 crop=4/0/0/4 bright=100/100 colors=@glasses2.map
[all …]
/dports/math/R-cran-LearnBayes/LearnBayes/R/
H A Dbayes.model.selection.R35 converge = rep(TRUE, 2^p) functionVar
45 converge[j] = fit$converge
50 return(list(mod.prob=mod.prob, converge = converge)) nameattr
/dports/sysutils/istio/istio-1.6.7/pkg/test/util/retry/
H A Dretry.go39 converge: DefaultConverge,
46 converge int member
71 cfg.converge = successes
125 if successes >= cfg.converge {
/dports/math/octave-forge-integration/integration-1.0.7/inst/
H A Dquad2dc.m34 converge=0;
41 converge=1;
47 if ( converge == 0 )
48 disp('Integral did not converge--singularity likely')
H A Dquad2dcgen.m36 converge=0;
43 converge=1;
49 if ( converge==0 )
50 disp('Integral did not converge--singularity likely')
H A Dquad2dg.m34 converge=0;
41 converge=1;
47 if ( converge==0 )
48 disp('Integral did not converge--singularity likely')
H A Dquad2dggen.m37 converge=0;
45 converge=1;
51 if ( converge==0 )
52 disp('Integral did not converge--singularity likely')
H A Dquadndg.m34 converge=0;
40 converge=1;
46 if ( converge==0 )
47 disp('Integral did not converge--singularity likely')
H A Dquadc.m60 converge=0;
83 converge=1;
89 if ( converge==0 )
90 disp('Integral did not converge--singularity likely')
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Numerics/EigenSolvers/
H A DtestEigenSolvers.cpp42 bool converge = powerEigenSolver(N, mat, eigVals, eigVecs, 23); in testPowerSolver() local
43 TEST_ASSERT(converge); in testPowerSolver()
78 bool converge = powerEigenSolver(N, mat, eigVals, eigVecs, 100); in test2PowerSolver() local
79 CHECK_INVARIANT(converge, ""); in test2PowerSolver()
/dports/science/tinker/tinker/source/
H A Dmonte.f53 real*8 converge,delta
109 converge = -1.0d0
111 if (exist) read (string,*,err=40,end=40) converge
113 if (converge .lt. 0.0d0) then
119 read (string,*,err=70,end=70) converge
121 if (converge .lt. 0.0d0) converge = 0.01
123 converge = converge + delta
484 if (efficient .le. converge) then
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/crt/shaders/mame_hlsl/shaders/
H A Dmame_deconverge.slang45 …// radial converge offset to "translate" the most outer pixel as thay would be translated by the l…
48 // radial converge
56 // linear converge
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dkitchen.fish71 # converge commands
72 …mplete -c kitchen -f -n __fish_kitchen_no_command -a converge -d "Change instance state to converg…
73 …lete -c kitchen -f -n '__fish_kitchen_using_command converge' -s c -l concurrency -d "Run a conver…
74 … -n '__fish_kitchen_using_command converge' -s p -l parallel -d "[Future DEPRECATION, use --concur…
75 complete -c kitchen -f -n '__fish_kitchen_using_command converge' -s l -l log_level -d "Set the log…
77 # converge help
78 …kitchen -f -n '__fish_kitchen_using_command help' -a converge -d "Change instance state to converg…
80 # converge instance-based commands
81 complete -c kitchen -f -n '__fish_kitchen_using_command converge' -a '(__fish_kitchen_list)'
120 complete -c kitchen -f -n __fish_kitchen_no_command -a test -d "Test (destroy, create, converge, se…
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/XSpectra/src/
H A Dlanczos.f9035 LOGICAL :: converge local
168 IF(converge(a,b,i,comp,error,xemin_ry,xemax_ry,&
184 ldummy=converge(a,b,i-1,comp,error,xemin_ry,xemax_ry,&
232 LOGICAL :: converge local
333 IF(converge(a, b, i, comp,error, xemin_ry, xemax_ry,&
353 converge(a,b,i-1,comp,error,xemin_ry,xemax_ry,&
412 converge = .true.
414 converge = .false.
/dports/cad/solvespace/solvespace-2.3/src/srf/
H A Dratpoly.cpp133 void SBezier::ClosestPointTo(Vector p, double *t, bool converge) { in ClosestPointTo() argument
150 for(i = 0; i < (converge ? 15 : 5); i++) { in ClosestPointTo()
160 if(converge) { in ClosestPointTo()
389 void SSurface::ClosestPointTo(Vector p, Point2d *puv, bool converge) { in ClosestPointTo() argument
390 ClosestPointTo(p, &(puv->x), &(puv->y), converge); in ClosestPointTo()
419 if(converge) { in ClosestPointTo()
421 if(ClosestPointNewton(p, &ut, &vt, converge)) { in ClosestPointTo()
446 if(ClosestPointNewton(p, u, v, converge)) { in ClosestPointTo()
462 for(int i = 0; i < (converge ? 25 : 5); i++) { in ClosestPointNewton()
464 if(converge) { in ClosestPointNewton()
[all …]
/dports/science/py-tobler/tobler-0.8.2/tobler/pycno/
H A Dpycno.py29 gdf, value_field, cellsize, r=0.2, handle_null=True, converge=3, verbose=True argument
96 stopper = nanmax(value_array) * power(10.0, -converge)
252 converge=3, argument
302 converge=converge,
/dports/science/PETSc/petsc-3.14.1/src/snes/tutorials/network/
H A Dex1options11 # Line search method (bt and l2 lead to converge, basic diverges)
39 # Line search method (bt and l2 lead to converge, basic diverges)
64 # Line search method (bt and l2 lead to converge, basic diverges)
/dports/science/PETSc/petsc-3.14.1/src/snes/tests/output/
H A Dex69_3.out2 Linear solve did not converge due to DIVERGED_NANORINF iterations 3
3 Nonlinear solve did not converge due to DIVERGED_LINEAR_SOLVE iterations 0
H A Dex69_6.out2 Linear solve did not converge due to DIVERGED_NANORINF iterations 3
3 Nonlinear solve did not converge due to DIVERGED_FUNCTION_DOMAIN iterations 0
H A Dex69_7.out2 Linear solve did not converge due to DIVERGED_NANORINF iterations 0
3 Nonlinear solve did not converge due to DIVERGED_FUNCTION_DOMAIN iterations 0
H A Dex69_2.out2 Linear solve did not converge due to DIVERGED_NANORINF iterations 6
3 Nonlinear solve did not converge due to DIVERGED_LINEAR_SOLVE iterations 0
H A Dex69_8_alt.out3 Linear solve did not converge due to DIVERGED_NANORINF iterations 0
4 Nonlinear solve did not converge due to DIVERGED_FUNCTION_DOMAIN iterations 1

12345678910>>...90