Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c338 PetscScalar field_d; in DMDAViewGnuplot2d() local
345 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()
H A Dex43.c391 PetscScalar field_d; in DMDAViewGnuplot2d() local
398 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()