Searched full:then (Results 1 – 20 of 20) sorted by relevance
| /honee/ |
| H A D | Doxyfile | 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 205 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the 214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line 224 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 252 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 258 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new 289 # only. Doxygen will then generate output that is more tailored for C. For 297 # Python sources only. Doxygen will then generate output that is more tailored 305 # sources. Doxygen will then generate output that is tailored for Fortran. [all …]
|
| H A D | common.mk | 10 color_out = @if [ -t 1 ]; then \
|
| H A D | .gitlab-ci.yml | 142 if [ -f .SUCCESS ]; then 203 if [ -f .SUCCESS ]; then 263 if [ -f .SUCCESS ]; then 322 # if [ -f .SUCCESS ]; then 327 # if [ -f .SUCCESS ]; then 382 if [ -f .SUCCESS ]; then
|
| H A D | LICENSE-APACHE | 85 or contributory patent infringement, then any patent licenses 107 distribution, then any Derivative Works that You distribute must
|
| H A D | Makefile | 392 …fig/BuildSystem/config/packages | grep 'origin/' ; if [[ "$$?" == "0" ]]; then echo "Error: Do not… 417 …RC} | grep -v PETSC_ERR | grep " if " | grep -v "__VA_ARGS__" | grep -v "then;" | grep -v flow.c … 421 …ITSRC} | grep -v 'PetscUnlikelyDebug' | grep -v 'petscerror.h' | grep -v "then;" | grep -v "__VA_A… 457 if [ $$l -gt 0 ] ; then \ 466 if [ $$w -gt 0 ] ; then \
|
| /honee/include/ |
| H A D | petsc-ceed.h | 22 @brief Calls a libCEED function and then checks the resulting error code. 23 If the error code is non-zero, then a PETSc error is set with the libCEED error message.
|
| /honee/examples/ |
| H A D | conv_test.sh | 36 if ! [[ -z ${run_flags[$arg]} ]]; then 47 if [ ${count} != 0 ]; then
|
| /honee/src/ |
| H A D | honee-meshtransform.c | 50 …hin `refine_height` with a geometric growth ratio of `growth`. Excess elements are then distributed 56 * If `node_locs` is not NULL, then the nodes will be placed at `node_locs` locations. 57 …* If it is NULL, then the modified coordinate values will be set in the array, along with `num_nod…
|
| H A D | petsc_ops.c | 297 * If `Amat` is to be assembled, then `Pmat` is equal to `Amat`. 299 …* If `Amat` uses `mat_ceed`, then `Pmat` is either assembled or uses `mat_ceed` based on the preco…
|
| H A D | bc_definition.c | 141 …ional object that provides the prefix for the options database (if `NULL` then the prefix in `bc_d…
|
| /honee/doc/ |
| H A D | auxiliary.md | 19 To discuss the details of the implementation we'll first discuss the spanwise integral, then the te… 68 When stats are written out to file, this running sum is then divided by $T_f - T_0$ to get the time… 214 The definition for $\bm{D}$ then becomes 242 Under these assumptions, $\bm{D}$ then becomes: 314 HONEE will periodically place data into an in-memory database and a separate process can then read …
|
| H A D | theory.md | 352 Here, $\bm F_{\text{diff}}$ is $L^2$ projected onto the finite element space and then the divergenc… 356 These 12 scalar finite element functions' derivatives are then evaluated at quadrature points and t… 361 Then $\nabla \cdot \bm F_{\text{diff}}$ itself is a function on the finite element space and can be… 432 …$L^2$ projection of the velocity gradient and grid anisotropy tensor, and then interpolated onto q… 464 …e inference on host while using a GPU libCEED backend (e.g. `/gpu/cuda`), then host-to-device tran… 510 Below follows a re-description of the formulation to match the present notation, and then a descrip… 611 The spatially-varying terms are then evaluated at each quadrature point on-the-fly, either by inter… 614 These values are then interpolated to a physical location (node or quadrature point). It has the fo… 648 The `-stg_use` flag is then used to enable/disable applying STG to those faces.
|
| H A D | examples.md | 96 Then run by building the executable and running: 246 …e node distribution is defined at the inlet (assumed to be $\min(x)$) and then linearly stretched/… 249 The remaining elements are then distributed from `-platemesh_refine_height` to the top of the domai… 255 If this flag is given an empty string, then the algorithmic approach will be performed. 569 It starts at 0 for $y=0$ and then increases to 1 at the top of the domain.
|
| /honee/qfunctions/ |
| H A D | stg_shur14.h | 9 /// Then STGShur14_CalcQF is run over quadrature points. 27 * If wall_dist > prof_wd[-1], then the interpolation takes the values at prof_wd[-1] 330 * at each location, then calculate the actual velocity.
|
| H A D | densitycurrent.h | 31 // These initial conditions are given in terms of potential temperature and Exner pressure and then…
|
| H A D | utils_eigensolver_jacobi.h | 127 /// If so, then update max_idx_row for that row. 262 /// If the return value is not strictly > 0 then convergence failed.
|
| H A D | utils.h | 565 Given gradient array G_{ij} and inverse element mapping X_{ij}, then the divergence is 585 Given gradient array G_{ij} and inverse element mapping X_{ij}, then the divergence is
|
| H A D | advection.h | 26 // increases to (1.-r/rc), then 0. everywhere else 44 // increases to (1.-r/rc), then 0. everywhere else
|
| H A D | eulervortex.h | 89 // Solve for rho, then substitute for P in Exact_Euler()
|
| /honee/problems/ |
| H A D | bc_freestream.c | 182 // If S < threshold, then set S=1
|