Searched refs:ref_array (Results 1 – 1 of 1) sorted by relevance
8 const PetscScalar *array, *ref_array; in TestPointwiseMaxAbs() local14 PetscCall(VecGetArrayRead(ref, &ref_array)); in TestPointwiseMaxAbs()16 const PetscReal expected = PetscAbsScalar(ref_array[i]); in TestPointwiseMaxAbs()23 PetscCall(VecRestoreArrayRead(ref, &ref_array)); in TestPointwiseMaxAbs()