Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/ts/tutorials/output/
H A Dfig.tex.out23 \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 Dfndsep.c34 …*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 Dfn1wd.c30 …*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 Dmake_links_relative.py13 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.py34 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.py634 arg, sep = descr_item.arg, descr_item.sep
635 if sep == ',' or ',' in arg:
646 elif sep == '=':
H A D_doc_str.py261 sep='\n'
/petsc/src/sys/classes/draw/utils/
H A Daxisc.c253 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 Daxis.c8 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 DSys.pyx159 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 Dhpddm.py67 print("grid complexity = ", gc, ", operator complexity = ", oc, sep = "")
/petsc/config/BuildSystem/
H A DsourceDatabase.py78 if not path.startswith(root+os.sep):
291 components = source.split(os.sep)
296 comp = s.split(os.sep)
/petsc/config/
H A Dgmakegentest.py107 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 Dreport_tests.py20 dirlist=thisscriptdir.split(os.path.sep)
22 lastfour=os.path.sep.join(dirlist[len(dirlist)-4:])
H A Dquery_tests.py287 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 Dgmakegen.py77 self.petsc_arch = petsc_arch.rstrip(os.sep)
/petsc/src/sys/utils/
H A Dstr.c482 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 Dsetup.py228 if not topdir.endswith(os.path.join(os.path.sep, suffix)):
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py50 if topdir.endswith(os.path.join(os.path.sep, 'src', 'binding', package)):
/petsc/src/ksp/ksp/tutorials/
H A Dex70.c609 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 Dcheck_header_guard.py439 print(*errors, sep='\n')
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py105 …ons being misattributed.\n", string, '\n', '-' * len(string), '\n', traceback.format_exc(), sep='')
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dmain.py248 mangled_file = patch_dir / str(fname.append_name(mangle_postfix)).replace(os.path.sep, '_')
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py961 moded_path = os.path.normpath(path + os.path.sep + old_path)
/petsc/config/BuildSystem/config/
H A Dframework.py128 nextDirs = variable.split(os.sep)

12