Lines Matching refs:funcs

70 …ellGeom *fvgeom, PetscBool isFE[], PetscDualSpace sp[], PetscErrorCode (**funcs)(PetscInt, PetscRe…  in DMProjectPoint_Func_Private()
91 if (funcs[f]) { in DMProjectPoint_Func_Private()
143 PetscCall((*funcs[f])(coordDim, time, v0, Nc[f], &pointEval[Nc[f] * q], ctx)); in DMProjectPoint_Func_Private()
155 …++d, ++v) PetscCall(PetscDualSpaceApplyFVM(sp[f], d, time, fvgeom, Nc[f], funcs[f], ctx, &values[v… in DMProjectPoint_Func_Private()
198 …pace sp[], PetscInt p, PetscTabulation *T, PetscTabulation *TAux, void (**funcs)(PetscInt, PetscIn… in DMProjectPoint_Field_Private()
299 if (!funcs[f]) { in DMProjectPoint_Field_Private()
341 …(*funcs[f])(dE, NfIn, NfAux, uOff, uOff_x, u, u_t, u_x, aOff, aOff_x, a, a_t, a_x, time, fegeom.v,… in DMProjectPoint_Field_Private()
357 …pace sp[], PetscInt p, PetscTabulation *T, PetscTabulation *TAux, void (**funcs)(PetscInt, PetscIn… in DMProjectPoint_BdField_Private()
470 if (!funcs[f]) { in DMProjectPoint_BdField_Private()
517 …(*funcs[f])(dE, NfIn, NfAux, uOff, uOff_x, u, u_t, u_x, aOff, aOff_x, a, a_t, a_x, time, fegeom.v,… in DMProjectPoint_BdField_Private()
533 …on *T, PetscTabulation *TAux, DMBoundaryConditionType type, PetscVoidFn **funcs, void **ctxs, Pets… in DMProjectPoint_Private() argument
545 …**)(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *))funcs, ctxs, values)); in DMProjectPoint_Private()
549 … PetscReal, const PetscReal[], PetscInt, const PetscScalar[], PetscScalar[]))funcs, ctxs, values)); in DMProjectPoint_Private()
552 …etscReal[], const PetscReal[], PetscInt, const PetscScalar[], PetscScalar[]))funcs, ctxs, values)); in DMProjectPoint_Private()
560 …lPointsUnion(PetscInt Nf, PetscDualSpace *sp, PetscInt dim, PetscVoidFn **funcs, PetscQuadrature *… in PetscDualSpaceGetAllPointsUnion() argument
572 if (funcs[f]) { in PetscDualSpaceGetAllPointsUnion()
584 if (funcs[f]) { in PetscDualSpaceGetAllPointsUnion()
713 …numIds, const PetscInt ids[], DMBoundaryConditionType type, PetscVoidFn **funcs, void **ctxs, Inse… in DMProjectLocal_Generic_Plex() argument
908 PetscCall(PetscDualSpaceGetAllPointsUnion(Nf, sp, dim - htInc, funcs, &allPoints)); in DMProjectLocal_Generic_Plex()
1008 … for (f = 0; f < Nf; ++f) fieldActive[fields[f]] = (funcs[f] && sp[f]) ? PETSC_TRUE : PETSC_FALSE; in DMProjectLocal_Generic_Plex()
1035 …PetscDualSpaceGetAllPointsUnion(Nf, sp, isCohesive ? dim - htInc - 1 : dim - htInc, funcs, &quad)); in DMProjectLocal_Generic_Plex()
1054 …tInc, time, localU, localA, hasFE, hasFV, isFE, sp, point, T, TAux, type, funcs, ctxs, fieldActive… in DMProjectLocal_Generic_Plex()
1077 PetscCall(PetscDualSpaceGetAllPointsUnion(Nf, sp, dim - htInc, funcs, &quad)); in DMProjectLocal_Generic_Plex()
1085 …m, htInc, time, localU, localA, hasFE, hasFV, isFE, sp, p, T, TAux, type, funcs, ctxs, fieldActive… in DMProjectLocal_Generic_Plex()
1113 PetscErrorCode DMProjectFunctionLocal_Plex(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt… in DMProjectFunctionLocal_Plex()
1116 …(dm, time, NULL, 0, NULL, NULL, 0, NULL, DM_BC_ESSENTIAL, (PetscVoidFn **)funcs, ctxs, mode, local… in DMProjectFunctionLocal_Plex()
1120 …t PetscInt ids[], PetscInt Ncc, const PetscInt comps[], PetscErrorCode (**funcs)(PetscInt, PetscRe… in DMProjectFunctionLabelLocal_Plex()
1123 …e, NULL, Ncc, comps, label, numIds, ids, DM_BC_ESSENTIAL, (PetscVoidFn **)funcs, ctxs, mode, local… in DMProjectFunctionLabelLocal_Plex()
1127 PetscErrorCode DMProjectFieldLocal_Plex(DM dm, PetscReal time, Vec localU, void (**funcs)(PetscInt,… in DMProjectFieldLocal_Plex()
1130 …e, localU, 0, NULL, NULL, 0, NULL, DM_BC_ESSENTIAL_FIELD, (PetscVoidFn **)funcs, NULL, mode, local… in DMProjectFieldLocal_Plex()
1134 …PetscInt ids[], PetscInt Ncc, const PetscInt comps[], Vec localU, void (**funcs)(PetscInt, PetscIn… in DMProjectFieldLabelLocal_Plex()
1137 …U, Ncc, comps, label, numIds, ids, DM_BC_ESSENTIAL_FIELD, (PetscVoidFn **)funcs, NULL, mode, local… in DMProjectFieldLabelLocal_Plex()
1141 …PetscInt ids[], PetscInt Ncc, const PetscInt comps[], Vec localU, void (**funcs)(PetscInt, PetscIn… in DMProjectBdFieldLabelLocal_Plex()
1144 …Ncc, comps, label, numIds, ids, DM_BC_ESSENTIAL_BD_FIELD, (PetscVoidFn **)funcs, NULL, mode, local… in DMProjectBdFieldLabelLocal_Plex()