Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dmpits.c137 char *tdata, *fdata; in PetscCommBuildTwoSided_Allreduce() local
160 PetscCall(PetscMalloc(nrecvs * count * unitbytes, &fdata)); in PetscCommBuildTwoSided_Allreduce()
164 …for (i = 0; i < nrecvs; i++) PetscCallMPI(MPIU_Irecv((void *)(fdata + count * unitbytes * i), coun… in PetscCommBuildTwoSided_Allreduce()
174 *(void **)fromdata = fdata; in PetscCommBuildTwoSided_Allreduce()
183 char *tdata, *fdata; in PetscCommBuildTwoSided_RedScatter() local
204 PetscCall(PetscMalloc(nrecvs * count * unitbytes, &fdata)); in PetscCommBuildTwoSided_RedScatter()
208 …for (i = 0; i < nrecvs; i++) PetscCallMPI(MPIU_Irecv((void *)(fdata + count * unitbytes * i), coun… in PetscCommBuildTwoSided_RedScatter()
218 *(void **)fromdata = fdata; in PetscCommBuildTwoSided_RedScatter()
/petsc/src/dm/impls/plex/
H A Dplexegads.c723 double fdata[4]; in DMPlexGeomPrintModel_Internal() local
735 PetscCall(EGlite_getTopology(face, &geom, &oclass, &mtype, fdata, &Nl, &lobjs, &lsenses)); in DMPlexGeomPrintModel_Internal()
740 PetscCall(EG_getTopology(face, &geom, &oclass, &mtype, fdata, &Nl, &lobjs, &lsenses)); in DMPlexGeomPrintModel_Internal()
750 …PetscPrintf(PETSC_COMM_SELF, " RANGE (umin, umax) = (%f, %f) \n", fdata[0], fdata[1])); in DMPlexGeomPrintModel_Internal()
751 …tscPrintf(PETSC_COMM_SELF, " (vmin, vmax) = (%f, %f) \n\n", fdata[2], fdata[3])); in DMPlexGeomPrintModel_Internal()
2857 double fdata[4]; in DMPlex_Surface_Grad() local
2871 PetscCall(EGlite_getTopology(face, &fgeom, &foclass, &fmtype, fdata, &Nl, &lobjs, &lsenses)); in DMPlex_Surface_Grad()
2876 PetscCall(EG_getTopology(face, &fgeom, &foclass, &fmtype, fdata, &Nl, &lobjs, &lsenses)); in DMPlex_Surface_Grad()
2903 PetscCall(EGlite_getTopology(face, &fgeom, &foclass, &fmtype, fdata, &Nl, &lobjs, &lsenses)); in DMPlex_Surface_Grad()
2908 PetscCall(EG_getTopology(face, &fgeom, &foclass, &fmtype, fdata, &Nl, &lobjs, &lsenses)); in DMPlex_Surface_Grad()
[all …]