Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex54.c8 const PetscScalar *array, *ref_array; in TestPointwiseMaxAbs() local
14 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()