Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsystypes.h98 PETSC_ERR_ARG_TYPENOTSET = 89, /* the type of the object has not yet been set */ enumerator
/petsc/src/sys/ftn-mod/
H A Dpetscsysmod.F90185 PetscErrorCode, parameter :: PETSC_ERR_ARG_TYPENOTSET = 89
/petsc/src/mat/interface/
H A Dmatrix.c6190 …PetscObject)mat)->type_name, PetscObjectComm((PetscObject)mat), PETSC_ERR_ARG_TYPENOTSET, "Cannot … in MatGetOption()