Searched refs:fptr1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 93 FILE *fptr, *fptr1; in main() local 164 fptr1 = fopen(part_name, "w"); in main() 165 PetscCheck(fptr1, PETSC_COMM_SELF, PETSC_ERR_FILE_OPEN, "Could no open output file"); in main() 167 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "Rank is %d\n", rank)); in main() 173 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "Node %" PetscInt_FMT " belongs to processor %" Pet… in main() 178 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "Number of neighbors for the vertex %" PetscInt_FMT… in main() 190 … PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "%" PetscInt_FMT " ", user.AdjM[user.Nvlocal][i])); in main() 192 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "\n")); in main() 196 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "Total # of Local Vertices is %" PetscInt_FMT " \n"… in main() 230 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "Before AOApplicationToPetsc, local indices are : \… in main() [all …]
|