Home
last modified time | relevance | path

Searched refs:rworkSize (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/fv/interface/
H A Dfv.c2062 PetscInt rworkSize; in PetscFVLeastSquaresPseudoInverseSVD_Static() local
2086 rworkSize = 5 * PetscMin(M, N); in PetscFVLeastSquaresPseudoInverseSVD_Static()
2087 PetscCall(PetscMalloc1(rworkSize, &rwork)); in PetscFVLeastSquaresPseudoInverseSVD_Static()