Searched refs:qf (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 173 PetscCallCEED(CeedQFunctionCreateInterior(ceed, 1, geom, geomName, &sd->qf)); in DMCeedCreateGeometry() 174 PetscCallCEED(CeedQFunctionAddInput(sd->qf, "x", cdim, CEED_EVAL_INTERP)); in DMCeedCreateGeometry() 175 PetscCallCEED(CeedQFunctionAddInput(sd->qf, "dx", cdim * dim, CEED_EVAL_GRAD)); in DMCeedCreateGeometry() 176 PetscCallCEED(CeedQFunctionAddInput(sd->qf, "weight", 1, CEED_EVAL_WEIGHT)); in DMCeedCreateGeometry() 177 PetscCallCEED(CeedQFunctionAddOutput(sd->qf, "qdata", *Nqdata, CEED_EVAL_NONE)); in DMCeedCreateGeometry() 179 …PetscCallCEED(CeedOperatorCreate(ceed, sd->qf, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE, &sd->op)); in DMCeedCreateGeometry() 235 PetscCallCEED(CeedQFunctionCreateInterior(ceed, 1, func, func_source, &sd->qf)); in DMCeedCreate_Internal() 236 PetscCallCEED(CeedQFunctionAddInput(sd->qf, "u", Nc, CEED_EVAL_INTERP)); in DMCeedCreate_Internal() 237 PetscCallCEED(CeedQFunctionAddInput(sd->qf, "du", Nc * dim, CEED_EVAL_GRAD)); in DMCeedCreate_Internal() 238 PetscCallCEED(CeedQFunctionAddInput(sd->qf, "qdata", Nqdata, CEED_EVAL_NONE)); in DMCeedCreate_Internal() [all …]
|
| /petsc/include/ |
| H A D | petscdmceed.h | 38 CeedQFunction qf; // QFunction expressing the operator action member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 1336 PetscInt coneSize, supportSize, qf, qn, qp, e; in DMPlexConstructCohesiveCells_Internal() local 1375 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal() 1379 if (val == 1) ++qf; in DMPlexConstructCohesiveCells_Internal() 1389 PetscCall(DMPlexSetSupportSize(sdm, hybedge, qf)); in DMPlexConstructCohesiveCells_Internal() 1395 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal() 1399 if (val == dim - 1) ++qf; in DMPlexConstructCohesiveCells_Internal() 1409 PetscCall(DMPlexSetSupportSize(sdm, hybface, qf)); in DMPlexConstructCohesiveCells_Internal() 1419 PetscInt coneSize, supportSize, qf, e, s; in DMPlexConstructCohesiveCells_Internal() local 1428 for (s = 0, qf = 0; s < supportSize; ++s, ++qf) { in DMPlexConstructCohesiveCells_Internal() 1430 if (e >= 0) ++qf; in DMPlexConstructCohesiveCells_Internal() [all …]
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 2418 …c, PetscInt qc, PetscTabulation Tab[], const PetscInt rf[], const PetscInt qf[], PetscTabulation T… in PetscFEEvaluateFieldJets_Hybrid_Internal() argument 2441 const PetscInt q = isCohesive ? qc : qf[s]; in PetscFEEvaluateFieldJets_Hybrid_Internal()
|