Searched refs:newsh (Results 1 – 2 of 2) sorted by relevance
198 struct SH *newsh; local325 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;
2197 PetscInt newsh = -1; in MatCreate_SeqSELL() local2203 …, "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()