Searched refs:wrap (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/ |
| H A D | makefile | 13 -@PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}${PETSCPYTHONPATH} ${MAKE} -C wrap-swig 14 -@PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}${PETSCPYTHONPATH} ${MAKE} -C wrap-f2py
|
| /petsc/src/dm/tests/ |
| H A D | ex11.c | 8 PetscInt M = 10, N = 8, dof = 1, s = 1, bx = 0, by = 0, i, n, j, k, m, wrap, xs, ys; in main() local 28 PetscCall(PetscOptionsGetInt(NULL, NULL, "-periodic_x", &wrap, NULL)); in main() 29 PetscCall(PetscOptionsGetInt(NULL, NULL, "-periodic_y", &wrap, NULL)); in main()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | CmpSystems.css | 45 word-wrap:break-word; 50 word-wrap:break-word;
|
| H A D | Report.css | 125 word-wrap:break-word; 145 word-wrap:break-word;
|
| /petsc/doc/developers/contributing/ |
| H A D | developingmr.md | 88 … more detailed explanation of the commit. Many tools do not auto-wrap this part, so wrap paragraph…
|
| /petsc/config/BuildSystem/ |
| H A D | logger.py | 57 line for para in text.splitlines() for line in textwrap.wrap(textwrap.dedent(para),**kwargs)
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 680 …mess = textwrap.wrap('An error occurred while processing GCOVR results. NOTE THAT DEBUG LOGS ARE …
|
| /petsc/doc/changes/ |
| H A D | 319.md | 242 - Add `DMPlexSetIsoperiodicFaceSF()` to wrap a non-periodic mesh into periodic while preserving the…
|
| /petsc/doc/developers/ |
| H A D | style.md | 208 As a rule, always try to wrap the function first; if this fails to compile, you do
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 954 …PetscBool wrap = (bd == DM_BOUNDARY_PERIODIC || bd == DM_BOUNDARY_TWIST) ? PETSC_TRUE : PETSC_F… in DMPlexCreateLineMesh_Internal() local 966 if (rank == 0) numVerts = segments + (wrap ? 0 : 1); in DMPlexCreateLineMesh_Internal() 987 if (!wrap && rank == 0) { in DMPlexCreateLineMesh_Internal() 994 if (wrap) { in DMPlexCreateLineMesh_Internal()
|
| /petsc/doc/manual/ |
| H A D | mat.md | 941 for that data structure and would like to wrap their code up into a `Mat`;
|
| H A D | ksp.md | 1609 implement the preconditioner. That is, it allows users to write or wrap their
|