Home
last modified time | relevance | path

Searched refs:nprofs (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14.h43 const CeedInt nprofs = stg_ctx->nprofs; in InterpolateProfile() local
51 for (CeedInt i = 0; i < nprofs; i++) { in InterpolateProfile()
61 …ubar[0] = prof_ubar[0 * nprofs + idx - 1] + coeff * (prof_ubar[0 * nprofs + idx] - prof_ubar[0 * n… in InterpolateProfile()
62 …ubar[1] = prof_ubar[1 * nprofs + idx - 1] + coeff * (prof_ubar[1 * nprofs + idx] - prof_ubar[1 * n… in InterpolateProfile()
63 …ubar[2] = prof_ubar[2 * nprofs + idx - 1] + coeff * (prof_ubar[2 * nprofs + idx] - prof_ubar[2 * n… in InterpolateProfile()
64 …cij[0] = prof_cij[0 * nprofs + idx - 1] + coeff * (prof_cij[0 * nprofs + idx] - prof_cij[0 * npro… in InterpolateProfile()
65 …cij[1] = prof_cij[1 * nprofs + idx - 1] + coeff * (prof_cij[1 * nprofs + idx] - prof_cij[1 * npro… in InterpolateProfile()
66 …cij[2] = prof_cij[2 * nprofs + idx - 1] + coeff * (prof_cij[2 * nprofs + idx] - prof_cij[2 * npro… in InterpolateProfile()
67 …cij[3] = prof_cij[3 * nprofs + idx - 1] + coeff * (prof_cij[3 * nprofs + idx] - prof_cij[3 * npro… in InterpolateProfile()
68 …cij[4] = prof_cij[4 * nprofs + idx - 1] + coeff * (prof_cij[4 * nprofs + idx] - prof_cij[4 * npro… in InterpolateProfile()
[all …]
H A Dstg_shur14_type.h22 …CeedInt nprofs; // !< Number of profile points in STGInflow.… member
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c35 … CalcCholeskyDecomp(MPI_Comm comm, PetscInt nprofs, const CeedScalar Rij[6][nprofs], CeedScalar Ci… in CalcCholeskyDecomp() argument
37 for (PetscInt i = 0; i < nprofs; i++) { in CalcCholeskyDecomp()
74 CeedScalar rij[6][stg_ctx->nprofs]; in ReadStgInflow()
78 …CeedScalar(*ubar)[stg_ctx->nprofs] = (CeedScalar(*)[stg_ctx->nprofs]) & stg_ctx->data[stg_ctx->off… in ReadStgInflow()
80 for (PetscInt i = 0; i < stg_ctx->nprofs; i++) { in ReadStgInflow()
104 …CeedScalar(*cij)[stg_ctx->nprofs] = (CeedScalar(*)[stg_ctx->nprofs]) & stg_ctx->data[stg_ctx->offs… in ReadStgInflow()
105 PetscCall(CalcCholeskyDecomp(comm, stg_ctx->nprofs, rij, cij)); in ReadStgInflow()
168 PetscInt nmodes, nprofs; in GetStgContextData() local
172 PetscCall(PhastaDatFileGetNRows(comm, stg_inflow_path, &nprofs)); in GetStgContextData()
182 temp_ctx->nprofs = nprofs; in GetStgContextData()
[all …]