Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex32.c16 PetscReal val, norm1, nreal; in main() local
51 nreal = (PetscReal)n; in main()
54 PetscCall(PetscRandomSetInterval(rdm2, 0, nreal)); in main()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c154 PetscInt nreal; in PetscSFReduceBegin_Allgatherv() local
158 PetscCall(MPIPetsc_Type_compare_contig(unit, MPIU_REAL, &nreal)); in PetscSFReduceBegin_Allgatherv()
159 if (nreal > 0) { in PetscSFReduceBegin_Allgatherv()
161 nleaves *= nreal; in PetscSFReduceBegin_Allgatherv()