Lines Matching +full:format +full:- +full:c

1 /// Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 /// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 /// SPDX-License-Identifier: BSD-2-Clause
15 /// @defgroup CeedBasis CeedBasis: fully discrete finite element-like objects
17 /// @defgroup CeedOperator CeedOperator: composed FE-type operations on vectors
29 …ended to be used by backend developers of libCEED and can generally be found in `"ceed-backend.h"`.
31 …intended to be used by library developers of libCEED and can generally be found in `"ceed-impl.h"`.
47 #define CEED_EXTERN extern "C" CEED_VISIBILITY(default)
69 /// Non-blocking Ceed interfaces return a CeedRequest.
97 /// Handle for object describing FE-type operators acting on vectors
126 …Ceed ceed, const char *filename, int lineno, const char *func, int ecode, const char *format, ...);
132 /// @param ... printf-style format string followed by arguments as needed
143 …st char *filename, int line_no, const char *func, int err_code, const char *format, va_list *args);
144 …st char *filename, int line_no, const char *func, int err_code, const char *format, va_list *args);
145 …st char *filename, int line_no, const char *func, int err_code, const char *format, va_list *args);
146 …st char *filename, int line_no, const char *func, int err_code, const char *format, va_list *args);
155 /// Compile-time check that the the current library version is at least as recent as the specified …
165 /// A non-release version always compares as positive infinity.
241 …torSetField() that no basis operation is needed to translate between the E-vector and the Q-vector.
257 /// Argument for @ref CeedElemRestrictionCreateStrided() that L-vector is in the Ceed backend's pre…
364 @param[in,out] ctx User-defined context set using @ref CeedQFunctionSetContext() or `NULL`
368 …his results in indexing the `i`th input at quadrature point `j` as `in[i][(d*num_comp + c)*Q + j]`.
372 @return An error code: 0 - success, otherwise - failure
405 @return An error code: 0 - success, otherwise - failure