| /libCEED/tests/ |
| H A D | t004-ceed.c | 2 /// Test checking deterministic status of a CEED object 3 /// \test Test checking deterministic status a CEED object
|
| H A D | junit_common.py | 667 test_case.status = f'fails with required: {required_message}' 672 if not test_case.is_skipped() and not test_case.status:
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 184 if case.status: 185 test_case_attributes["status"] = decode(case.status, encoding) 376 status=None, argument 389 self.status = status
|
| /libCEED/ |
| H A D | .codecov.yml | 15 status:
|
| H A D | .gitlab-ci.yml | 52 # Report status 119 # Report status 167 # # Report status 207 # Report status 288 # Report status 355 # # Report status 407 # Report status 458 # Report status
|
| H A D | CODE_OF_CONDUCT.md | 5 … identity and expression, level of experience, education, socio-economic status, nationality, pers…
|
| H A D | CONTRIBUTING.md | 51 Status as a named author on the users manual and libCEED software publications will be granted for …
|
| H A D | setup.py | 79 Development Status :: 4 - Beta
|
| H A D | README.md | 504 [joss-badge]: https://joss.theoj.org/papers/10.21105/joss.02945/status.svg
|
| H A D | Doxyfile | 866 # at the end of the doxygen process doxygen will return with a non-zero status.
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 178 @param[in] status Boolean value to set as Fortran status 184 int CeedQFunctionSetFortranStatus(CeedQFunction qf, bool status) { in CeedQFunctionSetFortranStatus() argument 185 qf->is_fortran = status; in CeedQFunctionSetFortranStatus() 535 @param[out] is_identity Variable to store identity status 550 @param[out] is_writable Variable to store context writeable status 595 @param[out] is_immutable Variable to store immutability status 1017 @param[in] is_writable Boolean flag for writability status
|
| H A D | ceed-elemrestriction.c | 154 @brief Get the strided status of a `CeedElemRestriction` 157 @param[out] is_strided Variable to store strided status 169 @brief Get the points status of a `CeedElemRestriction` 172 @param[out] is_points Variable to store points status 188 @param[out] are_compatible Variable to store compatibility status 241 @brief Get the backend stride status of a `CeedElemRestriction` 244 @param[out] has_backend_strides Variable to store stride status
|
| H A D | ceed-operator.c | 593 @brief Get the tensor product status of all bases for a `CeedOperator`. 598 @param[out] has_tensor_bases Variable to store tensor bases status 639 @param[out] is_immutable Variable to store immutability status 651 @brief Get the setup status of a `CeedOperator` 654 @param[out] is_setup_done Variable to store setup status 689 @param[out] is_composite Variable to store composite status 1106 @param[out] is_at_points Variable to store at points status 1420 @param[out] is_sequential Variable to store sequential status
|
| H A D | ceed.c | 505 @brief Return debugging status flag 702 @param[out] is_deterministic Deterministic status to set 1469 @brief Get deterministic status of `Ceed` context 1472 @param[out] is_deterministic Variable to store deterministic status
|
| H A D | ceed-basis.c | 799 @brief Get tensor status for given `CeedBasis` 802 @param[out] is_tensor Variable to store tensor status 817 @param[out] is_collocated Variable to store collocated status
|
| H A D | ceed-preconditioning.c | 1514 @brief Get setup status for internal objects for `CeedQFunctionAssemblyData` 1516 @param[in] data `CeedQFunctionAssemblyData` to retrieve status 1517 @param[out] is_setup Boolean flag for setup status
|
| /libCEED/rust/libceed-sys/ |
| H A D | build.rs | 95 assert!(command.status().unwrap().success()); in run()
|
| /libCEED/doc/sphinx/source/ |
| H A D | CODE_OF_CONDUCT.md | 5 … identity and expression, level of experience, education, socio-economic status, nationality, pers…
|
| H A D | CONTRIBUTING.md | 51 Status as a named author on the users manual and libCEED software publications will be granted for …
|
| H A D | releasenotes.md | 261 - Replace various uses of {code}`Ceed*Get*Status` with {code}`Ceed*Is*` in the backend API to match…
|
| /libCEED/include/ceed/ |
| H A D | types.h | 193 /// Conveys ownership status of arrays passed to Ceed interfaces.
|
| H A D | backend.h | 376 CEED_EXTERN int CeedQFunctionSetFortranStatus(CeedQFunction qf, bool status);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1178 function CeedQFunctionSetFortranStatus(qf, status) argument 1179 ccall((:CeedQFunctionSetFortranStatus, libceed), Cint, (CeedQFunction, Bool), qf, status)
|
| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 65 /// Conveys ownership status of arrays passed to Ceed interfaces.
|