Home
last modified time | relevance | path

Searched refs:theta (Results 1 – 10 of 10) sorted by relevance

/libCEED/examples/solids/src/
H A Dboundary.c58 theta = (c_0 + c_1 * cx) * load_increment; in BCClamp() local
59 PetscScalar c = cos(theta), s = sin(theta); in BCClamp()
/libCEED/examples/petsc/qfunctions/bps/
H A Dbp4sphere.h39 const CeedScalar theta = asin(z / R); // latitude in SetupDiffRhs3() local
44 true_soln[i + 0 * Q] = sin(lambda) * cos(theta); in SetupDiffRhs3()
51 rhs[i + 0 * Q] = q_data[i + Q * 0] * 2 * sin(lambda) * cos(theta) / (R * R); in SetupDiffRhs3()
H A Dbp2sphere.h32 const CeedScalar theta = asin(X[i + 2 * Q] / R); in SetupMassRhs3() local
36 true_soln[i + 0 * Q] = fabs(theta); in SetupMassRhs3()
H A Dbp3sphere.h162 const CeedScalar theta = asin(z / R); // latitude in SetupDiffRhs() local
165 true_soln[i + Q * 0] = sin(lambda) * cos(theta); in SetupDiffRhs()
167 rhs[i + Q * 0] = q_data[i + Q * 0] * 2 * sin(lambda) * cos(theta) / (R * R); in SetupDiffRhs()
H A Dbp1sphere.h119 const CeedScalar theta = asin(X[i + 2 * Q] / R); in SetupMassRhs() local
122 true_soln[i] = fabs(theta); in SetupMassRhs()
/libCEED/examples/fluids/qfunctions/
H A Ddensitycurrent.h115 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() local
126 Y[4] = Pi * theta; in Exact_DC()
H A Dchannel.h52 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel() local
58 Y[4] = theta; in Exact_Channel()
H A Dadvection.h81 const CeedScalar theta = dim == 2 ? M_PI / 3 : M_PI; in Exact_AdvectionGeneric() local
82 …t CeedScalar x0[3] = {center[0] + .25 * lx * cos(theta + time), center[1] + .25 * ly * sin(the… in Exact_AdvectionGeneric()
/libCEED/examples/fluids/
H A Dindex.md423 \langle \phi' \theta' \rangle = \langle \phi \theta \rangle - \langle \phi \rangle \langle \theta \…
664 …erms of the Exner pressure, $\pi(\bm{x},t)$, and potential temperature, $\theta(\bm{x},t)$, that r…
667 …ned} \rho &= \frac{P_0}{( c_p - c_v)\theta(\bm{x},t)} \pi(\bm{x},t)^{\frac{c_v}{ c_p - c_v}} \, , …
/libCEED/examples/solids/
H A DREADME.md83 On each boundary node, the rotation magnitude is computed: {code}`theta = (c_0 + c_1 * cx) * loadIn…