Searched refs:workSize (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | petscfvimpl.h | 94 PetscInt maxFaces, workSize; member
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 2170 …seudoInverseSVD_Static(numFaces, maxFaces, dim, ls->B, ls->Binv, ls->tau, ls->workSize, ls->work)); in PetscFVComputeGradient_LeastSquares() 2176 …esPseudoInverse_Static(numFaces, maxFaces, dim, ls->B, ls->Binv, ls->tau, ls->workSize, ls->work)); in PetscFVComputeGradient_LeastSquares() 2231 ls->workSize = 3 * minmn + PetscMax(2 * minmn, PetscMax(maxmn, nrhs)); /* required by LAPACK */ in PetscFVLeastSquaresSetMaxFaces_LS() 2232 …PetscCall(PetscMalloc4(m * n, &ls->B, maxmn * maxmn, &ls->Binv, minmn, &ls->tau, ls->workSize, &ls… in PetscFVLeastSquaresSetMaxFaces_LS() 2265 ls->workSize = -1; in PetscFVCreate_LeastSquares()
|