Searched refs:SNESSetFunctionDomainError (Results 1 – 10 of 10) sorted by relevance
53 if (reason < 0 && reason != SNES_DIVERGED_MAX_IT) PetscCall(SNESSetFunctionDomainError(snes)); in SNESComputeFunctionDefaultNPC()
148 PetscErrorCode SNESSetFunctionDomainError(SNES snes) in SNESSetFunctionDomainError() function
95 PetscCall(SNESSetFunctionDomainError(snes)); in UserFunction()
221 if (rank == 0) PetscCall(SNESSetFunctionDomainError(user->snes)); in FormFunctionLocal()
148 FormFunction() rather call SNESSetFunctionDomainError.
247 PETSC_EXTERN PetscErrorCode SNESSetFunctionDomainError(SNES);
238 one can call `SNESSetFunctionDomainError()` or `SNESSetJacobianDomainError()`247 … in the domain of the function. The application function can call `SNESSetFunctionDomainError()` or
297 PetscCall(SNESSetFunctionDomainError(snes)); in RDCheckDomain_Private()
1439 if (vals[C_FIELD_ID]) PetscCall(SNESSetFunctionDomainError(ctx->snes)); in DMPlexTSComputeIFunctionFEM_Private()
1210 `SNESSetFunctionDomainError()` when the solver passes an infeasible (out of domain)