| /petsc/src/ts/tutorials/output/ |
| H A D | fig.tex.out | 23 \draw (0.5,0.9) node [rectangle, draw, align=center, inner sep=1ex] {TS: pseudo}; 24 \draw (0.5,0.83) node [rectangle, draw, align=center, inner sep=1ex] {SNES: newtonls}; 25 \draw (0.5,0.76) node [rectangle, draw, align=center, inner sep=1ex] {KSP: gmres}; 26 \draw (0.5,0.69) node [rectangle, draw, align=center, inner sep=1ex] {PC: ilu (16)};
|
| /petsc/src/mat/graphops/order/ |
| H A D | fndsep.c | 34 …*inxadj, const PetscInt *adjncy, PetscInt *mask, PetscInt *nsep, PetscInt *sep, PetscInt *xls, Pet… in SPARSEPACKfndsep() argument 49 --sep; in SPARSEPACKfndsep() 62 sep[i] = node; in SPARSEPACKfndsep() 94 sep[*nsep] = node; in SPARSEPACKfndsep()
|
| H A D | fn1wd.c | 30 …*inxadj, const PetscInt *adjncy, PetscInt *mask, PetscInt *nsep, PetscInt *sep, PetscInt *nlvl, Pe… in SPARSEPACKfn1wd() argument 48 --sep; in SPARSEPACKfn1wd() 65 sep[i] = node; in SPARSEPACKfn1wd() 100 sep[*nsep] = node; in SPARSEPACKfn1wd()
|
| /petsc/doc/ |
| H A D | make_links_relative.py | 13 root_level = os.fspath(root).count(os.path.sep) 16 level = os.fspath(dirpath).count(os.path.sep) - root_level 18 else: relpath = os.path.sep.join([".."] * level)
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 34 sep: str 52 sep = expected_sep 54 prefix, arg, descr = self.split_param(text, prefixes, sep) 57 for sep in (',', '='): 58 _, arg, descr = self.split_param(text, prefixes, sep) 63 sep = ' ' 75 self.sep = sep 80 def split_param(text: str, prefixes: Sequence[str], sep: str) -> tuple[str, str, str]: 119 arg, part_sep, descr = rest.partition(sep.join((' ', ' '))) 121 if rest.endswith(sep): [all …]
|
| H A D | _doc_section.py | 634 arg, sep = descr_item.arg, descr_item.sep 635 if sep == ',' or ',' in arg: 646 elif sep == '=':
|
| H A D | _doc_str.py | 261 sep='\n'
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | axisc.c | 253 PetscReal coors[4] = {0, 0, 0, 0}, tickloc[PETSC_DRAW_AXIS_MAX_SEGMENTS], sep, tw, th; in PetscDrawAxisDraw() local 334 if (i < ntick - 1) sep = tickloc[i + 1] - tickloc[i]; in PetscDrawAxisDraw() 335 else if (i > 0) sep = tickloc[i] - tickloc[i - 1]; in PetscDrawAxisDraw() 336 else sep = 0.0; in PetscDrawAxisDraw() 337 PetscCall((*axis->xlabelstr)(tickloc[i], sep, &p)); in PetscDrawAxisDraw() 362 if (i < ntick - 1) sep = tickloc[i + 1] - tickloc[i]; in PetscDrawAxisDraw() 363 else if (i > 0) sep = tickloc[i] - tickloc[i - 1]; in PetscDrawAxisDraw() 364 else sep = 0.0; in PetscDrawAxisDraw() 365 PetscCall((*axis->ylabelstr)(tickloc[i], sep, &p)); in PetscDrawAxisDraw()
|
| H A D | axis.c | 8 PetscErrorCode PetscADefLabel(PetscReal val, PetscReal sep, char **p) in PetscADefLabel() argument 14 if (PetscAbsReal(val) / sep < 1.e-4) { in PetscADefLabel()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 159 sep: str = ' ', 171 sep 188 format = ['%s', sep] * len(args) 201 sep: str = ' ', 214 sep 232 format = ['%s', sep] * len(args)
|
| /petsc/src/binding/petsc4py/demo/hpddm/ |
| H A D | hpddm.py | 67 print("grid complexity = ", gc, ", operator complexity = ", oc, sep = "")
|
| /petsc/config/BuildSystem/ |
| H A D | sourceDatabase.py | 78 if not path.startswith(root+os.sep): 291 components = source.split(os.sep) 296 comp = s.split(os.sep)
|
| /petsc/config/ |
| H A D | gmakegentest.py | 107 dirlist=thisscriptdir.split(os.path.sep) 108 installdir=os.path.sep.join(dirlist[0:len(dirlist)-4]) 168 dirlist=thisscriptdir.split(os.path.sep) 170 lastfour=os.path.sep.join(dirlist[len(dirlist)-4:]) 300 pkg=rpath.split(os.path.sep)[0] 934 if "tutorials"+os.sep+"build" in root: continue 1064 petsc_arch=petsc_arch.rstrip(os.path.sep) 1065 if len(petsc_arch.split(os.path.sep))>1:
|
| H A D | report_tests.py | 20 dirlist=thisscriptdir.split(os.path.sep) 22 lastfour=os.path.sep.join(dirlist[len(dirlist)-4:])
|
| H A D | query_tests.py | 287 pathlike = remove_prefix(os.path.relpath(os.path.abspath(pardir),petscdir),'.'+os.path.sep) 289 pathlike = pathlike.replace(os.path.sep.join(('share','petsc','examples'))+'/','')
|
| H A D | gmakegen.py | 77 self.petsc_arch = petsc_arch.rstrip(os.sep)
|
| /petsc/src/sys/utils/ |
| H A D | str.c | 482 PetscErrorCode PetscStrInList(const char str[], const char list[], char sep, PetscBool *found) in PetscStrInList() argument 490 PetscCall(PetscTokenCreate(list, sep, &token)); in PetscStrInList()
|
| /petsc/src/binding/petsc4py/ |
| H A D | setup.py | 228 if not topdir.endswith(os.path.join(os.path.sep, suffix)):
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | conf.py | 50 if topdir.endswith(os.path.join(os.path.sep, 'src', 'binding', package)):
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 609 PetscReal sep, min_sep = PETSC_MAX_REAL; in DMSwarmPICInsertPointsCellwise() local 614 sep = 0.0; in DMSwarmPICInsertPointsCellwise() 615 for (d = 0; d < dim; d++) sep += (coor_q[d] - coor_qn[d]) * (coor_q[d] - coor_qn[d]); in DMSwarmPICInsertPointsCellwise() 616 if (sep < min_sep) { in DMSwarmPICInsertPointsCellwise() 618 min_sep = sep; in DMSwarmPICInsertPointsCellwise()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check_header_guard.py | 439 print(*errors, sep='\n')
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _cursor.py | 105 …ons being misattributed.\n", string, '\n', '-' * len(string), '\n', traceback.format_exc(), sep='')
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 248 mangled_file = patch_dir / str(fname.append_name(mangle_postfix)).replace(os.path.sep, '_')
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 961 moded_path = os.path.normpath(path + os.path.sep + old_path)
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 128 nextDirs = variable.split(os.sep)
|