Searched refs:nn1 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/linesearch/impls/morethuente/ |
| H A D | morethuente.c | 40 PetscInt i, stage1, n1, n2, nn1, nn2; in TaoLineSearchApply_MT() local 69 PetscCall(VecGetSize(ls->upper, &nn1)); in TaoLineSearchApply_MT() 71 …PetscCheck(n1 == n2 && nn1 == nn2, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Variable vector not compat… in TaoLineSearchApply_MT()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_vec.py | 58 nn1 = self.vec.normEnd(PETSc.NormType.NORM_1) 59 self.assertAlmostEqual(nn1, n1)
|