Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 80) sorted by relevance

1234

/petsc/src/benchmarks/results/
H A Dperformance_arco1.m10 text(1,22,'SGI PowerChallenge','Rotation',90)
11 text(2,22,'SGI Origin 2000','Rotation',90)
12 text(3,22,'IBM SP Superchip, 4 memory cards','Rotation',90)
13 text(4,22,'IBM SP Superchip, 2 memory cards','Rotation',90)
14 text(5,22,'IBM SP2','Rotation',90)
15 text(6,22,'Cray T3E','Rotation',90)
16 text(7,22,'200 MH Pentium-Pro NT-MDS','Rotation',90)
17 text(8,22,'IBM SP1','Rotation',90)
18 text(9,22,'SGI Indigo 2','Rotation',90)
19 text(10,22,'200 MH Pentium NT-Gnu','Rotation',90)
[all …]
H A Dperformance_medium.m10 text(1,22,'IBM SP2','Rotation',90)
11 text(2,22,'SGI PowerChallenge','Rotation',90)
12 text(3,22,'Cray T3E','Rotation',90)
13 text(4,22,'IBM SP1','Rotation',90)
14 text(5,22,'SGI Indigo 2','Rotation',90)
15 text(6,22,'166 MH Pentium','Rotation',90)
16 text(7,22,'Cray T3D','Rotation',90)
17 text(8,22,'DEC Alpha (old)','Rotation',90)
18 text(9,22,'Convex HP Exemplar','Rotation',90)
19 text(10,22,'Sun Sparc5','Rotation',90)
[all …]
H A Dperformance_cfd_2_10.m10 text(1,22,'IBM SP Superchip, 4 memory cards','Rotation',90)
11 text(2,22,'IBM SP Superchip, 2 memory cards','Rotation',90)
12 text(3,22,'IBM SP2','Rotation',90)
13 text(4,22,'CRAY T3E','Rotation',90)
14 text(5,22,'SGI Origin 2000','Rotation',90)
15 text(6,22,'NT Pentium PRO 200Mhz','Rotation',90)
16 text(7,22,'IBM SP1','Rotation',90)
17 text(8,22,'Sun Ultra 2 UPA/SBus (168MHz)','Rotation',90)
18 text(9,22,'SGI PowerChallenge','Rotation',90)
30 text(1,22,'IBM SP Superchip, 4 memory cards','Rotation',90)
[all …]
/petsc/include/
H A Dpetscoptions.h111 char *text; member
444 … PetscOptionsEnum(opt, text, man, list, currentvalue, value, set) PetscOptionsEnum_Privat… argument
489 …e PetscOptionsInt(opt, text, man, currentvalue, value, set) PetscOptionsInt_Privat… argument
534 …etscOptionsMPIInt(opt, text, man, currentvalue, value, set) PetscOptionsMPIInt_Privat… argument
583 …etscOptionsBoundedInt(opt, text, man, currentvalue, value, set, lb) PetscOptionsInt_Private(P… argument
633 …PetscOptionsRangeInt(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsInt_Private(… argument
678 … PetscOptionsReal(opt, text, man, currentvalue, value, set) PetscOptionsReal_Privat… argument
727 …tscOptionsBoundedReal(opt, text, man, currentvalue, value, set, lb) PetscOptionsReal_Private(P… argument
777 …etscOptionsRangeReal(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsReal_Private(… argument
822 …etscOptionsScalar(opt, text, man, currentvalue, value, set) PetscOptionsScalar_Privat… argument
[all …]
/petsc/config/BuildSystem/config/
H A DcompilerFlags.py12 self.text = ''
16 return self.text
159 self.text = self.text + 'Intel instruction sets utilizable by compiler:\n'
160 self.text = self.text + ' AVX2\n'
162 self.text = self.text + ' AVX512: '
163 self.text = self.text + ' '.join([i for i in out.split('__') if i.startswith('AVX512')])
164 self.text = self.text + '\n'
186 self.text = self.text + 'Intel instruction sets found on CPU:\n'
187 self.text = self.text + ' AVX2\n'
189 self.text = self.text + ' AVX512: '
[all …]
/petsc/src/sys/classes/draw/interface/
H A Ddtext.c21 PetscErrorCode PetscDrawString(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, const char text[… in PetscDrawString() argument
25 PetscAssertPointer(text, 5); in PetscDrawString()
26 PetscUseTypeMethod(draw, string, xl, yl, cl, text); in PetscDrawString()
47 …Code PetscDrawStringVertical(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, const char text[]) in PetscDrawStringVertical() argument
54 PetscAssertPointer(text, 5); in PetscDrawStringVertical()
56 if (draw->ops->stringvertical) PetscUseTypeMethod(draw, stringvertical, xl, yl, cl, text); in PetscDrawStringVertical()
59 …for (int i = 0; (chr[0] = text[i]); i++) PetscCall(PetscDrawString(draw, xl, yl - th * ((PetscReal… in PetscDrawStringVertical()
81 …Code PetscDrawStringCentered(PetscDraw draw, PetscReal xc, PetscReal yl, int cl, const char text[]) in PetscDrawStringCentered() argument
88 PetscAssertPointer(text, 5); in PetscDrawStringCentered()
91 PetscCall(PetscStrlen(text, &len)); in PetscDrawStringCentered()
[all …]
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c89 PETSC_EXTERN void petscoptionsbool_(char *opt, char *text, char *man, PetscBool *currentvalue, Pets… in petscoptionsbool_() argument
94 FIXCHAR(text, lentext, ctext); in petscoptionsbool_()
104 FREECHAR(text, ctext); in petscoptionsbool_()
108 PETSC_EXTERN void petscoptionsbool3_(char *opt, char *text, char *man, PetscBool3 *currentvalue, Pe… in petscoptionsbool3_() argument
113 FIXCHAR(text, lentext, ctext); in petscoptionsbool3_()
123 FREECHAR(text, ctext); in petscoptionsbool3_()
127 PETSC_EXTERN void petscoptionsboolarray_(char *opt, char *text, char *man, PetscBool *dvalue, Petsc… in petscoptionsboolarray_() argument
133 FIXCHAR(text, lentext, ctext); in petscoptionsboolarray_()
144 FREECHAR(text, ctext); in petscoptionsboolarray_()
148 PETSC_EXTERN void petscoptionsenumprivate_(char *opt, char *text, char *man, const char *const *lis… in petscoptionsenumprivate_() argument
[all …]
/petsc/doc/
H A Dbuild_man_pages.py67 def processkhash(T, t, KeyType, ValType, text): argument
70 …return re.sub('<ValType>',ValType,re.sub('<KeyType>',KeyType,re.sub('<t>',t,re.sub('<T>',T,text))))
74 text = ''
77 text = mklines.read()
79 khash.write(processkhash('I','i','PetscInt','',text))
80 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','',text))
81 khash.write(processkhash('I','i','PetscInt','PetscInt',text))
82 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscInt',text))
83 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscScalar',text))
84 khash.write(processkhash('IV','iv','PetscInt','PetscScalar',text))
[all …]
H A Dbuild_man_impls_links.py13 text = f.read()
14 bibneeded = text.find('{cite}') > -1
15 isclass = text.find('typedef struct') > -1
18 f.write(text[0:text.find('## See Also')])
20 f.write(text[text.find('## See Also'):])
H A Dbuild_man_examples_links.py10 text = fd.read()
11 found = list(set(keyre.findall(text)))
29 text = fd.read()
30 for line in text.split():
/petsc/src/sys/objects/
H A Daoptions.c81 …Private(PetscOptionItems PetscOptionsObject, const char opt[], const char text[], const char man[]… in PetscOptionItemCreate_Private() argument
95 PetscCall(PetscStrallocpy(text, &(*amsopt)->text)); in PetscOptionItemCreate_Private()
185 PetscCallSAWs(SAWs_Register, (dir, &next->text, 1, SAWs_READ, SAWs_STRING)); in PetscOptionsSAWsInput()
345 PetscCall(PetscPrintf(PETSC_COMM_WORLD, ">: %s (%s) ", next->text, next->man)); in PetscOptionsGetFromTextInput()
405 PetscCall(PetscPrintf(PETSC_COMM_WORLD, ">: %s (%s) ", next->text, next->man)); in PetscOptionsGetFromTextInput()
428 …x ? PetscOptionsObject->prefix : "", next->option + 1, *(int *)next->data, next->text, next->man)); in PetscOptionsGetFromTextInput()
446 … PetscOptionsObject->prefix : "", next->option + 1, *(double *)next->data, next->text, next->man)); in PetscOptionsGetFromTextInput()
467 …refix : "", next->option + 1, *(PetscBool *)next->data ? "true" : "false", next->text, next->man)); in PetscOptionsGetFromTextInput()
476 …x ? PetscOptionsObject->prefix : "", next->option + 1, (char *)next->data, next->text, next->man)); in PetscOptionsGetFromTextInput()
485 …PETSC_COMM_WORLD, stdout, PetscOptionsObject->prefix, next->option, next->text, next->man, next->f… in PetscOptionsGetFromTextInput()
[all …]
H A Dgarbage.c250 char text[64]; in PetscGarbageView() local
278 PetscCall(PetscFormatConvert("Total entries: %" PetscInt_FMT "\n", text)); in PetscGarbageView()
279 PetscCall(PetscSynchronizedPrintf(comm, text, entries)); in PetscGarbageView()
286 …ll(PetscFormatConvert("| %5" PetscInt64_FMT " | %-22s | %-32s | %6" PetscInt_FMT " |\n", text)); in PetscGarbageView()
287 …PetscCall(PetscSynchronizedPrintf(comm, text, keys[ii], obj->class_name, obj->description, obj->id… in PetscGarbageView()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py30 text: str
51 text = raw.strip()
54 prefix, arg, descr = self.split_param(text, prefixes, sep)
58 _, arg, descr = self.split_param(text, prefixes, sep)
65 arg = text.split(prefix, maxsplit=1)[1].strip()
67 arg, *rest = text.split(maxsplit=1)
71 self.text = raw
80 def split_param(text: str, prefixes: Sequence[str], sep: str) -> tuple[str, str, str]:
105 stripped = text.strip()
137 return self.text.find(arg) + len(arg)
[all …]
H A D_doc_section.py641 docstring.make_source_range(arg, descr_item.text, loc.start.line)
659 … not_found.append((sub, docstring.make_source_range(sub, descr_item.text, loc.start.line)))
1221 def transform(text: str) -> str:
1222 return text.casefold()
1225 def __make_deletion_patch(loc: SourceRange, text: str, look_behind: bool) -> Patch:
1255 post = raw[col + len(text):]
1290 for loc, text in sub_items:
1291 if text.replace(self.special_chars, '').rstrip('()') == symbol_name:
1295 patch=self.__make_deletion_patch(loc, text, loc == last_loc)
1298 item_remain.append((loc, text))
[all …]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dtest_main.py96 def sanitize_output_file(text: Optional[str]) -> list[str]:
97 return [] if text is None else [l.replace(str(petsc_dir), '.') for l in text.splitlines(True)]
99 def sanitize_patch_file(text: Optional[str]) -> list[str]:
101 return [] if text is None else text.splitlines(True)[2:]
103 def rename_patch_file_target(text: str, new_path: Path) -> str:
104 lines = text.splitlines(True)
/petsc/src/sys/info/ftn-custom/
H A Dzverboseinfof.c26 PETSC_EXTERN void petscinfo_(char *text, PetscErrorCode *ierr, PETSC_FORTRAN_CHARLEN_T len1) in petscinfo_() argument
30 FIXCHAR(text, len1, c1); in petscinfo_()
33 FREECHAR(text, c1); in petscinfo_()
/petsc/systems/Apple/iOS/bin/
H A Diosbuilder.py179 text = fd.readline()
180 while text:
181 if text.startswith('#requires'):
182 text = text[9:-1].strip()
183 text = reg.sub(' ',text)
184 rtype = text.split(' ')[0]
185 rvalue = text.split(' ')[1]
252 text = fd.readline()
/petsc/src/sys/classes/draw/impls/tikz/
H A Dtikz.c129 …rorCode PetscDrawString_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, const char text[]) in PetscDrawString_TikZ() argument
135 …above right, %s] at (%g,%g) {%s};\n", TikZColorMap(cl), XTRANS(draw, xl), YTRANS(draw, yl), text)); in PetscDrawString_TikZ()
139 …PetscDrawStringVertical_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, const char text[]) in PetscDrawStringVertical_TikZ() argument
147 PetscCall(PetscStrlen(text, &len)); in PetscDrawStringVertical_TikZ()
150 … [rotate=90, %s] at (%g,%g) {%s};\n", TikZColorMap(cl), XTRANS(draw, xl), YTRANS(draw, yl), text)); in PetscDrawStringVertical_TikZ()
157 …kZ(PetscDraw draw, PetscReal xl, PetscReal yl, int cl, int ct, const char text[], PetscReal *w, Pe… in PetscDrawStringBoxed_TikZ() argument
164 …rectangle, draw, align=center, inner sep=1ex] {%s};\n", XTRANS(draw, xl), YTRANS(draw, yl), text)); in PetscDrawStringBoxed_TikZ()
167 PetscCall(PetscStrlen(text, &len)); in PetscDrawStringBoxed_TikZ()
/petsc/src/binding/petsc4py/demo/legacy/kspsolve/
H A Dpetsc-cg.tex9 & \quad \text{while}\;\; i < i_{max} \text{ and } \\
10 & \quad\quad\qquad \delta_{ } > \delta_{0} \epsilon^2 \text{ do} :\\
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.m82 globalTextView.text = [NSString stringWithFormat:@"%@%s", globalTextView.text,str];
106 textView.text = @""; /* clears the UITextView */
110 const char *str = [textField.text UTF8String];
123 textView.text =@"Must start with ./ex19 or ./ex48";
/petsc/src/sys/error/
H A Derrtrace.c216 const char *text; in PetscTraceBackErrorHandler() local
217 (void)PetscErrorMessage(n, &text, NULL); in PetscTraceBackErrorHandler()
218 if (text) (void)(*PetscErrorPrintf)("%s\n", text); in PetscTraceBackErrorHandler()
/petsc/lib/petsc/bin/
H A Dextract.py11 def comment_finder(text): argument
13 result = pattern.findall(text)
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/
H A DReport.css122 text-align:left;
154 text-align:center;
166 text-align:left;
173 text-align:right;
181 cursor:text;
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.m110 globalTextView.text = [NSString stringWithFormat:@"%@%s", globalTextView.text,str];
148 textView.text = @""; /* clears the UITextView */
158 const char *str = [textField.text UTF8String];
177 textView.text =@"Must start with ./ex3, ./ex4, ./ex19 or ./ex48 ";
/petsc/src/sys/objects/ftn-src/
H A Doptionenum.F9053 character(*) opt, text, man local
82 call PetscOptionsEnumPrivate(opt, text, man, CArray, curr, ivalue, set, ierr)

1234