Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h287 PetscInt ifuncs, rhsfuncs, ijacs, rhsjacs; member
/petsc/src/ts/interface/
H A Dts.c651 ts->rhsfuncs++; in TSComputeRHSFunction()
1933 …if (ts->rhsfuncs) PetscCall(PetscViewerASCIIPrintf(viewer, " total number of RHS function evaluat… in TSView()