Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 6 of 6) sorted by relevance

/petsc/config/
H A Dtestparse.py86 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 Dexampleslog.py416 newline=infile.readline()
417 if newline.startswith('#'):
418 errors=newline.lstrip('#').strip()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSys.pyx174 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 Dex18.c954 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 Dex11.c1030 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 Dstyle.md618 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…