Lines Matching refs:bvfunc
1161 PetscVoidFn *bvfunc; in DMPlexInsertBoundaryValues_Plex() local
1166 …dary(prob, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comps, &bvfunc, NULL, &ctx)); in DMPlexInsertBoundaryValues_Plex()
1174 PetscSimplePointFn *func = (PetscSimplePointFn *)bvfunc; in DMPlexInsertBoundaryValues_Plex()
1182 PetscPointFn *func = (PetscPointFn *)bvfunc; in DMPlexInsertBoundaryValues_Plex()
1193 …etscReal, const PetscReal *, const PetscReal *, const PetscScalar *, PetscScalar *, void *))bvfunc; in DMPlexInsertBoundaryValues_Plex()
1225 PetscVoidFn *bvfunc; in DMPlexInsertTimeDerivativeBoundaryValues_Plex() local
1228 …dary(prob, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comps, NULL, &bvfunc, &ctx)); in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
1236 PetscSimplePointFn *func_t = (PetscSimplePointFn *)bvfunc; in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
1244 PetscPointFn *func_t = (PetscPointFn *)bvfunc; in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
1276 PetscVoidFn *bvfunc; in DMPlexInsertBounds_Plex() local
1279 …undary(ds, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comps, &bvfunc, NULL, &ctx)); in DMPlexInsertBounds_Plex()
1290 funcs[field] = (PetscSimplePointFn *)bvfunc; in DMPlexInsertBounds_Plex()