| /honee/include/ |
| H A D | petsc-ceed-utils.h | 126 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 D | honee-ksp.c | 9 PetscErrorCode KSPPostSolve_Honee(KSP ksp, Vec rhs, Vec x, void *ctx) { in KSPPostSolve_Honee()
|
| H A D | mat-ceed.c | 1436 const PetscScalar *x; in MatCeedContextCreate() local
|
| /honee/qfunctions/ |
| H A D | blasius.h | 33 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 D | channel.h | 40 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 D | densitycurrent.h | 97 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 D | utils.h | 23 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 D | taylorgreen.h | 36 CeedScalar x[] = {X[0][i], X[1][i], X[2][i]}; in ICsTaylorGreen() local
|
| H A D | stg_shur14.h | 244 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 D | gaussianwave.h | 39 const CeedScalar x[3] = {X[0][i], X[1][i], X[2][i]}; in IC_GaussianWave() local
|
| H A D | differential_filter.h | 78 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 D | shocktube.h | 83 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 D | advection.h | 76 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 D | bc_outflow.h | 18 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 D | eulervortex.h | 69 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 D | sgs_dd_model.h | 33 CEED_QFUNCTION_HELPER void LeakyReLU(CeedScalar *x, const CeedScalar alpha, const CeedInt N) { in LeakyReLU()
|
| H A D | newtonian.h | 194 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 D | update_weights.py | 34 def forward(self, x): argument
|
| /honee/qfunctions/spanstats/ |
| H A D | turbulence.h | 99 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
|