Searched refs:SNESComputeFunction_DMDA (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmdasnes.c | 57 static PetscErrorCode SNESComputeFunction_DMDA(SNES snes, Vec X, Vec F, PetscCtx ctx) in SNESComputeFunction_DMDA() function 181 …PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)SNESComputeFunction_DMDA, dmdasn… in SNESComputeJacobian_DMDA() 246 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocal() 288 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocalVec() 569 PetscCall(DMSNESSetMFFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetPicardLocal()
|
| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 22 function:SNESComputeFunction_DMDA
|