Lines Matching refs:varr
6382 const PetscScalar *varr; in DMPlexVecGetClosure_Depth1_Static() local
6386 varr = PetscSafePointerPlusOffset(vArray, off); in DMPlexVecGetClosure_Depth1_Static()
6387 for (d = 0; d < dof; ++d, ++offset) array[offset] = varr[d]; in DMPlexVecGetClosure_Depth1_Static()
6394 const PetscScalar *varr; in DMPlexVecGetClosure_Depth1_Static() local
6399 varr = PetscSafePointerPlusOffset(vArray, off); in DMPlexVecGetClosure_Depth1_Static()
6401 for (d = 0; d < dof; ++d, ++offset) array[offset] = varr[d]; in DMPlexVecGetClosure_Depth1_Static()
6403 for (d = dof - 1; d >= 0; --d, ++offset) array[offset] = varr[d]; in DMPlexVecGetClosure_Depth1_Static()
6493 const PetscScalar *varr; in DMPlexVecGetClosure_Static() local
6497 varr = PetscSafePointerPlusOffset(vArray, off); in DMPlexVecGetClosure_Static()
6500 for (d = 0; d < dof; d++) array[clperm[offset + perm[d]]] = varr[d]; in DMPlexVecGetClosure_Static()
6502 for (d = 0; d < dof; d++) array[clperm[offset + d]] = varr[d]; in DMPlexVecGetClosure_Static()
6509 for (d = 0; d < dof; d++) array[offset + perm[d]] = varr[d]; in DMPlexVecGetClosure_Static()
6511 for (d = 0; d < dof; d++) array[offset + d] = varr[d]; in DMPlexVecGetClosure_Static()
6539 const PetscScalar *varr; in DMPlexVecGetClosure_Fields_Static() local
6545 varr = &vArray[foff]; in DMPlexVecGetClosure_Fields_Static()
6548 for (b = 0; b < fdof; b++) array[clperm[offset + perm[b]]] = varr[b]; in DMPlexVecGetClosure_Fields_Static()
6550 for (b = 0; b < fdof; b++) array[clperm[offset + b]] = varr[b]; in DMPlexVecGetClosure_Fields_Static()
6557 for (b = 0; b < fdof; b++) array[offset + perm[b]] = varr[b]; in DMPlexVecGetClosure_Fields_Static()
6559 for (b = 0; b < fdof; b++) array[offset + b] = varr[b]; in DMPlexVecGetClosure_Fields_Static()