Lines Matching refs:PetscVTUReal
13 typedef float PetscVTUReal; typedef
18 typedef double PetscVTUReal; typedef
22 typedef PetscReal PetscVTUReal; typedef
249 …boffset += gpiece[r].nvertices * 3 * sizeof(PetscVTUReal) + (gpiece[r].nvertices ? sizeof(PetscInt… in DMPlexVTKWriteAll_VTU()
321 …boffset += gpiece[r].ncells * 3 * sizeof(PetscVTUReal) + (gpiece[r].ncells ? sizeof(PetscInt64) : … in DMPlexVTKWriteAll_VTU()
323 …boffset += gpiece[r].ncells * 3 * sizeof(PetscVTUReal) + (gpiece[r].ncells ? sizeof(PetscInt64) : … in DMPlexVTKWriteAll_VTU()
326 …boffset += gpiece[r].ncells * 3 * sizeof(PetscVTUReal) + (gpiece[r].ncells ? sizeof(PetscInt64) : … in DMPlexVTKWriteAll_VTU()
343 … boffset += gpiece[r].ncells * sizeof(PetscVTUReal) + (gpiece[r].ncells ? sizeof(PetscInt64) : 0); in DMPlexVTKWriteAll_VTU()
345 … boffset += gpiece[r].ncells * sizeof(PetscVTUReal) + (gpiece[r].ncells ? sizeof(PetscInt64) : 0); in DMPlexVTKWriteAll_VTU()
348 … boffset += gpiece[r].ncells * sizeof(PetscVTUReal) + (gpiece[r].ncells ? sizeof(PetscInt64) : 0); in DMPlexVTKWriteAll_VTU()
399 …boffset += gpiece[r].nvertices * 3 * sizeof(PetscVTUReal) + (gpiece[r].nvertices ? sizeof(PetscInt… in DMPlexVTKWriteAll_VTU()
401 …boffset += gpiece[r].nvertices * 3 * sizeof(PetscVTUReal) + (gpiece[r].nvertices ? sizeof(PetscInt… in DMPlexVTKWriteAll_VTU()
404 …boffset += gpiece[r].nvertices * 3 * sizeof(PetscVTUReal) + (gpiece[r].nvertices ? sizeof(PetscInt… in DMPlexVTKWriteAll_VTU()
414 …boffset += gpiece[r].nvertices * sizeof(PetscVTUReal) + (gpiece[r].nvertices ? sizeof(PetscInt64) … in DMPlexVTKWriteAll_VTU()
416 …boffset += gpiece[r].nvertices * sizeof(PetscVTUReal) + (gpiece[r].nvertices ? sizeof(PetscInt64) … in DMPlexVTKWriteAll_VTU()
419 …boffset += gpiece[r].nvertices * sizeof(PetscVTUReal) + (gpiece[r].nvertices ? sizeof(PetscInt64) … in DMPlexVTKWriteAll_VTU()
437 maxsize = PetscMax(maxsize, (PetscInt)(gpiece[r].nvertices * 3 * sizeof(PetscVTUReal))); in DMPlexVTKWriteAll_VTU()
438 maxsize = PetscMax(maxsize, (PetscInt)(gpiece[r].ncells * 3 * sizeof(PetscVTUReal))); in DMPlexVTKWriteAll_VTU()
448 PetscVTUReal *y = NULL; in DMPlexVTKWriteAll_VTU()
450 …ETSC_TRUE : (PetscBool)(dimEmbed != 3 || localized || (sizeof(PetscReal) != sizeof(PetscVTUReal))); in DMPlexVTKWriteAll_VTU()
473 y[cnt * 3 + 0] = (PetscVTUReal)PetscRealPart(x[off + 0]); in DMPlexVTKWriteAll_VTU()
474 … y[cnt * 3 + 1] = (PetscVTUReal)((dimEmbed > 1) ? PetscRealPart(x[off + 1]) : 0.0); in DMPlexVTKWriteAll_VTU()
475 y[cnt * 3 + 2] = (PetscVTUReal)0.0; in DMPlexVTKWriteAll_VTU()
477 y[cnt * 3 + 0] = (PetscVTUReal)PetscRealPart(x[off + 0]); in DMPlexVTKWriteAll_VTU()
478 y[cnt * 3 + 1] = (PetscVTUReal)PetscRealPart(x[off + 1]); in DMPlexVTKWriteAll_VTU()
479 y[cnt * 3 + 2] = (PetscVTUReal)PetscRealPart(x[off + 2]); in DMPlexVTKWriteAll_VTU()
489 y[cnt * 3 + 0] = (PetscVTUReal)PetscRealPart(cx[off + i * dimEmbed + 0]); in DMPlexVTKWriteAll_VTU()
490 … y[cnt * 3 + 1] = (PetscVTUReal)((dimEmbed > 1) ? PetscRealPart(cx[off + i * dimEmbed + 1]) : 0.0); in DMPlexVTKWriteAll_VTU()
491 y[cnt * 3 + 2] = (PetscVTUReal)0.0; in DMPlexVTKWriteAll_VTU()
495 … for (i = 0; i < dof; i++) y[cnt * 3 + i] = (PetscVTUReal)PetscRealPart(cx[off + i]); in DMPlexVTKWriteAll_VTU()
503 y[i * 3 + 0] = (PetscVTUReal)PetscRealPart(x[i * dimEmbed + 0]); in DMPlexVTKWriteAll_VTU()
504 … y[i * 3 + 1] = (PetscVTUReal)((dimEmbed > 1) ? PetscRealPart(x[i * dimEmbed + 1]) : 0.); in DMPlexVTKWriteAll_VTU()
505 … y[i * 3 + 2] = (PetscVTUReal)((dimEmbed > 2) ? PetscRealPart(x[i * dimEmbed + 2]) : 0.); in DMPlexVTKWriteAll_VTU()
539 PetscVTUReal *y; in DMPlexVTKWriteAll_VTU()
596 …for (j = 0; j < fbs; j++) y[cnt++] = (PetscVTUReal)(l ? PetscImaginaryPart(xpoint[j]) : PetscRealP… in DMPlexVTKWriteAll_VTU()
621 … y[cnt++] = (PetscVTUReal)(l ? PetscImaginaryPart(xpoint[i]) : PetscRealPart(xpoint[i])); in DMPlexVTKWriteAll_VTU()
637 PetscVTUReal *y; in DMPlexVTKWriteAll_VTU()
674 …for (j = 0; j < fbs; j++) y[cnt++] = (PetscVTUReal)(l ? PetscImaginaryPart(xpoint[j]) : PetscRealP… in DMPlexVTKWriteAll_VTU()
694 …for (j = 0; j < fbs; j++) y[cnt + off++] = (PetscVTUReal)(l ? PetscImaginaryPart(xpoint[j]) : Pets… in DMPlexVTKWriteAll_VTU()
720 … y[cnt++] = (PetscVTUReal)(l ? PetscImaginaryPart(xpoint[i]) : PetscRealPart(xpoint[i])); in DMPlexVTKWriteAll_VTU()