Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 38) sorted by relevance

12

/petsc/lib/petsc/bin/
H A Dpetsc_tas_style.mplstyle1 ##Figure style starts here
8 ##Lines style starts here
12 ##Axes style starts here
15 ##Ticks style starts here
24 ##Mathtext style starts here
27 ##Legend style starts here
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Scripts/
H A DSections.js4 if(e.style.display == 'none')
6 e.style.display = 'block';
7 e.style.visibility = 'visible';
12 e.style.display = 'none';
13 e.style.visibility = 'hidden';
H A DTabs.js29 tab.style.display = 'block';
32 tab.style.display = 'none';
43 …etElementById(this.tabs[k].href.substr(this.tabs[k].href.indexOf('#') + 1)).style.display = 'none';
47 tab.style.display = 'block';
/petsc/src/benchmarks/
H A DbenchmarkAssembly.py45 for event, style in [('MatCUSPSetValBch', 'b-'), ('ElemAssembly', 'b:')]:
49 data.append(style)
59 for event, style in [('MatCUSPSetValBch', 'b-'), ('ElemAssembly', 'b:')]:
64 data.append(style)
74 for event, style in [('MatCUSPSetValBch', 'b-'), ('ElemAssembly', 'b:')]:
78 data.append(style)
H A DbenchmarkExample.py205 for arch, style in zip(arches, ['-', ':']):
210 data.append(color+style)
234 for arch, style in zip(arches, ['-', ':']):
239 data.append(color+style)
261 for arch, style in zip(arches, ['-', ':']):
267 data.append(color+style)
306 for arch, style in zip(arches, ['-', ':']):
311 data.append(color+style)
327 for arch, style in zip(arches, ['-', ':']):
332 data.append(color+style)
/petsc/src/sys/yaml/include/
H A Dyaml.h269 yaml_scalar_style_t style; member
403 yaml_scalar_style_t style; member
415 yaml_sequence_style_t style; member
427 yaml_mapping_style_t style; member
517 yaml_scalar_style_t style; member
532 yaml_sequence_style_t style; member
547 yaml_mapping_style_t style; member
/petsc/doc/manualpages/doctext/
H A Dpetscapp.cfg2 <style>\
7 </style>\
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/
H A DSymbolsList.css65 font-style:italic;
69 font-style:italic;
H A DReport.css103 font-style:italic;
198 font-style:italic;
202 font-style:italic;
205 font-style:italic;
H A DHeadersDiff.css30 .small { font-size: 0.6em; font-style: italic; font-family: Verdana, Helvetica, sans-serif; }
/petsc/doc/developers/
H A Dindex.md15 style
H A Dstyle.md1 (style)=
197 The only exceptions to this rule are begin-end style macros which embed local variables
239 style), never mixed in with code. However, when variables are only used in a limited
648 07. If any input or output parameters are function pointers, they should be documented in the style
/petsc/
H A D.gitmessage3 Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, f…
/petsc/src/sys/yaml/src/
H A Dyaml_private.h529 (token).data.scalar.style = (token_style))
583 (event).data.scalar.style = (event_style))
591 (event).data.sequence_start.style = (event_style))
602 (event).data.mapping_start.style = (event_style))
643 (node).data.scalar.style = (node_style))
651 (node).data.sequence.style = (node_style))
659 (node).data.mapping.style = (node_style))
H A Dloader.c384 event->data.scalar.length, event->data.scalar.style, in yaml_parser_load_scalar()
431 event->data.sequence_start.style, in yaml_parser_load_sequence()
499 event->data.mapping_start.style, in yaml_parser_load_mapping()
H A Dparser.c644 if ((token->data.scalar.style == YAML_PLAIN_SCALAR_STYLE && !tag) in yaml_parser_parse_node()
655 token->data.scalar.style, start_mark, end_mark); in yaml_parser_parse_node()
/petsc/src/binding/petsc4py/
H A D.ruff.toml38 quote-style = "single"
/petsc/share/petsc/matlab/
H A DPetscReadBinaryMatlab.m28 % check for old-style file open/close commands
/petsc/doc/changes/
H A D230.md35 - Changed BLAS-type interfaces to PETSc-style:
74 - Changed BLAS-type interfaces to PETSc-style:
H A D231.md19 style
H A D2016.md11 - We have stopped distributing the Unix-style manpages with PETSc.
/petsc/doc/overview/
H A Dmatrix_table.md110 - limited-memory BFGS style matrices
/petsc/doc/developers/contributing/
H A Dindex.md8 Before contributing code to PETSc, please read {any}`style`. You may also
/petsc/src/binding/petsc4py/docs/source/
H A Doverview.rst48 PETSc is designed with an object-oriented style. Almost all
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh1795 /* 'round to nearest' style. */
1901 /* nearest' style. B/2 is half a unit in the last place of the two */
2221 or if arithmetic seems to round in the IEEE style, determi
3786 /* 'round to nearest' style. */
3892 /* nearest' style. B/2 is half a unit in the last place of the two */
4212 or if arithmetic seems to round in the IEEE style, determi

12