Home
last modified time | relevance | path

Searched full:status (Results 1 – 24 of 24) sorted by relevance

/libCEED/tests/
H A Dt004-ceed.c2 /// Test checking deterministic status of a CEED object
3 /// \test Test checking deterministic status a CEED object
H A Djunit_common.py667 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__.py184 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.yml15 status:
H A D.gitlab-ci.yml52 # 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 DCODE_OF_CONDUCT.md5 … identity and expression, level of experience, education, socio-economic status, nationality, pers…
H A DCONTRIBUTING.md51 Status as a named author on the users manual and libCEED software publications will be granted for …
H A Dsetup.py79 Development Status :: 4 - Beta
H A DREADME.md504 [joss-badge]: https://joss.theoj.org/papers/10.21105/joss.02945/status.svg
H A DDoxyfile866 # at the end of the doxygen process doxygen will return with a non-zero status.
/libCEED/interface/
H A Dceed-qfunction.c178 @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 Dceed-elemrestriction.c154 @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 Dceed-operator.c593 @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 Dceed.c505 @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 Dceed-basis.c799 @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 Dceed-preconditioning.c1514 @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 Dbuild.rs95 assert!(command.status().unwrap().success()); in run()
/libCEED/doc/sphinx/source/
H A DCODE_OF_CONDUCT.md5 … identity and expression, level of experience, education, socio-economic status, nationality, pers…
H A DCONTRIBUTING.md51 Status as a named author on the users manual and libCEED software publications will be granted for …
H A Dreleasenotes.md261 - Replace various uses of {code}`Ceed*Get*Status` with {code}`Ceed*Is*` in the backend API to match…
/libCEED/include/ceed/
H A Dtypes.h193 /// Conveys ownership status of arrays passed to Ceed interfaces.
H A Dbackend.h376 CEED_EXTERN int CeedQFunctionSetFortranStatus(CeedQFunction qf, bool status);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1178 function CeedQFunctionSetFortranStatus(qf, status) argument
1179 ccall((:CeedQFunctionSetFortranStatus, libceed), Cint, (CeedQFunction, Bool), qf, status)
/libCEED/rust/libceed/src/
H A Dlib.rs65 /// Conveys ownership status of arrays passed to Ceed interfaces.