| /libCEED/ |
| 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 | 47 … by all languages (C, C++, Fortran) and this makefile variable can also be set for testing and exa… 49 The library attempts to automatically detect support for the AVX instruction set using gcc-style co… 216 …set to `../magma`; to build the MAGMA backends with a MAGMA installation located elsewhere, create… 219 The corresponding set of libCEED backends (`/gpu/cuda/magma/*` or `/gpu/hip/magma/*`) will automati… 237 To build the examples, set the `MFEM_DIR`, `PETSC_DIR` (and optionally `PETSC_ARCH`), and `NEK5K_DI… 344 Using the `benchmarks` target runs a comprehensive set of benchmarks which may take some time to ru… 370 …CC` and `CFLAGS` are used, and optimization flags for all languages can be set using the likes of … 384 …dbn/pkg-config-guide.html#faq), if `$prefix` is a standard location or you set the environment var…
|
| /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) 38 … const char name[], BCDefinition *bc_def, PetscBool *set);
|
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 106 PetscBool set = false; in ProcessCommandLineOptions() local 107 …name, "Traction vector for constrained face", NULL, app_ctx->bc_traction_vector[i], &max_n, &set)); in ProcessCommandLineOptions() 109 …if (!set) SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Traction vector must be set for all traction bo… in ProcessCommandLineOptions() 134 PetscBool set; in ProcessCommandLineOptions() local 137 energy_viewer_filename, sizeof(energy_viewer_filename), &set)); in ProcessCommandLineOptions() 138 if (set) { in ProcessCommandLineOptions()
|
| /libCEED/backends/avx/ |
| H A D | ceed-avx-tensor.c | 17 #define set _mm256_set_pd macro 29 #define set _mm_set_ps macro 127 if (C - c == 1) tqu = set(0.0, 0.0, 0.0, u[(a * B + b) * C + c + 0]); in CeedTensorContract_Avx_Remainder() 128 … else if (C - c == 2) tqu = set(0.0, 0.0, u[(a * B + b) * C + c + 1], u[(a * B + b) * C + c + 0]); in CeedTensorContract_Avx_Remainder() 129 …else if (C - c == 3) tqu = set(0.0, u[(a * B + b) * C + c + 2], u[(a * B + b) * C + c + 1], u[(a *… in CeedTensorContract_Avx_Remainder() 173 …rtype tqv = set(t[(j + jj * 4 + 3) * t_stride_0 + b * t_stride_1], t[(j + jj * 4 + 2) * t_stride_0… in CeedTensorContract_Avx_Single() 197 …rtype tqv = set(t[(j + jj * 4 + 3) * t_stride_0 + b * t_stride_1], t[(j + jj * 4 + 2) * t_stride_0… in CeedTensorContract_Avx_Single() 223 tqv = set(0.0, 0.0, 0.0, t[(j + 0) * t_stride_0 + b * t_stride_1]); in CeedTensorContract_Avx_Single() 225 …tqv = set(0.0, 0.0, t[(j + 1) * t_stride_0 + b * t_stride_1], t[(j + 0) * t_stride_0 + b * t_strid… in CeedTensorContract_Avx_Single() 228 …set(0.0, t[(j + 2) * t_stride_0 + b * t_stride_1], t[(j + 1) * t_stride_0 + b * t_stride_1], t[(j … in CeedTensorContract_Avx_Single() [all …]
|
| /libCEED/examples/fluids/src/ |
| H A D | bc_definition.c | 95 … const char name[], BCDefinition *bc_def, PetscBool *set) { in PetscOptionsBCDefinition_Private() argument 99 PetscCall(PetscOptionsIntArray(opt, text, man, label_values, &num_label_values, set)); in PetscOptionsBCDefinition_Private()
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 13 In addition to the common arguments, the following arguments may be set: 25 In addition to the common arguments, the following arguments may be set: 50 In addition to the common arguments, the following arguments may be set:
|
| H A D | bps.c | 390 PetscBool set; in main() local 391 …CEED benchmark problem to solve", NULL, bp_types, (PetscEnum *)bp_choices, &num_bp_choices, &set)); in main() 392 if (!set) { in main() 412 PetscBool set; in main() local 413 …CEED resource specifier (comma-separated list)", NULL, ceed_resources, &num_ceed_resources, &set)); in main() 414 if (!set) { in main()
|
| /libCEED/examples/solids/ |
| H A D | README.md | 48 …- List of face sets on which to set traction boundary conditions with the traction vector `-bc_tra… 62 With the sidesets defined in the figure, we provide here an example of a minimal set of command lin… 68 In this example, we set the left boundary, face set $999$, to zero displacement and the right bound… 85 …are the minimum requirements to run the mini-app, but additional options may also be set as follows
|
| /libCEED/examples/deal.II/ |
| H A D | CMakeLists.txt | 10 "or set an environment variable \"DEAL_II_DIR\" that contains this path."
|
| /libCEED/examples/nek/ |
| H A D | README.md | 7 For example, you could set 30 To build the examples without MPI, set the environment variable `MPI=0`.
|
| /libCEED/benchmarks/ |
| H A D | postprocess_plot.py | 112 for nun in set([e[0] for e in d])] 138 for nun in set([e[0] for e in d])]
|
| H A D | README.md | 28 variables can be set on the command line:
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDdev.md | 12 …responding `CEED_FTABLE_ENTRY` in `/interface/ceed.c` to allow backends to set their own implement… 13 …ation of the specific method and calls {c:func}`CeedSetBackendFunction` to set this implementation… 27 1. Delegation - Developers may use {c:func}`CeedSetDelegate` to set a general delegate {ref}`Ceed` … 31 2. Object delegation - Developers may use {c:func}`CeedSetObjectDelegate` to set a delegate {ref}`… 35 3. Operator fallback - Developers may use {c:func}`CeedSetOperatorFallbackCeed` to set a {ref}`Ceed… 37 …Like the delegates above, this fallback {ref}`Ceed` object should be created and set in the backen… 117 Backends are responsible for freeing 'owned' memory; 'borrowed' memory is set by the user and backe… 122 To repair an *invalid state*, the user must set valid data by calling {c:func}`CeedVectorSetValue`,… 129 …- {ref}`CeedVector` access to borrowed memory is set with {c:func}`CeedVectorSetArray` with `copy_… 136 …- Owned memory can be set by calling {c:func}`CeedVectorSetArray` with `copy_mode = CEED_OWN_POINT… [all …]
|
| H A D | precision.md | 5 Users wishing to set {code}`CeedScalar` to single precision should edit `include/ceed/types.h` and …
|
| H A D | gpu.md | 10 The filepath may also be a relative path with respect to a root directory set with {c:func}`CeedAdd…
|
| H A D | releasenotes.md | 27 - Allow user to set additional compiler options for CUDA and HIP JiT. 28 …set with `CeedAddJitSourceRoot(ceed, "foo/bar")` will be used to set `-Ifoo/bar` and defines set w… 180 - `CeedScalar` can now be set as `float` or `double` at compile time. 267 …ray` when the {code}`CeedVector` has an array owned by the caller that was set by {c:func}`CeedVec… 589 release. This initial integration set up the framework of using MAGMA and provided the 674 Initial low-level API of the CEED project. The low-level API provides a set of Finite
|
| /libCEED/examples/python/ |
| H A D | tutorial-1-vector.ipynb | 77 …e the data stored in a `libceed.Vector` with a `numpy.array` and use it to set and read the `libce… 102 …"* In the following example, we set all entries to the same value and then visualize the `libceed.… 123 "* In the following example, we set one vector from the array of another vector"
|
| /libCEED/backends/magma/tuning/ |
| H A D | README.md | 37 `ceed_magma_queue_sync` in `ceed-magma.h` should be set to
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 20 Note that this preference will be set for the currently active Julia environment, and can be differ…
|
| /libCEED/doc/ |
| H A D | README.md | 16 …s), ePub, Texinfo, manual pages, and plain text. Sphinx comes with a broad set of extensions for d…
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 289 Otherwise, $C_a$ is set via `-Ctau_a` and $C_t$ via `-Ctau_t`. 299 The complete set of eigenvalues of the Euler flux Jacobian in direction $i$ are (e.g., {cite}`toro2… 338 If isoperiodicity is set, the periodic face is extracted as the spanwise statistics mesh. 378 At the beginning of each simulation, the time integral of a statistic is set to 0, $\overline{\phi}… 466 This is set via `-diff_filter_grid_based_width`. 517 $\beta$ can be set via `-diff_filter_kernel_scaling`. 600 $\beta$ is a tuning parameter set between 1 (smoother shocks) and 2 (sharper shocks. The parameter … 612 The constant $C_{YZB}$ is set to 0.1 for piecewise linear elements in the current implementation. L… 694 the velocity is prescribed by the Blasius soution profile, density is set 696 allowed to float and temperature is set constant. At the outlet, a user-set [all …]
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 44 …andard path/somewhere that can be found by pkg-config, then you'll need to set `LD_LIBRARY_PATH` t…
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex2-surface.jl | 71 # quadrature data) and set its context data.
|
| H A D | ex1-volume.jl | 68 # quadrature data) and set its context data.
|