Searched refs:workreal (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 132 PetscReal rcond, *sing, *workreal; in TSGLLESchemeCreate() local 137 …r(r), &ImV, 3 * s, &H, 3 * ss, &bmat, lwork, &workscalar, 5 * (3 + r), &workreal, r + s, &sing, r … in TSGLLESchemeCreate() 240 …CKgelss_(&m, &n, &m, H, &m, bmat, &ldb, sing, &rcond, &rank, workscalar, &lwork, workreal, &info)); in TSGLLESchemeCreate() 266 PetscCall(PetscFree7(ImV, H, bmat, workscalar, workreal, sing, ipiv)); in TSGLLESchemeCreate()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 229 PetscReal *w, *sing, *workreal, rcond = PETSC_SMALL; in DMAdaptInterpolator() local 273 …&b, Nc, &w, maxcols, &x, maxcols, &sing, lwrk, &workscalar, 5 * PetscMin(Nc, maxcols), &workreal)); in DMAdaptInterpolator() 351 …M, &N, &one, A, &M, b, M > N ? &M : &N, sing, &rcond, &irank, workscalar, &lwrk, workreal, &info)); in DMAdaptInterpolator() 381 PetscCall(PetscFree7(A, b, w, x, sing, workscalar, workreal)); in DMAdaptInterpolator()
|