Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/petsc/qfunctions/bps/
H A Dbp2sphere.h32 const CeedScalar theta = asin(X[i + 2 * Q] / R); in SetupMassRhs3() local
H A Dbp4sphere.h39 const CeedScalar theta = asin(z / R); // latitude in SetupDiffRhs3() local
H A Dbp1sphere.h119 const CeedScalar theta = asin(X[i + 2 * Q] / R); in SetupMassRhs() local
H A Dbp3sphere.h162 const CeedScalar theta = asin(z / R); // latitude in SetupDiffRhs() local
/libCEED/examples/solids/src/
H A Dboundary.c58 theta = (c_0 + c_1 * cx) * load_increment; in BCClamp() local
/libCEED/examples/fluids/qfunctions/
H A Ddensitycurrent.h115 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() local
H A Dchannel.h52 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel() local
H A Dadvection.h81 const CeedScalar theta = dim == 2 ? M_PI / 3 : M_PI; in Exact_AdvectionGeneric() local