Searched refs:newline (Results 1 – 6 of 6) sorted by relevance
| /petsc/config/ |
| H A D | testparse.py | 86 newline=line[nspace:] 101 newline=line[nspace:] 102 newTestStr+=newline.rstrip()+"\n" 107 if not newline.startswith(" "): 108 var=newline.split(":")[0].strip()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | exampleslog.py | 416 newline=infile.readline() 417 if newline.startswith('#'): 418 errors=newline.lstrip('#').strip()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 174 String appended after the last value, by default a newline. 217 String appended after the last value, by default a newline.
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 954 char newline[] = "\n"; in MonitorFunctionals() local 963 PetscCall(PetscArraycpy(buffer, newline, sizeof(newline) - 1)); in MonitorFunctionals() 964 p = buffer + sizeof(newline) - 1; in MonitorFunctionals()
|
| H A D | ex11.c | 1030 char newline[] = "\n"; in MonitorVTK() local 1031 PetscCall(PetscMemcpy(buffer, newline, sizeof(newline) - 1)); in MonitorVTK() 1032 p = buffer + sizeof(newline) - 1; in MonitorVTK()
|
| /petsc/doc/developers/ |
| H A D | style.md | 618 where noted, add a newline after the section headings. 659 09. `Level:` (no newline) followed by `beginner`, 678 14. `.seealso:` (no newline, no spaces to the left of this text), followed by a list of related man…
|