Searched refs:isNull (Results 1 – 4 of 4) sorted by relevance
| /petsc/config/ |
| H A D | gmakegentest.py | 730 isNull=False 732 requirement=requirement[1:]; isNull=True 736 if isNull: 740 elif not isNull: 746 if isNull: 750 elif not isNull: 757 if isNull: 761 elif not isNull: 766 if isNull: 770 elif not isNull: [all …]
|
| /petsc/src/mat/interface/ |
| H A D | matnull.c | 386 PetscErrorCode MatNullSpaceTest(MatNullSpace sp, Mat mat, PetscBool *isNull) in MatNullSpaceTest() argument 438 if (isNull) *isNull = consistent; in MatNullSpaceTest()
|
| /petsc/src/ts/utils/ |
| H A D | dmplexts.c | 400 PetscBool isNull; in DMTSCheckJacobian() local 401 PetscCall(MatNullSpaceTest(nullspace, J, &isNull)); in DMTSCheckJacobian() 402 …PetscCheck(isNull, comm, PETSC_ERR_PLIB, "The null space calculated for the system operator is inv… in DMTSCheckJacobian()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 936 PetscBool isNull; in DMSNESCheckJacobian() local 937 PetscCall(MatNullSpaceTest(nullspace, J, &isNull)); in DMSNESCheckJacobian() 938 …PetscCheck(isNull, comm, PETSC_ERR_PLIB, "The null space calculated for the system operator is inv… in DMSNESCheckJacobian()
|