Home
last modified time | relevance | path

Searched defs:n (Results 1 – 6 of 6) sorted by relevance

/honee/problems/
H A Ddensitycurrent.c51 PetscInt n = dim; in NS_DENSITY_CURRENT() local
H A Deulervortex.c102 PetscInt n = dim; in NS_EULER_VORTEX() local
H A Dadvection.c429 PetscInt n = dim; in NS_ADVECTION() local
/honee/qfunctions/
H A Ddiff_flux_projection.h19 CeedPragmaSIMD for (CeedInt n = 0; n < num_comps; n++) { in ComputeDivDiffusiveFluxGeneric() local
H A Dstg_shur14.h131 for (CeedInt n = 0; n < nmodes; n++) { in CalcSpectrum() local
138 for (CeedInt n = 0; n < nmodes; n++) qn[n] /= Ektot; in CalcSpectrum() local
162 CeedPragmaSIMD for (CeedInt n = 0; n < nmodes; n++) { in StgShur14Calc() local
207 CeedPragmaSIMD for (CeedInt n = 0; n < nmodes; n++) { in StgShur14Calc_PrecompEktot() local
272 CeedPragmaSIMD for (CeedInt n = 0; n < nmodes; n++) { in StgShur14Preprocess() local
H A Dnewtonian_state.h263 CEED_QFUNCTION_HELPER StateConservative StateConservativeMult(CeedInt n, const CeedScalar a[], cons… in StateConservativeMult()