Searched refs:line1 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex17.c | 6 const char line1[] = "hello 1\n"; in main() local 19 PetscCall(PetscFPrintf(comm, fp, line1)); in main() 33 PetscCall(PetscStrncmp(line, line1, sizeof(line1), &line_check)); in main() 34 …COMM_SELF, PETSC_ERR_FILE_READ, "Line 1 not read correctly. Got '%s', expected '%s'", line, line1); in main()
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 19 - <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex50.c.html#line1">Mathematical des…
|