Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex85f.F9010 PetscInt i, one, twelve
17 twelve = 12
19 PetscCallA(MatSetSizes(m, twelve, twelve, twelve, twelve, ierr))
30 PetscCallA(VecCreateSeq(PETSC_COMM_SELF, twelve, v, ierr))
H A Dex105f.F909 PetscInt i, one, twelve, j
14 twelve = 12
16 PetscCallA(MatSetSizes(m, PETSC_DECIDE, PETSC_DECIDE, twelve, twelve, ierr))
/petsc/src/ts/tutorials/
H A Dex22f.F90207 PetscReal one, two, three, four, six, twelve
216 twelve = 12.0
219 u0t(1) = one - abs(sin(twelve*t))**four
225 twelfth = one/twelve
H A Dex22f_mf.F90236 PetscReal one, two, three, four, six, twelve
245 twelve = 12.0
247 u0t(1) = one - sin(twelve*t)**four
253 twelfth = one/twelve
/petsc/src/ts/impls/rosw/
H A Drosw.c964 …ht = 8, twelve = 12, twenty = 20, twentyfour = 24, p32 = one / six - gamma + gamma * gamma, p42 = … in TSRosWRegisterRos4() local