Searched refs:PetscCoshReal (Results 1 – 6 of 6) sorted by relevance
42 #define PetscCoshReal(a) coshf(a) macro77 #define PetscCoshReal(a) cosh(a) macro112 #define PetscCoshReal(a) coshq(a) macro147 #define PetscCoshReal(a) coshf(a) macro553 #define PetscCoshScalar(a) PetscCoshReal(a)
51 b = PetscCoshReal(a); in main()
342 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()
2385 …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()
147 … dim * alpha - 8.0 * PetscSqr(alpha) * r2 * PetscTanhReal(xi)) * PetscSqr(1.0 / PetscCoshReal(xi)); in f0_ball_u()
186 for (d = 0; d < dim; ++d) u[d] = 1.0 / PetscSqr(PetscCoshReal(coords[d] - 0.5)) * n[d]; in trigDer()