Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmlocalsnes.c76 static PetscErrorCode SNESComputeFunction_DMLocal(SNES snes, Vec X, Vec F, PetscCtx ctx) in SNESComputeFunction_DMLocal() function
161 …scCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)SNESComputeFunction_DMLocal, dmloca… in SNESComputeJacobian_DMLocal()
258 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMLocal, dmlocalsnes)); in DMSNESSetFunctionLocal()