Home
last modified time | relevance | path

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

/petsc/src/sys/tests/ !
H A Dex25.c111 b = PetscTanhScalar(a); in main()
/petsc/include/ !
H A Dpetscmath.h530 #define PetscTanhScalar(a) PetscTanhComplex(a) macro
554 #define PetscTanhScalar(a) PetscTanhReal(a) macro
/petsc/src/snes/tutorials/ !
H A Dex12.c121 *u = PetscTanhScalar(xi) + 1.0; in ball_u_2d()
375 *u = PetscTanhScalar(xi) + 1.0; in ball_u_3d()