Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 33) sorted by relevance

12

/libCEED/
H A D.gitignore9 *.so
10 *.so.*
37 *cffi.so
H A DRELEASING.md31 …hub.com/lvc/abi-compliance-checker) is a useful tool, as is `nm -D libceed.so` and checking for pu…
133 … may use features which were not available in the most recent release, and so they are only run wi…
135 Upon release, the development tests may be moved to the release tests, so that these features will …
140 The Python package gets its version from `ceed.pc.template` so there are no file modifications nece…
166 …crates.io/crates/libceed-sys), which handles building/finding the `libceed.so` or `libceed.a` libr…
H A DCONTRIBUTING.md9 If adding a new feature, please add or extend a test so that your new feature is tested.
15 It is useful to create a WIP (work in progress) pull request for any long-running development so th…
26 …g 'main' into your feature branch) unless there is a specific reason to do so, in which case you s…
H A DMakefile232 SO_EXT := $(if $(DARWIN),dylib,so)
235 libceed.so := $(LIBDIR)/libceed.$(SO_EXT)
237 libceed := $(if $(STATIC),$(libceed.a),$(libceed.so))
282 $(libceed.so) : CEED_LDFLAGS += $(if $(DARWIN), -install_name @rpath/$(notdir $(libceed.so)))
662 $(libceed.so) : $(call weak_last,$(libceed.o)) | $$(@D)/.DIR
H A DDoxyfile351 # The output of markdown processing is further processed by doxygen, so you can
676 # (brief and detailed) documentation of class members so that constructors and
1028 # Note that the wildcards are matched against the file with absolute path, so to
1039 # Note that the wildcards are matched against the file with absolute path, so to
1088 # commands (so in case of a Windows batch file always use @echo OFF), should be
1120 # *.ext= (so without naming a filter).
1209 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
1283 # Note: The header is subject to change so you typically have to regenerate the
1374 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1421 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
[all …]
/libCEED/examples/python/
H A DMakefile11 rm -rf build __pycache__ .pytest_cache *.so
/libCEED/python/tests/
H A DMakefile11 rm -rf build __pycache__ .pytest_cache *.so
H A DREADME.md22 loading the user defined QFunctions so the QFunction pointers can be passed to
/libCEED/backends/sycl/
H A Donline_compiler.sycl.cpp22 void *so = dlopen(PluginPath.c_str(), RTLD_NOW); in loadOsLibrary() local
23 if (!so) { in loadOsLibrary()
27 return so; in loadOsLibrary()
/libCEED/tests/junit-xml/
H A D.gitignore4 *.so
H A DLICENSE.txt10 furnished to do so, subject to the following conditions:
/libCEED/julia/LibCEED.jl/
H A DREADME.md25 julia> set_libceed_path!("/path/to/libceed.so")
26 [ Info: Setting the libCEED library path to /path/to/libceed.so.
/libCEED/julia/LibCEED.jl/test/
H A DProject.toml1 # A bug in Julia 1.6.0's Pkg causes Preferences to be dropped during `Pkg.test()`, so we work around
/libCEED/python/
H A DREADME.md15 Jupyter can be installed locally so that users can edit and interact with these
/libCEED/examples/deal.II/
H A DCMakeLists.txt29 TARGET_LINK_LIBRARIES(${exec} ${CEED_DIR}/lib/libceed.so)
H A D.clang-format131 # surrounded by #ifdef checks (which will not be merged by clang-format) so they
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md9 If adding a new feature, please add or extend a test so that your new feature is tested.
15 It is useful to create a WIP (work in progress) pull request for any long-running development so th…
26 …g 'main' into your feature branch) unless there is a specific reason to do so, in which case you s…
H A Dintro.md25 libCEED provides a low-level Application Programming Interface (API) for user codes so that applica…
27 libCEED provides a unified interface, so that users only need to write a single source code and can…
H A DlibCEEDapi.md173 …{E}}$ and $\bm{B}$, the operator evaluation is decoupled on their ranges, so $\bm{P}$, $\bm{\math…
200 …escription is that it already includes all the finite element information, so the backends can ope…
225 In the following figure, we specialize the schematic used above for general operators so that it co…
321 …onstraints via $\bm P$ so that the **L-vector** can be processed uniformly and applying the constr…
/libCEED/julia/LibCEED.jl/src/
H A DContext.jl37 # Store a reference to the context data so that it will not be GC'd before
H A DUserQFunction.jl227 array. `dim` is given as a compile-time constant, and so the array `J` is statically
/libCEED/julia/LibCEED.jl/docs/src/
H A Dindex.md40 julia> set_libceed_path!("/path/to/libceed.so")
41 [ Info: Setting the libCEED library path to /path/to/libceed.so.
H A DUserQFunctions.md149 so the shape of `du` is `(Q, dim)`. Similarly, the action of $D$ is given by
190 available in GPU code (for example, dynamic dispatch), so if the Q-function is
/libCEED/rust/libceed-sys/c-src/
H A DMakefile232 SO_EXT := $(if $(DARWIN),dylib,so)
235 libceed.so := $(LIBDIR)/libceed.$(SO_EXT)
237 libceed := $(if $(STATIC),$(libceed.a),$(libceed.so))
282 $(libceed.so) : CEED_LDFLAGS += $(if $(DARWIN), -install_name @rpath/$(notdir $(libceed.so)))
662 $(libceed.so) : $(call weak_last,$(libceed.o)) | $$(@D)/.DIR
/libCEED/rust/libceed-sys/
H A DREADME.md51 …e is printed during `cargo build --verbose` or you can find it with `find target -name libceed.so`.

12