Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 26) sorted by relevance

12

/libCEED/
H A D.gitignore54 # Clang GPU temp files
57 # Output files, videos, and compressed archives should not be added accidentally
90 libCEED.files
93 # latex output files
99 # profiling files
H A DDoxyfile75 # and will distribute the generated files over these directories. Enabling this
76 # option can be useful when feeding doxygen a huge amount of source files, where
77 # putting all generated files in the same directory would otherwise causes
96 # characters to appear in the names of generated files. If set to NO, non-ASCII
171 # before files name in the file list and in the header files. If set to NO the
324 # Doxygen selects the parser to use depending on the extension of the files it
333 # default for Fortran type files). For instance to make doxygen treat .inc files
334 # as Fortran files (default is PHP), and .f files as C (default is Fortran),
337 # Note: For files without extension you can use no_extension as a placeholder.
340 # the files are not read by doxygen. When specifying no_extension you should add
[all …]
H A DMakefile936 …(wildcard tests/t*-f.h) $(wildcard examples/ceed/ex*-f.h), $(shell git ls-files '*.[ch]pp' '*.[ch]…
937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
938 …/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $(shell git ls-files '*.md' '*.f90'))
H A DREADME.md492 See files LICENSE and NOTICE for details.
/libCEED/python/tests/
H A DREADME.md3 These files provide libCEED for Python tests. Full examples of finite element
20 `python setup-qfunctions.py build`. The files `test-4-qfunction.py` and
H A Dsetup.cfg2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/benchmarks/
H A DREADME.md23 The results from the benchmarks are written to files named `*-output.txt`.
45 Note that the `postprocess-*.py` scripts can read multiple files at a time just
46 by listing them on the command line and also read the standard input if no files
H A Dpostprocess_base.py18 def read_logs(files=None): argument
35 for line in fileinput.input(files):
/libCEED/julia/LibCEED.jl/gen/
H A Dgenerator.jl4 # libCEED include dir and header files
/libCEED/doc/
H A DREADME.md20 … depends on Doxygen's XML output (via the `breathe` plugin). Build these files in the `xml/` dire…
26 If you are editing documentation, such as the reStructuredText files in `doc/sphinx/source`, you ca…
/libCEED/doc/sphinx/source/
H A Dgpu.md13 The entire contents of this source file and all included files are used during JiT compilation for …
18 All source files must be at the provided filepath at runtime for JiT to function.
H A DlibCEEDdev.md10 The basic implementation of these functions should typically be placed in `/interface/*.c` files.
15 The basic implementation of these functions should also be placed in `/interface/*.c` files.
206 Also, documentation files should have one sentence per line to help make git diffs clearer and less…
281 Header inclusion for source files should follow the principal of 'include what you use' rather than…
288 Header files should be listed in alphabetical order, with installed headers preceding local headers…
H A Dreleasenotes.md15 …- Add `CEED_RUNNING_JIT_PASS` compiler definition for wrapping header files that device JiT compil…
16 …ould now prefer `#include <ceed/types.h>` rather than `#include <ceed.h>` in QFunction source files
153 - Install JiT source files in install directory to fix GPU functionality for installed libCEED.
182 …de "relative/path/local-file.h"` statements for additional local files. Note that files included w…
186 - Added {c:func}`CeedPathConcatenate` to facilitate loading kernel source files with a path relativ…
196 - Put GPU JiTed kernel source code into separate files.
H A DlibCEEDapi.md263 For full support across all backends, these {ref}`CeedQFunction` source files must only contain con…
/libCEED/examples/python/
H A Dex_common.py237 for root, dirs, files in os.walk(path):
238 if name in files:
/libCEED/examples/deal.II/
H A D.clang-format135 # make sure that "../tests.h" appears before all other local include files
136 # such that replacing Assert in tests also applies to the testing header files.
/libCEED/tests/junit-xml/
H A DLICENSE.txt6 of this software and associated documentation files (the "Software"), to deal
/libCEED/tests/
H A Dt320-basis-f.h2 ! All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/include/ceed/
H A Dfortran.h2 ! All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
/libCEED/backends/magma/tuning/
H A DREADME.md8 header files called `<ARCH>_rtc.h`, where `<ARCH>` is the GPU name, as well as a
/libCEED/examples/nek/
H A DSIZE.in3 C reserved. See files LICENSE and NOTICE for details.
/libCEED/examples/fluids/
H A DREADME.md87 …- Checkpoints include VTK (`*.vtu`) files for visualization. Consider `-ts_monitor_solution`instea…
95 - Output directory for binary checkpoints and VTK files (if enabled).
99 - Whether to add step numbers to output binary files
/libCEED/rust/libceed-sys/c-src/
H A DMakefile936 …(wildcard tests/t*-f.h) $(wildcard examples/ceed/ex*-f.h), $(shell git ls-files '*.[ch]pp' '*.[ch]…
937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
938 …/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $(shell git ls-files '*.md' '*.f90'))
/libCEED/doc/papers/joss/
H A Dpaper.md135 …vel interface, which is generated automatically from `libCEED`'s C header files, and a high-level …
137 The Rust interface also wraps automatically-generated bindings from the `libCEED` C header files, o…
/libCEED/examples/nek/bps/
H A Dbps.usr2 C All Rights Reserved. See the top-level COPYRIGHT and NOTICE files for details.

12