Home
last modified time | relevance | path

Searched refs:SNESSetFunctionDomainError (Results 1 – 10 of 10) sorted by relevance

/petsc/src/snes/interface/
H A Dsnespc.c53 if (reason < 0 && reason != SNES_DIVERGED_MAX_IT) PetscCall(SNESSetFunctionDomainError(snes)); in SNESComputeFunctionDefaultNPC()
H A Dsnes.c148 PetscErrorCode SNESSetFunctionDomainError(SNES snes) in SNESSetFunctionDomainError() function
/petsc/src/snes/tests/
H A Dex241.cxx95 PetscCall(SNESSetFunctionDomainError(snes)); in UserFunction()
H A Dex69.c221 if (rank == 0) PetscCall(SNESSetFunctionDomainError(user->snes)); in FormFunctionLocal()
/petsc/doc/changes/
H A D300.md148 FormFunction() rather call SNESSetFunctionDomainError.
/petsc/include/
H A Dpetscsnes.h247 PETSC_EXTERN PetscErrorCode SNESSetFunctionDomainError(SNES);
/petsc/doc/manual/
H A Dsnes.md238 one can call `SNESSetFunctionDomainError()` or `SNESSetJacobianDomainError()`
247 … in the domain of the function. The application function can call `SNESSetFunctionDomainError()` or
/petsc/src/ts/tutorials/
H A Dex10.c297 PetscCall(SNESSetFunctionDomainError(snes)); in RDCheckDomain_Private()
H A Dex30.c1439 if (vals[C_FIELD_ID]) PetscCall(SNESSetFunctionDomainError(ctx->snes)); in DMPlexTSComputeIFunctionFEM_Private()
/petsc/doc/faq/
H A Dindex.md1210 `SNESSetFunctionDomainError()` when the solver passes an infeasible (out of domain)