Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmlocalts.c47 static PetscErrorCode TSComputeIFunction_DMLocal(TS ts, PetscReal time, Vec X, Vec X_t, Vec F, Pets… in TSComputeIFunction_DMLocal() function
162 …oringSetFunction(fdcoloring, (MatFDColoringFn *)(PetscVoidFn *)TSComputeIFunction_DMLocal, dmlocal… in TSComputeIJacobian_DMLocal()
299 PetscCall(DMTSSetIFunction(dm, TSComputeIFunction_DMLocal, dmlocalts)); in DMTSSetIFunctionLocal()