Searched refs:dp (Results 1 – 3 of 3) sorted by relevance
| /libCEED/tests/ |
| H A D | t317-basis.c | 22 const CeedScalar dp[5] = {2, 6, 12, 20, 30}; // 2 + 6x + 12x^2 + ... in main() local 69 CeedScalar px = Eval(x_q_array[i], ALEN(dp), dp); in main()
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 346 DIR *dp = opendir(dir.c_str()); in CeedCompileCore_Cuda() local 348 … CeedCheck(dp != nullptr, ceed, CEED_ERROR_BACKEND, "Could not open directory: %s", dir.c_str()); in CeedCompileCore_Cuda() 352 while ((entry = readdir(dp)) != nullptr) { in CeedCompileCore_Cuda() 359 closedir(dp); in CeedCompileCore_Cuda()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_state.h | 203 const CeedScalar dp = (gamma - 1) * de_internal; in StateEntropyFromConservative_fwd() local 205 CeedScalar dentropy = dp / p - gamma * dU.density / s.U.density; in StateEntropyFromConservative_fwd() 207 dV.S_density = -dentropy / (gamma - 1) - de_kinetic / p + dp * e_kinetic / Square(p); in StateEntropyFromConservative_fwd() 209 dV.S_momentum[i] = (dU.momentum[i] - s.U.momentum[i] * dp / p) / p; in StateEntropyFromConservative_fwd() 211 dV.S_energy = -(dU.density - s.U.density * dp / p) / p; in StateEntropyFromConservative_fwd()
|