Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/output/
H A Dex46_1_p6.out3 VecCompare
H A Dex46_1_p12.out3 VecCompare
H A Dex46_1_p1.out3 VecCompare
H A Dex46_2_p6.out5 VecCompare
H A Dex46_2_p1.out5 VecCompare
H A Dex46_2_p12.out5 VecCompare
/petsc/src/dm/tutorials/output/
H A Dex15_1.out4 VecCompare
H A Dex15_2.out4 VecCompare
H A Dex15_3.out6 VecCompare
/petsc/src/vec/vec/tests/
H A Dex46.c75 PetscErrorCode VecCompare(Vec a, Vec b) in VecCompare() function
162 PetscCall(VecCompare(x, y)); in TestBinary()
190 PetscCall(VecCompare(x, y)); in TestBinaryMPIIO()
/petsc/src/dm/tutorials/
H A Dex15.c141 PetscErrorCode VecCompare(Vec a, Vec b) in VecCompare() function
205 PetscCall(VecCompare(x_ref, x_test)); in TestDMDAVec()