Searched refs:base (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 71 - Regex: "deal.II/base/config.h" 78 - Regex: "deal.II/base/.*\\.h"
|
| /libCEED/tests/ |
| H A D | junit_common.py | 250 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 D | ceed.h | 527 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 D | index.md | 378 base = alt.Chart(df).encode( 386 base.mark_point().add_params(highlight) + base.mark_line()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 849 function CeedIntPow(base, power) argument 850 ccall((:CeedIntPow, libceed), CeedInt, (CeedInt, CeedInt), base, power)
|
| /libCEED/ |
| H A D | Doxyfile | 165 # 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 D | index.md | 889 specifying the node locations via a file. Algorithmically, a base node
|