Home
last modified time | relevance | path

Searched defs:x (Results 1 – 19 of 19) sorted by relevance

/honee/include/
H A Dpetsc-ceed-utils.h126 PetscScalar *x; in VecPetscToCeed() local
146 PetscScalar *x; in VecCeedToPetsc() local
166 PetscScalar *x; in VecReadPetscToCeed() local
186 PetscScalar *x; in VecReadCeedToPetsc() local
203 PetscScalar *x; in VecCopyPetscToCeed() local
/honee/src/
H A Dhonee-ksp.c9 PetscErrorCode KSPPostSolve_Honee(KSP ksp, Vec rhs, Vec x, void *ctx) { in KSPPostSolve_Honee()
H A Dmat-ceed.c1436 const PetscScalar *x; in MatCeedContextCreate() local
/honee/qfunctions/
H A Dblasius.h33 CEED_QFUNCTION_HELPER void ChebyshevEval(int N, const double *Tf, double x, double eta_max, double … in ChebyshevEval()
113 const CeedScalar x[3] = {X[0][i], X[1][i], X[2][i]}; in ICsBlasius() local
144 const CeedScalar x[3] = {X[0][i], X[1][i], 0.}; in Blasius_Inflow() local
199 const CeedScalar x[3] = {X[0][i], X[1][i], X[2][i]}; in Blasius_Inflow_Jacobian() local
H A Dchannel.h40 const CeedScalar x[3] = {0, X[1], X[2]}; in Exact_Channel() local
66 const CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in ICsChannel() local
99 const CeedScalar x[3] = {0, X[1][i], X[2][i]}; in Channel_Inflow() local
H A Ddensitycurrent.h97 const CeedScalar x = X[0]; in Exact_DC() local
134 const CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in ICsDC() local
H A Dutils.h23 CEED_QFUNCTION_HELPER CeedScalar Square(CeedScalar x) { return x * x; } in Square()
24 CEED_QFUNCTION_HELPER CeedScalar Cube(CeedScalar x) { return x * x * x; } in Cube()
37 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()
81 CEED_QFUNCTION_HELPER void MatVecNM(const CeedScalar *A, const CeedScalar *x, const CeedInt N, cons… in MatVecNM()
287 …ar LinearRampCoefficient(CeedScalar amplitude, CeedScalar length, CeedScalar start, CeedScalar x) { in LinearRampCoefficient()
H A Dtaylorgreen.h36 CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in ICsTaylorGreen() local
H A Dstg_shur14.h244 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in StgShur14Preprocess() local
284 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsStg() local
357 const CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in StgShur14Inflow() local
491 const CeedScalar x[] = {coords[0][i], coords[1][i], coords[2][i]}; in StgShur14InflowStrongQF() local
H A Dgaussianwave.h39 const CeedScalar x[3] = {X[0][i], X[1][i], X[2][i]}; in IC_GaussianWave() local
H A Ddifferential_filter.h78 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[3]; in DifferentialFilter_LHS_N() local
185 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in DifferentialFilter_MMS_IC() local
H A Dshocktube.h83 const CeedScalar x = X[0]; // Coordinates in Exact_ShockTube() local
175 const CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in ICsShockTube() local
H A Dadvection.h76 const CeedScalar x = X[0], y = X[1], z = dim == 2 ? 0. : X[2]; in Exact_AdvectionGeneric() local
183 const CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in ICsAdvection() local
201 const CeedScalar x[] = {X[0][i], X[1][i]}; in ICsAdvection2d() local
H A Dbc_outflow.h18 CEED_QFUNCTION_HELPER CeedScalar Softplus(CeedScalar x, CeedScalar width) { in Softplus()
23 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd()
H A Deulervortex.h69 const CeedScalar x = X[0], y = X[1]; // Coordinates in Exact_Euler() local
230 const CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in ICsEuler() local
H A Dsgs_dd_model.h33 CEED_QFUNCTION_HELPER void LeakyReLU(CeedScalar *x, const CeedScalar alpha, const CeedInt N) { in LeakyReLU()
H A Dnewtonian.h194 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[3]; in RHSFunction_Newtonian() local
316 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[4]; in IFunction_Newtonian() local
/honee/tests/createPyTorchModel/
H A Dupdate_weights.py34 def forward(self, x): argument
/honee/qfunctions/spanstats/
H A Dturbulence.h99 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[2]; in ChildStatsCollectionMMSTest() local
119 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[2]; in ChildStatsCollectionMMSTest_Error() local