Searched refs:header (Results 1 – 15 of 15) sorted by relevance
| /libCEED/python/ |
| H A D | build_ceed_cffi.py | 78 header = '\n'.join(lines) variable 79 header = header.split("static inline CeedInt CeedIntPow", 1)[0] variable 80 header += '\nextern int CeedVectorGetState(CeedVector, uint64_t*);' 81 header += '\nextern int CeedElemRestrictionGetLLayout(CeedElemRestriction, CeedInt layout[3]);' 82 header += '\nextern int CeedElemRestrictionGetELayout(CeedElemRestriction, CeedInt layout[3]);' 85 header = re.sub("va_list", "const char *", header) variable 87 ffibuilder.cdef(header)
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.jl | 4 # libCEED include dir and header files 7 headers = [joinpath(include_dir, header) for header in header_files]
|
| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 62 header=None, 128 …rows = data.loc[data["TRANS"] == 1].to_string(header=False, index=False, justify="right", columns=[ 142 …rows = data.loc[data["TRANS"] == 0].to_string(header=False, index=False, justify="right", columns=[
|
| H A D | README.md | 8 header files called `<ARCH>_rtc.h`, where `<ARCH>` is the GPU name, as well as a
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 32 :header-rows: 1 190 :header-rows: 1 213 :header-rows: 1 307 :header-rows: 1 427 :header-rows: 1 476 :header-rows: 1 515 :header-rows: 1 678 :header-rows: 1 737 :header-rows: 1 791 :header-rows: 1 [all …]
|
| /libCEED/examples/solids/ |
| H A D | README.md | 30 :header-rows: 1 88 :header-rows: 1 182 :header-rows: 1 204 :header-rows: 1 229 :header-rows: 1
|
| /libCEED/rust/libceed-sys/ |
| H A D | build.rs | 62 .header("c-src/include/ceed.h") in main()
|
| /libCEED/doc/sphinx/source/ |
| H A D | precision.md | 20 …- **Fortran**: There is no definition of {code}`CeedScalar` available in the Fortran header. The …
|
| H A D | libCEEDdev.md | 9 …ers should place the function definitions for the user facing API in the header `/include/ceed/cee… 14 … the interface or by the backends may be added to the backend API in the header `/include/ceed/bac… 283 …n the source file `foo.c` should be defined in `foo.c`, `foo.h`, or in a header file `#include`d i… 285 …ld be fixed; however this rule is flexible to account for differences in header file organization …
|
| H A D | releasenotes.md | 15 …- Add `CEED_RUNNING_JIT_PASS` compiler definition for wrapping header files that device JiT compil… 432 :header-rows: 1 510 :header-rows: 1 566 :header-rows: 1 613 :header-rows: 1 655 :header-rows: 1
|
| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 136 # such that replacing Assert in tests also applies to the testing header files.
|
| /libCEED/ |
| H A D | Doxyfile | 171 # before files name in the file list and in the header files. If set to NO the 191 # header file to include in order to use a class. If left blank only the name of 192 # the header file containing the class definition is used. Otherwise one should 531 # only classes defined in header files are included. Does not have any effect 1220 # verbatim copy of the header file for each class for which an include is 1239 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag 1270 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for 1272 # standard header. 1274 # To get valid HTML the header file that includes any scripts and style sheets 1277 # default header using [all …]
|
| H A D | README.md | 383 In addition to library and header, libCEED provides a [pkg-config](https://en.wikipedia.org/wiki/Pk…
|
| /libCEED/examples/ |
| H A D | README.md | 21 :header-rows: 1
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 135 …low-level interface, which is generated automatically from `libCEED`'s C header files, and a high-… 137 The Rust interface also wraps automatically-generated bindings from the `libCEED` C header files, o…
|