Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c1270 PetscBool bindingpropagates, isbound; in DMCreateInterpolationScale() local
1284 PetscCall(VecBoundToCPU(fine, &isbound)); in DMCreateInterpolationScale()
1285 PetscCall(MatBindToCPU(mat, isbound)); in DMCreateInterpolationScale()