Home
last modified time | relevance | path

Searched refs:PetscCoshReal (Results 1 – 6 of 6) sorted by relevance

/petsc/include/
H A Dpetscmath.h42 #define PetscCoshReal(a) coshf(a) macro
77 #define PetscCoshReal(a) cosh(a) macro
112 #define PetscCoshReal(a) coshq(a) macro
147 #define PetscCoshReal(a) coshf(a) macro
553 #define PetscCoshScalar(a) PetscCoshReal(a)
/petsc/src/sys/tests/
H A Dex25.c51 b = PetscCoshReal(a); in main()
/petsc/src/snes/tests/
H A Dex8.c342 for (d = 0; d < Nc; ++d) u[d] = 1.0 / PetscSqr(PetscCoshReal(coords[d] - 0.5)) * n[d]; in mytanhDer()
344 u[0] = 1.0 / PetscSqr(PetscCoshReal(coords[d] - 0.5)) * n[d]; in mytanhDer()
/petsc/src/dm/dt/interface/
H A Ddt.c2385 …og10Real(wk)) < 2 * p; ++K) wk = 0.5 * h * PETSC_PI * PetscCoshReal(K * h) / PetscSqr(PetscCoshRea… in PetscDTTanhSinhTensorQuadrature()
2396 …wk = 0.5 * alpha * h * PETSC_PI * PetscCoshReal(k * h) / PetscSqr(PetscCoshReal(0.5 * PE… in PetscDTTanhSinhTensorQuadrature()
2442 …wk = 0.5 * h * PETSC_PI * PetscCoshReal(k * h) / PetscSqr(PetscCoshReal(0.5 * PETSC_PI * PetscSinh… in PetscDTTanhSinhIntegrate()
2443 …yk = 1.0 / (PetscExpReal(0.5 * PETSC_PI * PetscSinhReal(k * h)) * PetscCoshReal(0.5 * PETSC_PI * P… in PetscDTTanhSinhIntegrate()
/petsc/src/snes/tutorials/
H A Dex12.c147 … dim * alpha - 8.0 * PetscSqr(alpha) * r2 * PetscTanhReal(xi)) * PetscSqr(1.0 / PetscCoshReal(xi)); in f0_ball_u()
/petsc/src/dm/impls/plex/tests/
H A Dex3.c186 for (d = 0; d < dim; ++d) u[d] = 1.0 / PetscSqr(PetscCoshReal(coords[d] - 0.5)) * n[d]; in trigDer()