Lines Matching refs:vArray

6346   const PetscScalar *vArray;  in DMPlexVecGetClosure_Depth1_Static()  local
6379 PetscCall(VecGetArrayRead(v, &vArray)); in DMPlexVecGetClosure_Depth1_Static()
6386 varr = PetscSafePointerPlusOffset(vArray, off); in DMPlexVecGetClosure_Depth1_Static()
6399 varr = PetscSafePointerPlusOffset(vArray, off); in DMPlexVecGetClosure_Depth1_Static()
6407 PetscCall(VecRestoreArrayRead(v, &vArray)); in DMPlexVecGetClosure_Depth1_Static()
6479 …nts, const PetscInt points[], const PetscInt clperm[], const PetscScalar vArray[], PetscInt *size,… in DMPlexVecGetClosure_Static() argument
6497 varr = PetscSafePointerPlusOffset(vArray, off); in DMPlexVecGetClosure_Static()
6524 …points[], PetscInt numFields, const PetscInt clperm[], const PetscScalar vArray[], PetscInt *size,… in DMPlexVecGetClosure_Fields_Static() argument
6545 varr = &vArray[foff]; in DMPlexVecGetClosure_Fields_Static()
6639 const PetscScalar *vArray; in DMPlexVecGetOrientedClosure() local
6646 PetscCall(VecGetArrayRead(v, &vArray)); in DMPlexVecGetOrientedClosure()
6648 …GetClosure_Fields_Static(dm, section, numPoints, points, numFields, perm, vArray, &size, *values)); in DMPlexVecGetOrientedClosure()
6649 …else PetscCall(DMPlexVecGetClosure_Static(dm, section, numPoints, points, perm, vArray, &size, *va… in DMPlexVecGetOrientedClosure()
6652 PetscCall(VecRestoreArrayRead(v, &vArray)); in DMPlexVecGetOrientedClosure()
6794 const PetscScalar *vArray; in DMPlexVecGetClosureAtDepth() local
6846 PetscCall(VecGetArrayRead(v, &vArray)); in DMPlexVecGetClosureAtDepth()
6848 …DMPlexVecGetClosure_Fields_Static(dm, section, Np, points, numFields, perm, vArray, &size, array)); in DMPlexVecGetClosureAtDepth()
6849 else PetscCall(DMPlexVecGetClosure_Static(dm, section, Np, points, perm, vArray, &size, array)); in DMPlexVecGetClosureAtDepth()
6853 PetscCall(VecRestoreArrayRead(v, &vArray)); in DMPlexVecGetClosureAtDepth()