Home
last modified time | relevance | path

Searched full:style (Results 1 – 25 of 30) sorted by relevance

12

/libCEED/examples/python/img/
H A DQFunctionSketch.svg58 style="overflow:visible">
60 style="stroke:none"
68 style="overflow:visible">
70 style="stroke:none"
78 style="overflow:visible">
80 style="stroke:none"
88 style="overflow:visible">
90 style="stroke:none"
98 style="overflow:visible">
100 style="stroke:none"
[all …]
/libCEED/doc/img/
H A DSphereSketch.svg58 style="overflow:visible">
60 style="stroke:none"
68 style="overflow:visible">
70 style="stroke:none"
78 style="overflow:visible">
80 style="stroke:none"
88 style="overflow:visible">
90 style="stroke:none"
98 style="overflow:visible">
100 style="stroke:none"
[all …]
H A Dlibceed_schematic_op_setup_mass.svg90 style="stop-color:#000000;stop-opacity:1;"
121 style="stop-color:#ff7e79;stop-opacity:1;"
125 style="stop-color:#ff7e79;stop-opacity:0;"
240 style="stroke:none;stroke-width:0"
248 style="stroke:none;stroke-width:0"
256 style="stroke:none;stroke-width:0"
264 style="stroke:none;stroke-width:0"
272 style="stroke:none;stroke-width:0"
280 style="stroke:none;stroke-width:0"
288 style="stroke:none;stroke-width:0"
[all …]
H A Dlogo.svg34 style="opacity:1;stroke-width:7;stroke-miterlimit:4;stroke-dasharray:none">
38style="opacity:1;fill:#da5858;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
42style="opacity:1;fill:#f29898;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
46style="opacity:1;fill:#881b1b;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
50 style="opacity:1;fill:#7c7c7c;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
55style="opacity:1;fill:#164074;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
59style="opacity:1;fill:#164074;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
63style="opacity:1;fill:#6793cb;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
65style="opacity:1;fill:#acc9ee;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
69style="opacity:1;fill:#acc9ee;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:round;s…
[all …]
H A Dlibceed_schematic.svg18 style="stop-color:#ff7e79;stop-opacity:1;"
22 style="stop-color:#ff7e79;stop-opacity:0;"
134 style="display:inline"
137style="display:inline;opacity:0.08;fill:#ff7e79;fill-opacity:1;stroke:#ff7e79;stroke-width:0.82582…
144style="font-variant:normal;font-weight:normal;font-size:6.29844px;font-family:'Arial';-inkscape-fo…
151 style="stroke-width:0.114517">L-vectors</tspan></text>
153style="font-variant:normal;font-weight:normal;font-size:6.29844px;font-family:'Arial';-inkscape-fo…
160 style="stroke-width:0.114517">E-vectors</tspan></text>
162style="font-variant:normal;font-weight:normal;font-size:3.4355px;font-family:'Arial';-inkscape-fon…
169 style="stroke-width:0.114517">active inputs:</tspan></text>
[all …]
H A DlibCEEDBackends.svg22 style="stop-opacity:1;stop-color:#e9b7b7"
26 style="stop-opacity:1;stop-color:#e9b7b7"
30 style="stop-opacity:1;stop-color:#f1d2d2"
34 style="stop-opacity:1;stop-color:#faeded"
38 style="stop-opacity:1;stop-color:#faeded"
58 style="stop-opacity:1;stop-color:#e9b7b7"
62 style="stop-opacity:1;stop-color:#e9b7b7"
66 style="stop-opacity:1;stop-color:#f1d2d2"
70 style="stop-opacity:1;stop-color:#faeded"
74 style="stop-opacity:1;stop-color:#faeded"
[all …]
H A DlibCEED-decomposition.svg44 style="clip-rule:evenodd"
49 style="clip-rule:evenodd"
54 style="clip-rule:evenodd"
66 style="image-rendering:optimizeSpeed"
78 style="image-rendering:optimizeSpeed"
90 style="image-rendering:optimizeSpeed"
102 style="image-rendering:optimizeSpeed"
114 style="image-rendering:optimizeSpeed"
119 style="opacity:0.5;fill:#c85838;stroke:#008000;stroke-width:0"
129 style="opacity:0.72;fill:#ffffff;stroke:#008000;stroke-width:0"
[all …]
/libCEED/julia/LibCEED.jl/.style/
H A Dceed_style.jl20 style = getstyle(ds)
36 n = pretty(style, cst[1], s, nonest=nonest, nospace=nospace_args)
38 n = pretty(style, cst[1], s)
56 nest = (is_binaryop_nestable(style, cst) && !nonest) || nrhs
62 add_node!(t, pretty(style, op, s), s, join_lines=true)
66 add_node!(t, pretty(style, op, s), s, join_lines=true)
78 add_node!(t, pretty(style, op, s), s, join_lines=true)
80 add_node!(t, pretty(style, op, s), s, join_lines=true)
83 add_node!(t, pretty(style, op, s), s, join_lines=true)
88 n = pretty(style, cst[3], s, nonest=nonest, nospace=nospace_args)
[all …]
/libCEED/.github/workflows/
H A Djulia-test-with-style.yml30 - name: Julia test and style
41 …julia --project=.style/ -e 'import Pkg; Pkg.instantiate()' && julia --project=.style/ .style/ceed_…
H A Dc-fortran-test-style.yml1 name: Style
26 - name: C style
H A Drust-test-with-style.yml42 style:
59 - name: Rust style
H A Dpython-test-with-style.yml44 - name: Python style
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md170 This ordering is sometimes referred to as row-major or C-style.
190 ## Style Guide
192 Please check your code for style issues by running
196 In addition to those automatically enforced style rules, libCEED tends to follow the following code…
200 - Function and method names: `PascalCase` or language specific style
201 - Type names: `PascalCase` or language specific style
202 - Constant names: `CAPS_SNAKE_CASE` or language specific style
214 ### Style subsection
215 Functions should adhere mostly to the PETSc function style, specifically:
233 6. In libCEED functions, variables must be declared at the beginning of the code block (C90 style),…
H A Dconf.py112 # The name of the Pygments (syntax highlighting) style to use.
147 # Add any paths that contain custom static files (such as style sheets) here,
203 \usepackage[math-style=ISO,bold-style=ISO]{unicode-math}
/libCEED/rust/libceed/
H A DREADME.md3 …ions/workflows/rust-test-with-style.yml/badge.svg)](https://github.com/CEED/libCEED/actions/workfl…
/libCEED/
H A DDoxyfile206 # first line (until the first dot) of a Javadoc-style comment as the brief
207 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
208 # style comments (thus requiring an explicit @brief command for a brief
217 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
218 # Javadoc-style will behave just like regular comments and it will not be
225 # line (until the first dot) of a Qt-style comment as the brief description. If
226 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
805 # For LaTeX the style of the bibliography can be controlled using
1274 # To get valid HTML the header file that includes any scripts and style sheets
1300 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
[all …]
H A DREADME.md49 The library attempts to automatically detect support for the AVX instruction set using gcc-style co…
62 if your compiler does not support gcc-style options, if you are cross compiling, etc.
H A DMakefile930 # Style/Format
932 CLANG_FORMAT_OPTS += -style=file -i
/libCEED/examples/fluids/postprocess/
H A Dvortexshedding.py25 sns.set_theme(style="ticks")
/libCEED/examples/deal.II/
H A D.clang-format2 # The clang-format (Clang 11) style file used by deal.II.
/libCEED/examples/python/
H A Dtutorial-3-basis.ipynb57 "plt.style.use('ggplot')\n",
/libCEED/examples/fluids/src/
H A Dmisc.c123 …token == FLUIDS_FILE_TOKEN) { // New style format; we're reading a file with step number and time… in LoadFluidsBinaryVec()
/libCEED/include/ceed/
H A Dceed.h132 /// @param ... printf-style format string followed by arguments as needed
/libCEED/rust/libceed-sys/c-src/
H A DMakefile930 # Style/Format
932 CLANG_FORMAT_OPTS += -style=file -i
/libCEED/examples/petsc/
H A Dbpsraw.c91 if (0) { // This is the C-style (i,j,k) ordering that I prefer in CreateRestriction()

12