Home
last modified time | relevance | path

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

/petsc/share/petsc/matlab/
H A DPetscBagRead.m61 errstr = sprintf('Could not open %s.',petscbagh); variable
62 error(errstr);
80 errstr = sprintf('Could not parse %s.',petscbagh); variable
81 error(errstr);
/petsc/src/mat/interface/
H A Dmatproduct.c694 char errstr[256]; in MatProductNumeric() local
697 …PetscCall(PetscSNPrintf(errstr, 256, "%s with A %s, B %s, C %s", MatProductTypes[mat->product->typ… in MatProductNumeric()
699 …PetscCall(PetscSNPrintf(errstr, 256, "%s with A %s, B %s", MatProductTypes[mat->product->type], ((… in MatProductNumeric()
701 …cObjectComm((PetscObject)mat), PETSC_ERR_PLIB, "Unspecified numeric phase for product %s", errstr); in MatProductNumeric()
814 char errstr[256]; in MatProductSymbolic() local
817 …PetscCall(PetscSNPrintf(errstr, 256, "%s with A %s, B %s, C %s", MatProductTypes[mat->product->typ… in MatProductSymbolic()
819 …PetscCall(PetscSNPrintf(errstr, 256, "%s with A %s, B %s", MatProductTypes[mat->product->type], ((… in MatProductSymbolic()
821 …_PLIB, "Unspecified symbolic phase for product %s. Call MatProductSetFromOptions() first", errstr); in MatProductSymbolic()
822 … PETSC_ERR_SUP, "Unspecified symbolic phase for product %s. The product is not supported", errstr); in MatProductSymbolic()
823 …m((PetscObject)mat), PETSC_ERR_PLIB, "Missing struct after symbolic phase for product %s", errstr); in MatProductSymbolic()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py212 errstr = cls.error_view_from_cursor(cursor)