Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/vec/vec/tests/output/
H A Dex37_5.out51 Testing Wnorms inf: E? 0 A? 0 R? 0
52 Testing Wnorms inf: E? 0 A? 0 R? 1
53 Testing Wnorms inf: E? 0 A? 1 R? 0
54 Testing Wnorms inf: E? 0 A? 1 R? 1
55 Testing Wnorms inf: E? 1 A? 0 R? 0
56 Testing Wnorms inf: E? 1 A? 0 R? 1
57 Testing Wnorms inf: E? 1 A? 1 R? 0
58 Testing Wnorms inf: E? 1 A? 1 R? 1
H A Dex37_4.out51 Testing Wnorms inf: E? 0 A? 0 R? 0
52 Testing Wnorms inf: E? 0 A? 0 R? 1
53 Testing Wnorms inf: E? 0 A? 1 R? 0
54 Testing Wnorms inf: E? 0 A? 1 R? 1
55 Testing Wnorms inf: E? 1 A? 0 R? 0
56 Testing Wnorms inf: E? 1 A? 0 R? 1
57 Testing Wnorms inf: E? 1 A? 1 R? 0
58 Testing Wnorms inf: E? 1 A? 1 R? 1
H A Dex37_1.out51 Testing Wnorms inf: E? 0 A? 0 R? 0
52 Testing Wnorms inf: E? 0 A? 0 R? 1
53 Testing Wnorms inf: E? 0 A? 1 R? 0
54 Testing Wnorms inf: E? 0 A? 1 R? 1
55 Testing Wnorms inf: E? 1 A? 0 R? 0
56 Testing Wnorms inf: E? 1 A? 0 R? 1
57 Testing Wnorms inf: E? 1 A? 1 R? 0
58 Testing Wnorms inf: E? 1 A? 1 R? 1
H A Dex37_3.out59 Testing Wnorms inf: E? 0 A? 0 R? 0
60 Testing Wnorms inf: E? 0 A? 0 R? 1
61 Testing Wnorms inf: E? 0 A? 1 R? 0
62 Testing Wnorms inf: E? 0 A? 1 R? 1
63 Testing Wnorms inf: E? 1 A? 0 R? 0
64 Testing Wnorms inf: E? 1 A? 0 R? 1
65 Testing Wnorms inf: E? 1 A? 1 R? 0
66 Testing Wnorms inf: E? 1 A? 1 R? 1
/petsc/src/vec/vec/utils/tagger/tutorials/output/
H A Dex1_18.out29 relative box=[ 0.75+0.75i,inf.+inf.i ]
32 1: [0.639043+0.763651i,inf.+inf.i]
H A Dex1_8.out29 relative box=[ 0.75,inf. ]
32 1: [0.750708,inf.]
H A Dex1_19.out25 absolute box=[ -inf.+-inf.i,0.75+0.75i ]
H A Dex1_9.out25 absolute box=[ -inf.,0.5 ]
/petsc/src/dm/impls/sliced/
H A Dsliced.c140 …rrorCode DMSlicedSetBlockFills_Private(PetscInt bs, const PetscInt *fill, DMSlicedBlockFills **inf) in DMSlicedSetBlockFills_Private() argument
146 PetscAssertPointer(inf, 3); in DMSlicedSetBlockFills_Private()
147 if (*inf) PetscCall(PetscFree3(*inf, (*inf)->i, (*inf)->j)); in DMSlicedSetBlockFills_Private()
162 *inf = f; in DMSlicedSetBlockFills_Private()
/petsc/src/snes/tests/
H A Dex4.c146 PetscReal inf; in FormObjective() local
150 inf = one / zero; in FormObjective()
152 if (cnt++ == infatcount) *f = inf; in FormObjective()
/petsc/src/ts/tutorials/output/
H A Dex11_shock_0.out4 absolute box=[ 0.5,inf. ]
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DREADME5 33, 34, 35, 40, 42, 49 - fails due to inf -- the MATLAB function evaluation is not causing it.
H A DTestingPlot.m19 H = inf(nf_const*(max(dfo(to_solve,2))+1),length(to_solve),SolverNumber);
/petsc/src/snes/tutorials/output/
H A Dex55_asm_0.out24 N: 16 error L2 2.12442e-11 inf 4.24885e-11
H A Dex5_msm_1.out77 N: 32 error L2 1.05096e-11 inf 2.94655e-11
H A Dex5_msm_3.out77 N: 32 error L2 1.05096e-11 inf 2.94655e-11
H A Dex5_msm_0.out77 N: 16 error L2 1.58345e-11 inf 4.24885e-11
H A Dex5_asm_1.out85 N: 32 error L2 1.41356e-11 inf 2.94655e-11
H A Dex5_asm_0.out85 N: 16 error L2 2.12442e-11 inf 4.24885e-11
H A Dex5_asm_3.out85 N: 32 error L2 1.41356e-11 inf 2.94655e-11
H A Dex5_msm_2.out87 N: 32 error L2 1.19609e-11 inf 4.63191e-11
H A Dex5_asm_4.out108 N: 32 error L2 3.40437e-11 inf 8.12005e-11
H A Dex5_asm_2.out103 N: 32 error L2 3.92963e-11 inf 1.2788e-10
/petsc/src/tao/tutorials/output/
H A Dex3_1.out2 … preconditioned resid norm 0.000000000000e+00 true resid norm 0.000000000000e+00 ||r(i)||/||b|| inf
/petsc/src/vec/vec/interface/
H A Dvector.c2055 PetscScalar inf; in VecFlag() local
2063 inf = one / zero; in VecFlag()
2066 PetscUseTypeMethod(xin, set, inf); in VecFlag()
2073 for (PetscInt i = 0; i < n; ++i) xx[i] = inf; in VecFlag()
2104 PetscScalar inf; in VecSetInf() local
2111 inf = one / zero; in VecSetInf()
2114 PetscUseTypeMethod(xin, set, inf); in VecSetInf()
2121 for (PetscInt i = 0; i < n; ++i) xx[i] = inf; in VecSetInf()

12