Searched refs:set (Results 1 – 9 of 9) 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 85 # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every 91 # This tag requires that the tag CREATE_SUBDIRS is set to YES. 95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 96 # characters to appear in the names of generated files. If set to NO, non-ASCII 118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 162 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
| H A D | README.md | 56 The environment variables `CEED_DIR`, `PETSC_DIR`, and `PETSC_ARCH` must be set to build HONEE.
|
| /honee/include/ |
| H A D | bc_definition.h | 50 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ argument 51 PetscOptionsBCDefinition_Private(PetscOptionsObject, opt, text, man, name, bc_def, set) 53 … const char name[], BCDefinition *bc_def, PetscBool *set);
|
| /honee/src/ |
| H A D | honee-file.c | 79 PetscBool set; in HoneeLoadInitialCondition() local 92 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, solution_time, &set)); in HoneeLoadInitialCondition() 93 if (!set) PetscCall(PetscPrintf(comm, "WARNING: Couldn't find solution time in file\n")); in HoneeLoadInitialCondition() 94 PetscCall(PetscViewerCGNSGetSolutionIteration(viewer, solution_steps, &set)); in HoneeLoadInitialCondition() 95 if (!set) { // Based on assumption that solution name of has form "FlowSolutionXXX" in HoneeLoadInitialCondition()
|
| H A D | bc_definition.c | 212 … const char name[], BCDefinition *bc_def, PetscBool *set) { in PetscOptionsBCDefinition_Private() argument 216 PetscCall(PetscOptionsIntArray(opt, text, man, label_values, &num_label_values, set)); in PetscOptionsBCDefinition_Private()
|
| /honee/doc/ |
| H A D | examples.md | 300 At the inflow, the velocity is prescribed by the Blasius soution profile, density is set constant, … 301 Using `weakT: true`, density is allowed to float and temperature is set constant. 302 At the outlet, a user-set pressure is used for pressure in the inviscid flux terms (all other invis… 497 $\beta$ is a tuning parameter set between 1 (smoother shocks) and 2 (sharper shocks). The parameter… 509 The constant $C_{YZB}$ is set to 0.1 for piecewise linear elements in the current implementation. L… 568 This case has a linear velocity profile with only the y component set: $u_y = y / L_y$. 582 …bubble ICs, but uses a cosine wave to define the bubble and it's radius is set to half the width o… 599 …This initial condition features a linear profile in the y direction up to a height set by the user. 765 Note that the wave frequency, velocity direction, and domain size are set specifically to allow bi-…
|
| H A D | auxiliary.md | 23 If isoperiodicity is set, the periodic face is extracted as the spanwise statistics mesh. 63 At the beginning of each simulation, the time integral of a statistic is set to 0, $\overline{\phi}… 207 This is set via `-diff_filter_grid_based_width`. 258 $\beta$ can be set via `-diff_filter_kernel_scaling`. 329 This is set by `-smartsim_collocated_num_ranks`. 395 It's necessary to know how many ranks are associated with each collocated database, which is set by…
|
| H A D | theory.md | 307 The scaling coefficients are set via `-Ctau_t`, `-Ctau_a`, and `-Ctau_d`, respectively. 318 The complete set of eigenvalues of the Euler flux Jacobian in direction $i$ are (e.g., {cite}`toro2… 411 For implicit LES, the subgrid stress is set to zero and the numerical properties of the discretized… 436 The slope parameter for the Leaky ReLU function is set via `-sgs_model_dd_leakyrelu_alpha`. 454 To use the fused mode, set `-sgs_model_dd_implementation fused`. 525 Here, we define the number of wavemodes $N$, set of random numbers $ \{\bm{\sigma}^n, \bm{d}^n, \ph… 534 The set of wavemode frequencies is defined by a geometric distribution: 622 The `STGRand.dat` file is the table of the random number set, $\{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_… 647 To use the STG boundary condition, the `-bc_inflow` option should be set to the boundary faces that… 724 …al to `-reference_pressure` flag, with an optional flag `-idl_pressure` to set it to a different v…
|
| /honee/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 297 xml_element.set(key, str(value))
|