Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex5f90t.F90189 hx = one/(PetscIntToReal(ctx%mx - 1))
190 hy = one/(PetscIntToReal(ctx%my - 1))
194 temp = PetscIntToReal(min(j - 1, ctx%my - j))*hy
199 x(i, j) = temp1*sqrt(min(PetscIntToReal(min(i - 1, ctx%mx - i)*hx), PetscIntToReal(temp)))
235 hx = one/PetscIntToReal(ctx%mx - 1)
236 hy = one/PetscIntToReal(ctx%my - 1)
404 hx = one/PetscIntToReal(ctx%mx - 1)
405 hy = one/PetscIntToReal(ctx%my - 1)
/petsc/include/petsc/finclude/
H A Dpetscsysbase.h89 #define PetscIntToReal(a) real(a) macro
92 #define PetscIntToReal(a) dble(a)
95 #define PetscIntToReal(a) dble(a)