Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 9 of 9) sorted by relevance

/honee/src/
H A Dpetsc_ops.c208 …r_Core(Vec X, Vec X_loc, CeedVector x_ceed, CeedVector y_ceed, Vec Y_loc, Vec Y, OperatorApplyCont… in ApplyCeedOperator_Core()
233 PetscErrorCode ApplyCeedOperatorGlobalToGlobal(Vec X, Vec Y, OperatorApplyContext ctx) { in ApplyCeedOperatorGlobalToGlobal()
251 PetscErrorCode ApplyCeedOperatorLocalToGlobal(Vec X_loc, Vec Y, OperatorApplyContext ctx) { in ApplyCeedOperatorLocalToGlobal()
H A Dmat-ceed.c388 Vec Y; in MatCreateCeed() local
1630 PetscErrorCode MatMult_Ceed(Mat A, Vec X, Vec Y) { in MatMult_Ceed()
1691 PetscErrorCode MatMultTranspose_Ceed(Mat A, Vec Y, Vec X) { in MatMultTranspose_Ceed()
/honee/qfunctions/
H A Dnewtonian_state.h21 StatePrimitive Y; member
65 StatePrimitive Y; in StatePrimitiveFromConservative() local
91 …NCTION_HELPER StateEntropy StateEntropyFromPrimitive(NewtonianIGProperties gas, StatePrimitive Y) { in StateEntropyFromPrimitive()
124 StatePrimitive Y; in StatePrimitiveFromEntropy() local
148 …PER StateConservative StateConservativeFromPrimitive(NewtonianIGProperties gas, StatePrimitive Y) { in StateConservativeFromPrimitive()
246 CEED_QFUNCTION_HELPER State StateFromPrimitive(NewtonianIGProperties gas, StatePrimitive Y) { in StateFromPrimitive()
273 …servativeAXPBYPCZ(CeedScalar a, StateConservative X, CeedScalar b, StateConservative Y, CeedScalar… in StateConservativeAXPBYPCZ()
560 CEED_QFUNCTION_HELPER void ViscousEnergyFlux(NewtonianIGProperties gas, StatePrimitive Y, const Sta… in ViscousEnergyFlux()
567 CEED_QFUNCTION_HELPER void ViscousEnergyFlux_fwd(NewtonianIGProperties gas, StatePrimitive Y, State… in ViscousEnergyFlux_fwd()
H A Dtaylorgreen.h37 CeedScalar q[5], Y[5]; in ICsTaylorGreen() local
H A Ddensitycurrent.h113 CeedScalar Y[5] = {0.}; in Exact_DC() local
H A Dchannel.h45 CeedScalar Y[5] = {0.}; in Exact_Channel() local
H A Dstg_shur14.h316 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in ICsStg() local
509 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in StgShur14InflowStrongQF() local
H A Dblasius.h84 CeedScalar Y[5]; in BlasiusSolution() local
H A Dsgs_dd_model.h203 CEED_QFUNCTION_HELPER int FluxSubgridStress(const StatePrimitive Y, const CeedScalar km_sgs[6], Cee… in FluxSubgridStress()