Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c456 static PetscErrorCode SNESTSFormFunction_IRK(SNES snes, Vec ZC, Vec FC, TS ts) in SNESTSFormFunction_IRK() argument
471 PetscCall(VecStrideGatherAll(ZC, Y, INSERT_VALUES)); in SNESTSFormFunction_IRK()
492 static PetscErrorCode SNESTSFormJacobian_IRK(SNES snes, Vec ZC, Mat JC, Mat JCpre, TS ts) in SNESTSFormJacobian_IRK() argument
512 PetscCall(VecStrideGather(ZC, (nstages - 1) * bs, Y[nstages - 1], INSERT_VALUES)); in SNESTSFormJacobian_IRK()