Lines Matching refs:tstar

458     PetscReal   tstar = PetscRealPart(c * time) / PetscSqr(2.0 * L); /* - */  in terzaghi_2d_u()  local
462 …* PetscCosReal(0.5 * m * PETSC_PI * zstar) * (1.0 - PetscExpReal(-PetscSqr(m * PETSC_PI) * tstar)); in terzaghi_2d_u()
495 PetscReal tstar = PetscRealPart(c * time) / PetscSqr(2.0 * L); /* - */ in terzaghi_2d_eps() local
499 …* PetscSinReal(0.5 * m * PETSC_PI * zstar) * (1.0 - PetscExpReal(-PetscSqr(m * PETSC_PI) * tstar)); in terzaghi_2d_eps()
531 PetscReal tstar = PetscRealPart(c * time) / PetscSqr(2.0 * L); /* - */ in terzaghi_2d_p() local
537 …SC_PI)) * PetscSinReal(0.5 * m * PETSC_PI * zstar) * PetscExpReal(-PetscSqr(m * PETSC_PI) * tstar); in terzaghi_2d_p()
570 PetscReal tstar = PetscRealPart(c * time) / PetscSqr(2.0 * L); /* - */ in terzaghi_2d_u_t() local
574 …Sqr(L)) * PetscCosReal(0.5 * m * PETSC_PI * zstar) * PetscExpReal(-PetscSqr(m * PETSC_PI) * tstar); in terzaghi_2d_u_t()
607 PetscReal tstar = PetscRealPart(c * time) / PetscSqr(2.0 * L); /* - */ in terzaghi_2d_eps_t() local
611 …L * L)) * PetscSinReal(0.5 * m * PETSC_PI * zstar) * PetscExpReal(-PetscSqr(m * PETSC_PI) * tstar); in terzaghi_2d_eps_t()
655 PetscReal tstar = PetscRealPart(c * time) / PetscSqr(2.0 * L); /* - */ in terzaghi_2d_p_t() local
661 …Sqr(L)) * PetscSinReal(0.5 * m * PETSC_PI * zstar) * PetscExpReal(-PetscSqr(m * PETSC_PI) * tstar); in terzaghi_2d_p_t()
1126 PetscReal tstar = PetscRealPart(c * time) / PetscSqr(R_0); /* - */ in cryer_3d_u() local
1136 …PetscPowRealInt(R_star, 3) * x_n * PetscSinReal(PetscSqrtReal(x_n))) * PetscExpReal(-x_n * tstar)); in cryer_3d_u()
1176 PetscReal tstar = PetscRealPart(c * time) / PetscSqr(R_0); /* - */ in cryer_3d_eps() local
1184 …PetscPowRealInt(R_star, 2) * x_n * PetscSinReal(PetscSqrtReal(x_n))) * PetscExpReal(-x_n * tstar)); in cryer_3d_eps()
1191 …PetscPowRealInt(R_star, 2) * x_n * PetscSinReal(PetscSqrtReal(x_n))) * PetscExpReal(-x_n * tstar)); in cryer_3d_eps()