Home
last modified time | relevance | path

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

/honee/include/
H A Dbc_definition.h50 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ argument
51 PetscOptionsBCDefinition_Private(PetscOptionsObject, opt, text, man, name, bc_def, set)
52 …Private(PetscOptionItems PetscOptionsObject, const char opt[], const char text[], const char man[],
/honee/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)
/honee/doc/
H A Dtheory.md59 \end{pmatrix}}_{\bm F_{\text{adv}}} +
64 \end{pmatrix}}_{\bm F_{\text{diff}}},\\
186 …+ \int_{\Omega} \nabla\bm v \tcolon\left(\frac{\partial \bm F_{\text{adv}}}{\partial \bm q}\right)…
203 …+ \int_{\Omega} \nabla\bm v \tcolon\left(\frac{\partial \bm F_{\text{adv}}}{\partial \bm q}\right)…
211 The SUPG technique and the operator $\frac{\partial \bm F_{\text{adv}}}{\partial \bm q}$ (rather th…
212 The forward variational form can be readily expressed by differentiating $\bm F_{\text{adv}}$ of {e…
216 \diff\bm F_{\text{adv}}(\diff\bm q; \bm q) &= \frac{\partial \bm F_{\text{adv}}}{\partial \bm q} \d…
313 \tau_{ii} = c_{\tau} \frac{2 \xi(\mathrm{Pe})}{(\lambda_{\max \text{abs}})_i \lVert \nabla_{x_i} \b…
317 …\bm F_{\text{adv}}}{\partial \bm q} \cdot \hat{\bm n}_i$ in each direction $i$ is a $5\times 5$ ma…
329 \lambda_{\max \text{abs}} \Bigl( \frac{\partial \bm F_{\text{adv}}}{\partial \bm q} \cdot \hat{\bm …
[all …]
/honee/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
111 of the following places: within a NOTICE text file distributed
119 or as an addendum to the NOTICE text from the Work, provided
183 the brackets!) The text should be enclosed in the appropriate
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
642 # append additional text to a page's title, such as Class Reference. If set to
907 # can produce. The string should contain the $file, $line, and $text tags, which
909 # and the warning text. Optionally the format may contain $version, which will
[all …]
/honee/src/
H A Dbc_definition.c211 …Private(PetscOptionItems PetscOptionsObject, const char opt[], const char text[], const char man[], in PetscOptionsBCDefinition_Private() argument
216 PetscCall(PetscOptionsIntArray(opt, text, man, label_values, &num_label_values, set)); in PetscOptionsBCDefinition_Private()