Home
last modified time | relevance | path

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

/petsc/src/sys/error/
H A Dsignal.c198 struct SH *newsh; local
325 PetscCall(PetscNew(&newsh));
328 newsh->previous = sh;
329 } else newsh->previous = NULL;
330 newsh->handler = routine;
331 newsh->ctx = ctx;
332 newsh->classid = SIGNAL_CLASSID;
333 sh = newsh;
/petsc/src/mat/impls/sell/seq/
H A Dsell.c2197 PetscInt newsh = -1; in MatCreate_SeqSELL() local
2203 …, "Set the slice height used to store SELL matrix", "MatSELLSetSliceHeight", newsh, &newsh, &flg)); in MatCreate_SeqSELL()
2204 if (flg) PetscCall(MatSeqSELLSetSliceHeight(B, newsh)); in MatCreate_SeqSELL()