Searched refs:field_d (Results 1 – 2 of 2) sorted by relevance
338 PetscScalar field_d; in DMDAViewGnuplot2d() local345 field_d = _fields[n_dofs * ((i - si) + (j - sj) * (nx)) + d]; in DMDAViewGnuplot2d()346 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fp, "%1.6e ", (double)PetscRealPart(field_d))); in DMDAViewGnuplot2d()
391 PetscScalar field_d; in DMDAViewGnuplot2d() local398 field_d = _fields[n_dofs * ((i - si) + (j - sj) * (nx)) + d]; in DMDAViewGnuplot2d()399 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fp, "%1.6e ", (double)PetscRealPart(field_d))); in DMDAViewGnuplot2d()