Home
last modified time | relevance | path

Searched refs:list (Results 1 – 18 of 18) sorted by relevance

/libCEED/examples/solids/problems/
H A Dproblems.h17 #define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) … argument
18 …PetscCall(PetscFunctionListAdd(&list->setupPhysics, name, PhysicsContext_##physics)); …
19 …PetscCall(PetscFunctionListAdd(&list->setupSmootherPhysics, name, PhysicsSmootherContext_##physics…
20 …PetscCall(PetscFunctionListAdd(&list->setupLibceedFineLevel, name, SetupLibceedFineLevel_##fname))…
21 PetscCall(PetscFunctionListAdd(&list->setupLibceedLevel, name, SetupLibceedLevel_##fname));
/libCEED/benchmarks/
H A Dpostprocess_plot.py44 tests = list(sel_runs.test.unique())
57 cases = list(sel_runs.case.unique())
64 codes = list(sel_runs.code.unique())
117 if list(d[:, 1]) != list(d[:, 2]):
142 if list(d[:, 1]) != list(d[:, 2]):
H A DREADME.md12 where the option `-c <specs-list>` specifies a list of libCEED specs to
13 benchmark, `-b <bp-list>` specifies a list of CEED benchmark problems to run,
/libCEED/examples/fluids/
H A DREADME.md31 :::{list-table} Common Runtime Options
115 - Use wall boundary conditions on this list of faces
123 - Use weak slip boundary condition on this list of faces
127 - Use symmetry boundary conditions, for the x component, on this list of faces
131 - Use symmetry boundary conditions, for the y component, on this list of faces
135 - Use symmetry boundary conditions, for the z component, on this list of faces
139 - Use inflow boundary conditions on this list of faces
143 - Use outflow boundary conditions on this list of faces
147 - Use freestream boundary conditions on this list of faces
187 For the case of a square/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflo…
[all …]
/libCEED/examples/solids/
H A DREADME.md29 :::{list-table} Mandatory Runtime Options
43 * - `-bc_clamp [int list]`
47 * - `-bc_traction [int list]`
70 … {code}`-dm_plex_box_faces [int list]`, {code}`-dm_plex_box_upper [real list]`, and {code}`-dm_ple…
87 :::{list-table} Additional Runtime Options
181 :::{list-table} (Non)dimensionalization options
203 :::{list-table} Characteristic units for metals
228 :::{list-table} Diagnostic quantities
/libCEED/julia/LibCEED.jl/
H A DLICENSE10 list of conditions and the following disclaimer.
13 this list of conditions and the following disclaimer in the documentation
/libCEED/
H A DLICENSE10 list of conditions and the following disclaimer.
13 this list of conditions and the following disclaimer in the documentation
H A DDoxyfile34 # https://www.gnu.org/software/libiconv/ for the list of possible encodings.
135 # used to form the text in various listings. Each string in this list, if found
137 # and the result, after processing the whole list, is used as the annotated
171 # before files name in the file list and in the header files. If set to NO the
179 # part of the path. The tag can be used to show relative paths in the file list.
193 # specify the list of include paths that are normally passed to the compiler
290 # instance, some of the names that are used will be different. The list of all
343 # Note see also the list of default file extension mappings.
635 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
648 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
[all …]
H A DRELEASING.md178 1. `cargo package --list --package libceed-sys` and `--package libceed` to see that the file list m…
H A Dcoverage.info446 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-avx.h
459 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-cuda.h
475 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-hip.h
491 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-magma.h
504 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-memcheck.h
517 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-ref.h
528 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-sycl.h
544 SF:/home/jeremy/Dev/libCEED/backends/ceed-backend-list-xsmm.h
4569 SF:/home/jeremy/Dev/libCEED/gallery/ceed-gallery-list.h
H A DREADME.md228 …ating reproducible results, with the proper compilation options, are highlighted in the list above.
/libCEED/examples/python/
H A DREADME.md25 A full list of command-line arguments are shown by adding the command-line argument "--help".
/libCEED/tests/
H A Djunit_common.py68 only: List = field(default_factory=list)
69 args: List = field(default_factory=list)
458 diff_lines: List[str] = list()
516 diff = list(difflib.unified_diff(test_file.read_text().splitlines(keepends=True),
678 diff = list(difflib.unified_diff(ref_stdout.read_text().splitlines(keepends=True),
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl63 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
127 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
195 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of
/libCEED/examples/
H A DREADME.md20 :::{list-table}
/libCEED/doc/sphinx/source/
H A Dintro.md24 … is illustrated in {numref}`fig-libCEED-backends`, where a non-exhaustive list of specialized impl…
H A Dreleasenotes.md431 :::{list-table}
509 :::{list-table}
565 :::{list-table}
612 :::{list-table}
654 :::{list-table}
H A DlibCEEDdev.md246 …esult in @ref CeedInt() printing the current libCEED version number and a list of current availabl…