| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 172 for case in self.test_cases: 174 test_case_attributes["name"] = decode(case.name, encoding) 175 if case.assertions: 177 test_case_attributes["assertions"] = "%d" % case.assertions 178 if case.elapsed_sec: 179 test_case_attributes["time"] = "%f" % case.elapsed_sec 180 if case.timestamp: 181 test_case_attributes["timestamp"] = decode(case.timestamp, encoding) 182 if case.classname: 183 test_case_attributes["classname"] = decode(case.classname, encoding) [all …]
|
| /libCEED/benchmarks/ |
| H A D | postprocess_plot.py | 57 cases = list(sel_runs.case.unique()) 58 case = cases[0] variable 59 vdim = 1 if case == 'scalar' else 3 60 print('Using case:', case) 61 sel_runs = sel_runs.loc[sel_runs['case'] == case]
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | Misc.md | 17 this case, `dim` should be known as a compile-time constant, otherwise it will
|
| H A D | UserQFunctions.md | 96 In this case, all the arrays are simply vectors whose size is equal to the 107 this case $B$ represents the basis gradient matrix, and $D$ represents
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 26 …your feature branch) unless there is a specific reason to do so, in which case you should explain … 61 …gnificance of support/advice you may have received in developing your use case and interpreting re…
|
| H A D | Doxyfile | 331 # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser 353 # case of backward compatibilities issues. 403 # type. If this is not the case, or you want to show the methods anyway, you 459 # useful for C code in case the coding convention dictates that all compound 599 # able to match the capabilities of the underlying filesystem. In case the 600 # filesystem is case sensitive (i.e. it supports files in the same directory 602 # deal with such files in case they appear in the input. For filesystems that 603 # are not case sensitive the option should be set to NO to properly deal with 895 # error (stderr). In case the file specified cannot be opened for writing the 1088 # commands (so in case of a Windows batch file always use @echo OFF), should be [all …]
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 26 …your feature branch) unless there is a specific reason to do so, in which case you should explain … 61 …gnificance of support/advice you may have received in developing your use case and interpreting re…
|
| H A D | libCEEDapi.md | 51 This is illustrated below for the simple case of symmetric linear operator on third order ($Q_3$) s… 68 Note that in the case of adaptive mesh refinement (AMR), the restrictions $\bm{P}$ and $\bm{\mathca… 101 - In the case of AMR with hanging nodes (giving rise to hanging DoFs): 111 - In the case of variable order spaces: 113 … on the higher-order side of a face/edge) can be treated just like the hanging/dependent DoFs case. 244 …gical devices driving the same resource (though performance may suffer in case of oversubscription… 247 The `setup` routine above computes and stores $\bm{D}$, in this case a scalar value in each quadrat…
|
| H A D | intro.md | 5 Nowadays, high-order numerical methods, such as the spectral element method (SEM)---a special case …
|
| H A D | libCEEDdev.md | 105 …tor layout; however, the `t2**` tests will not function correctly in this case and these tests wil… 138 The user is responsible for manually setting the contents of the array in this case.
|
| H A D | releasenotes.md | 249 - {ref}`example-petsc-navier-stokes` example updated with isentropic traveling vortex test case, an…
|
| /libCEED/examples/nek/ |
| H A D | README.md | 52 -b|-box Box case in boxes sub-directory found along with this script (default: 2x2x2)
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 41 Create a test suite, add a test case, and print it to the screen:
|
| /libCEED/examples/python/ |
| H A D | tutorial-6-shell.ipynb | 207 …he domain Ω. The option `-g` specifies that the mass operator is, in this case, selected from a ga… 298 …main Ω. The option `-g` specifies that the Laplace's operator is, in this case, selected from a ga…
|
| H A D | tutorial-2-elemrestriction.ipynb | 292 "# Intermediate logical representation (extraction of block1 only in this case):\n",
|
| /libCEED/examples/solids/ |
| H A D | index.md | 7 As for the {ref}`example-petsc-navier-stokes` case, the solid mechanics elasticity example has been… 73 …of a tensor-valued input, but we will consider the more general nonlinear case in other models bel… 266 …rmations, express $\bm S$ as a function of $\bm E$, similar to the linear case, shown in equation … 307 Similarly, it is preferable to compute $\log J$ using `log1p`, especially in case of nearly incompr… 328 We differentiate $\Phi$ as in the Neo-Hookean case {eq}`neo-hookean-stress` to yield the second Pio… 525 In the case where complete linearization is preferred, note the symmetry $\mathsf C_{IJKL} = \maths…
|
| /libCEED/julia/LibCEED.jl/.style/ |
| H A D | ceed_style.jl | 125 # In this case we need to surround the dot operator with whitespace
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 169 …ler equations and (low-viscosity/poorly resolved) Navier-Stokes, in which case stabilization is ne… 325 Denote $\langle \phi \rangle$ as the Reynolds average of $\phi$, which in this case would be a aver… 398 The average is always over the bounds $[T_0, T_f]$, where $T_f$ in this case would be the time the … 484 In the case of $\bm{\Delta}$ being defined as homogenous, $\bm{D}\bm{\Delta}$ means that $\bm{D}$ e… 529 In this particular test case, a blob of total energy (defined by a characteristic radius $r_c$) is … 533 In this case, a uniform circular velocity field transports the blob of total energy. 538 …In this case, a background wind with a constant rectilinear velocity field, enters the domain and … 580 …ased on Sod's Shock Tube (from{cite}`sodshocktubewiki`), a canonical test case for discontinuity c… 617 This test case is taken/inspired by that presented in {cite}`mengaldoCompressibleBC2014`. It is int… 636 This test case, based on {cite}`shakib1991femcfd`, is an example of using an externally provided me…
|
| H A D | README.md | 187 For the case of a square/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflo…
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 909 if (nid.eq.0) write(6,1) 'case scalar:' 944 if (nid.eq.0) write(6,1) 'case scalar:' 979 if (nid.eq.0) write(6,1) 'case scalar:' 1231 if (nid.eq.0) write(6,1) 'case scalar:' 1266 if (nid.eq.0) write(6,1) 'case scalar:' 1301 if (nid.eq.0) write(6,1) 'case scalar:'
|
| /libCEED/examples/petsc/ |
| H A D | index.md | 76 In the case of a linear element the two nodes, $p_0$ and $p_1$, marked by red crosses, coincide wit…
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 127 (in this case representing a Laplacian) on element resolution, topology, and basis degree.\label{fi…
|