Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex14.c899 const Node ***x3, ***xdot3; in THIFunction() local
921 PetscCall(DMDAVecGetArray(da3, Xdot3, &xdot3)); in THIFunction()
926 PetscCall(THIFunctionLocal_3D(&info3, x3, x2, xdot3, f3, thi)); in THIFunction()
931 PetscCall(DMDAVecRestoreArray(da3, Xdot3, &xdot3)); in THIFunction()