Home
last modified time | relevance | path

Searched defs:period (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/mffd/
H A Dmffd.c522 static PetscErrorCode MatMFFDSetPeriod_MFFD(Mat mat, PetscInt period) in MatMFFDSetPeriod_MFFD()
845 PetscErrorCode MatMFFDSetPeriod(Mat mat, PetscInt period) in MatMFFDSetPeriod()
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c102 HYPRE_Int hlower[3], hupper[3], period[3] = {0, 0, 0}; in MatSetUp_HYPREStruct() local
/petsc/src/ts/tests/
H A Dex30.c441 static PetscReal last_t = -100000, period = .5; in PostStep() local