Searched refs:PetscLogScalar (Results 1 – 10 of 10) sorted by relevance
238 … < -1.0 + 2.0 * ctx->tol) f[i].w += .5 * ctx->theta * (-PetscLogScalar(ctx->tol) + PetscLogScalar(… in FormFunction()239 …0 - 2.0 * ctx->tol) f[i].w += .5 * ctx->theta * (-PetscLogScalar((1.0 + x[i].u) / 2.0) + PetscLogS… in FormFunction()240 …else f[i].w += .5 * ctx->theta * (-PetscLogScalar((1.0 + x[i].u) / 2.0) + PetscLogScalar((1.0 - x[… in FormFunction()
238 …0 * ctx->tol) f[i].w += .5 * ctx->theta * (-PetscLogReal(ctx->tol) + PetscLogScalar((1.0 - x[i].u)… in FormFunction()239 …alPart(x[i].u) > 1.0 - 2.0 * ctx->tol) f[i].w += .5 * ctx->theta * (-PetscLogScalar((1.0 + x[i].u)… in FormFunction()240 …else f[i].w += .5 * ctx->theta * (-PetscLogScalar((1.0 + x[i].u) / 2.0) + PetscLogScalar((1.0 - x[… in FormFunction()
16 for (PetscInt i = 0; i < n; ++i) arr[i] = PetscLogScalar(value); in CheckLog()
55 …ammaTilde) * u[i].u + (PetscSqr(user->gamma) / user->xi) * (u[i].th + PetscLogScalar(u[i].v + 1))); in FormRHSFunction()56 f[i].th = -hx * (u[i].v + 1) * (u[i].th + (1 + user->epsilon) * PetscLogScalar(u[i].v + 1)); in FormRHSFunction()
885 : PetscLogScalar(rho) - PetscLogScalar(L.rho); /* rarefaction */ in PhysicsRiemann_IsoGas_Exact()887 : PetscLogScalar(rho) - PetscLogScalar(R.rho); /* rarefaction */ in PhysicsRiemann_IsoGas_Exact()
693 f[3] = -2. * t * PetscLogScalar(y[0]); in RHSFunction_Kulikov2013I()746 f[3] = -2. * t * PetscLogScalar(y[0]); in IFunction_Kulikov2013I()
90 b = PetscLogScalar(a); in main()
521 #define PetscLogScalar(a) PetscLogComplex(a) macro545 #define PetscLogScalar(a) PetscLogReal(a) macro
1275 return PetscLogScalar(x); in ScalarLog_Function()
779 …LINE_DECL PetscScalar operator()(const PetscScalar &s) const noexcept { return PetscLogScalar(s); } in operator ()()