Home
last modified time | relevance | path

Searched refs:base (Results 1 – 7 of 7) sorted by relevance

/libCEED/examples/deal.II/
H A D.clang-format71 - Regex: "deal.II/base/config.h"
78 - Regex: "deal.II/base/.*\\.h"
/libCEED/tests/
H A Djunit_common.py250 def contains_any(base: str, substrings: List[str]) -> bool:
260 return any((sub in base for sub in substrings))
263 def startswith_any(base: str, prefixes: List[str]) -> bool:
273 return any((base.startswith(prefix) for prefix in prefixes))
/libCEED/include/ceed/
H A Dceed.h527 static inline CeedInt CeedIntPow(CeedInt base, CeedInt power) { in CeedIntPow() argument
530 if (power & 1) result *= base; in CeedIntPow()
532 base *= base; in CeedIntPow()
/libCEED/examples/solids/
H A Dindex.md378 base = alt.Chart(df).encode(
386 base.mark_point().add_params(highlight) + base.mark_line()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl849 function CeedIntPow(base, power) argument
850 ccall((:CeedIntPow, libceed), CeedInt, (CeedInt, CeedInt), base, power)
/libCEED/
H A DDoxyfile165 # operators of the base classes will not be shown.
547 # 'anonymous_namespace{file}', where file will be replaced with the base name of
1327 # that these files will be copied to the base HTML output directory. Use the
2406 # to run in parallel. When set to 0 doxygen will base this on the number of
/libCEED/examples/fluids/
H A Dindex.md889 specifying the node locations via a file. Algorithmically, a base node