Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c373 PetscInt *grows, *gcols, i, st, nl; in MatZeroRowsColumns_Shell() local
375 PetscCall(PetscMalloc2(n, &grows, n, &gcols)); in MatZeroRowsColumns_Shell()
377 if (rowscols[i] < mat->rmap->N) grows[nr++] = rowscols[i]; in MatZeroRowsColumns_Shell()
389 PetscCall(VecSetValues(bt, nr, grows, vals, INSERT_VALUES)); /* bt = [-A12*x2,0] */ in MatZeroRowsColumns_Shell()
393 PetscCall(VecSetValues(bt, nr, grows, vals, INSERT_VALUES)); /* b = [b1 - A12*x2, 0] */ in MatZeroRowsColumns_Shell()
412 PetscCall(PetscFree2(grows, gcols)); in MatZeroRowsColumns_Shell()
/petsc/doc/developers/
H A Ddocumentation.md229 If the size of the image repository grows too large,
/petsc/doc/community/meetings/2025/
H A Dindex.md140 …lving a finite-dimensional eigenvalue problem, where the matrix dimension grows exponentially with…
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md883 This looks alright, but the number of iterates grows with refinement. At 3 refinements, it is 16, 3…