Lines Matching refs:set
12 …responding `CEED_FTABLE_ENTRY` in `/interface/ceed.c` to allow backends to set their own implement…
13 …ation of the specific method and calls {c:func}`CeedSetBackendFunction` to set this implementation…
27 1. Delegation - Developers may use {c:func}`CeedSetDelegate` to set a general delegate {ref}`Ceed` …
31 2. Object delegation - Developers may use {c:func}`CeedSetObjectDelegate` to set a delegate {ref}`…
35 3. Operator fallback - Developers may use {c:func}`CeedSetOperatorFallbackCeed` to set a {ref}`Ceed…
37 …Like the delegates above, this fallback {ref}`Ceed` object should be created and set in the backen…
117 Backends are responsible for freeing 'owned' memory; 'borrowed' memory is set by the user and backe…
122 To repair an *invalid state*, the user must set valid data by calling {c:func}`CeedVectorSetValue`,…
129 …- {ref}`CeedVector` access to borrowed memory is set with {c:func}`CeedVectorSetArray` with `copy_…
136 …- Owned memory can be set by calling {c:func}`CeedVectorSetArray` with `copy_mode = CEED_OWN_POINT…
286 If you have `include-what-you-use` installed in a sibling directory to libCEED or set the environme…