Home
last modified time | relevance | path

Searched defs:y (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Ddensitycurrent.h98 const CeedScalar y = X[1]; in Exact_DC() local
H A Dutils.h37 CEED_QFUNCTION_HELPER void CopyN(const CeedScalar *x, CeedScalar *y, const CeedInt N) { CeedPragmaS… in CopyN()
50 CEED_QFUNCTION_HELPER void AXPY(CeedScalar alpha, const CeedScalar *x, CeedScalar *y, CeedInt N) { in AXPY()
H A Deulervortex.h69 const CeedScalar x = X[0], y = X[1]; // Coordinates in Exact_Euler() local
H A Dadvection.h76 const CeedScalar x = X[0], y = X[1], z = dim == 2 ? 0. : X[2]; in Exact_AdvectionGeneric() local