Home
last modified time | relevance | path

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

/libCEED/examples/fluids/include/
H A Dbc_definition.h35 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ argument
36 PetscOptionsBCDefinition_Private(PetscOptionsObject, opt, text, man, name, bc_def, set)
37 …Private(PetscOptionItems PetscOptionsObject, const char opt[], const char text[], const char man[],
/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py164 stdout_element.text = decode(self.stdout, encoding)
169 stderr_element.text = decode(self.stderr, encoding)
209 failure_element.text = decode(failure["output"], encoding)
222 error_element.text = decode(error["output"], encoding)
232 skipped_element.text = decode(skipped["output"], encoding)
238 stdout_element.text = decode(case.stdout, encoding)
244 stderr_element.text = decode(case.stderr, encoding)
/libCEED/examples/fluids/src/
H A Dbc_definition.c94 …Private(PetscOptionItems PetscOptionsObject, const char opt[], const char text[], const char man[], in PetscOptionsBCDefinition_Private() argument
99 PetscCall(PetscOptionsIntArray(opt, text, man, label_values, &num_label_values, set)); in PetscOptionsBCDefinition_Private()
/libCEED/examples/solids/
H A Dindex.md20 {\overbrace{\bm S(\bm E)}^{\text{Finite Strain Hyperelastic}}}
21 @>{\text{constitutive}}>{\text{linearization}}>
22 {\overbrace{\bm S = \mathsf C \bm E}^{\text{St. Venant-Kirchoff}}} \\
23 …@V{\text{geometric}}V{\begin{smallmatrix}\bm E \to \bm \epsilon \\ \bm S \to \bm \sigma \end{small…
24 …@V{\begin{smallmatrix}\bm E \to \bm \epsilon \\ \bm S \to \bm \sigma \end{smallmatrix}}V{\text{geo…
25 {\underbrace{\bm \sigma(\bm \epsilon)}_\text{Small Strain Hyperelastic}}
26 @>{\text{constitutive}}>\text{linearization}>
27 {\underbrace{\bm \sigma = \mathsf C \bm \epsilon}_\text{Linear Elastic}}
317 When using the stable choices above, these quantities retain full $\varepsilon_{\text{machine}}$ re…
516 \int_{\Omega_0} \nabla_X \bm v \!:\! \diff\bm P dV = \text{rhs}, \quad \forall \bm v \in \mathcal V…
H A DREADME.md216 …- $5 \cdot 10^4 \,\mathrm{kg}\, \mathrm m^{-2} \, \mathrm s^{-2} \cdot (\text{volume} \, \mathrm m…
/libCEED/julia/LibCEED.jl/src/
H A DContext.jl14 Base.show(io::IO, ::MIME"text/plain", c::Context) =
H A DCeed.jl67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView)
H A DOperator.jl18 Base.show(io::IO, ::MIME"text/plain", op::Operator) = ceed_show(io, op, C.CeedOperatorView)
H A DQFunction.jl31 Base.show(io::IO, ::MIME"text/plain", qf::QFunction) =
H A DCeedVector.jl41 function Base.show(io::IO, ::MIME"text/plain", v::CeedVector)
H A DElemRestriction.jl31 Base.show(io::IO, ::MIME"text/plain", e::ElemRestriction) =
H A DBasis.jl36 Base.show(io::IO, ::MIME"text/plain", b::Basis) = ceed_show(io, b, C.CeedBasisView)
/libCEED/examples/python/
H A Dtutorial-4-qfunction.ipynb40 "![alt text][QFunctionSchematic]\n",
202 "mimetype": "text/x-python",
H A Dtutorial-6-shell.ipynb178 "text": [
269 "text": [
314 "mimetype": "text/x-python",
H A Dtutorial-0-ceed.ipynb118 "mimetype": "text/x-python",
H A Dtutorial-1-vector.ipynb242 "mimetype": "text/x-python",
H A Dtutorial-5-operator.ipynb234 "mimetype": "text/x-python",
H A Dtutorial-3-basis.ipynb327 "mimetype": "text/x-python",
H A Dtutorial-2-elemrestriction.ipynb356 "mimetype": "text/x-python",
/libCEED/doc/
H A DREADME.md16 …aTeX (for printable PDF versions), ePub, Texinfo, manual pages, and plain text. Sphinx comes with …
/libCEED/examples/fluids/
H A Dindex.md57 \end{pmatrix}}_{\bm F_{\text{adv}}} +
62 \end{pmatrix}}_{\bm F_{\text{diff}}},\\
182 …+ \int_{\Omega} \nabla\bm v \tcolon\left(\frac{\partial \bm F_{\text{adv}}}{\partial \bm q}\right)…
199 …+ \int_{\Omega} \nabla\bm v \tcolon\left(\frac{\partial \bm F_{\text{adv}}}{\partial \bm q}\right)…
207 The SUPG technique and the operator $\frac{\partial \bm F_{\text{adv}}}{\partial \bm q}$ (rather th…
208 The forward variational form can be readily expressed by differentiating $\bm F_{\text{adv}}$ of {e…
212 \diff\bm F_{\text{adv}}(\diff\bm q; \bm q) &= \frac{\partial \bm F_{\text{adv}}}{\partial \bm q} \d…
294 \tau_{ii} = c_{\tau} \frac{2 \xi(\mathrm{Pe})}{(\lambda_{\max \text{abs}})_i \lVert \nabla_{x_i} \b…
298 …\bm F_{\text{adv}}}{\partial \bm q} \cdot \hat{\bm n}_i$ in each direction $i$ is a $5\times 5$ ma…
310 \lambda_{\max \text{abs}} \Bigl( \frac{\partial \bm F_{\text{adv}}}{\partial \bm q} \cdot \hat{\bm …
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl5 showstr(x) = sprint(show, MIME("text/plain"), x)
360 show(ctxdata.io, MIME("text/plain"), ctxdata.x)
/libCEED/
H A DDoxyfile6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
135 # used to form the text in various listings. Each string in this list, if found
136 # as the leading text of the brief description, will be stripped from the text
138 # text. Otherwise, the brief description is used as-is. If left blank, the
244 # By default Python docstrings are displayed as preformatted text and doxygen's
623 # append additional text to a page's title, such as Class Reference. If set to
873 # can produce. The string should contain the $file, $line, and $text tags, which
875 # and the warning text. Optionally the format may contain $version, which will
[all …]
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md59 - Added support for non-tensor $H(\text{curl})$ finite element spaces with {c:func}`CeedBasisCreate…
60 …ing more general element transformations such as those for high-order $H(\text{curl})$ spaces on t…
99 - Improved support for $H(\text{div})$ bases.
187 - Added support for non-tensor $H(\text{div})$ elements, to include CPU backend implementations and…