Lines Matching refs:SOLZERO
25 SOLZERO, enumerator
3023 case SOLZERO: in SetUpParameters()
3108 case SOLZERO: in SetupProblem()
3132 case SOLZERO: in SetupProblem()
3157 case SOLZERO: in SetupProblem()
3174 if (user->solType == SOLZERO) { in SetupProblem()
3253 …if (user->solType != SOLZERO) PetscCall(DMSetNullSpaceConstructor(cdm, 1, CreatePressureNullSpace)… in SetupDiscretization()
3258 if (user->solType != SOLZERO) { in SetupDiscretization()
3317 …PetscCheck(user->solType == SOLZERO || nullspace, PetscObjectComm((PetscObject)snes), PETSC_ERR_AR… in SNESConvergenceCorrectPressure()
3351 if (user.solType != SOLZERO) PetscCall(CreatePressureNullSpace(dm, 1, 1, &nullSpace)); in main()
3371 if (user.solType == SOLZERO) PetscCall(VecSetRandom(u, NULL)); in main()