| /libCEED/examples/fluids/include/ |
| H A D | bc_definition.h | 35 #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__.py | 164 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 D | bc_definition.c | 94 …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 D | index.md | 20 {\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 D | README.md | 216 …- $5 \cdot 10^4 \,\mathrm{kg}\, \mathrm m^{-2} \, \mathrm s^{-2} \cdot (\text{volume} \, \mathrm m…
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 14 Base.show(io::IO, ::MIME"text/plain", c::Context) =
|
| H A D | Ceed.jl | 67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView)
|
| H A D | Operator.jl | 18 Base.show(io::IO, ::MIME"text/plain", op::Operator) = ceed_show(io, op, C.CeedOperatorView)
|
| H A D | QFunction.jl | 31 Base.show(io::IO, ::MIME"text/plain", qf::QFunction) =
|
| H A D | CeedVector.jl | 41 function Base.show(io::IO, ::MIME"text/plain", v::CeedVector)
|
| H A D | ElemRestriction.jl | 31 Base.show(io::IO, ::MIME"text/plain", e::ElemRestriction) =
|
| H A D | Basis.jl | 36 Base.show(io::IO, ::MIME"text/plain", b::Basis) = ceed_show(io, b, C.CeedBasisView)
|
| /libCEED/examples/python/ |
| H A D | tutorial-4-qfunction.ipynb | 40 "![alt text][QFunctionSchematic]\n", 202 "mimetype": "text/x-python",
|
| H A D | tutorial-6-shell.ipynb | 178 "text": [ 269 "text": [ 314 "mimetype": "text/x-python",
|
| H A D | tutorial-0-ceed.ipynb | 118 "mimetype": "text/x-python",
|
| H A D | tutorial-1-vector.ipynb | 242 "mimetype": "text/x-python",
|
| H A D | tutorial-5-operator.ipynb | 234 "mimetype": "text/x-python",
|
| H A D | tutorial-3-basis.ipynb | 327 "mimetype": "text/x-python",
|
| H A D | tutorial-2-elemrestriction.ipynb | 356 "mimetype": "text/x-python",
|
| /libCEED/doc/ |
| H A D | README.md | 16 …aTeX (for printable PDF versions), ePub, Texinfo, manual pages, and plain text. Sphinx comes with …
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 57 \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 D | runtests.jl | 5 showstr(x) = sprint(show, MIME("text/plain"), x) 360 show(ctxdata.io, MIME("text/plain"), ctxdata.x)
|
| /libCEED/ |
| H A D | Doxyfile | 6 # 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 D | releasenotes.md | 59 - 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…
|