Home
last modified time | relevance | path

Searched refs:bvfunc (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfem.c1161 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
[all …]
/petsc/src/dm/interface/
H A Ddm.c8219 PetscVoidFn *bvfunc; in DMHasBound() local
8222 …undary(ds, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comps, &bvfunc, NULL, &ctx)); in DMHasBound()