Lines Matching full:interface
9 ### Interface changes
46 ### Interface changes
50 - Removed `CeedBasisSetNumQuadraturePoints` as redundant and bug-prone interface.
74 - Updated restart and checkpointing interface.
88 ### Interface changes
92 …`CeedCompositeOperatorGetNumSub` and {c:func}`CeedCompositeOperatorGetSubList` to public interface.
142 ### Interface changes
159 ### Interface changes
203 ### Interface changes
229 ### Interface changes
231 - Error handling improved to include enumerated error codes for C interface return values.
236 - Julia and Rust interfaces added, providing a nearly 1-1 correspondence with the C interface, plus…
256 ### Interface changes
264 - Diagonal assemble interface changed to accept a {ref}`CeedVector` instead of a pointer to a {ref}…
298 - New Python interface using [CFFI](https://cffi.readthedocs.io/) provides a nearly
299 1-1 correspondence with the C interface, plus some convenience features. For instance,
324 ### Interface changes
532 Notable features in this release include active/passive field interface, support for
533 non-tensor bases, backend optimization, and improved Fortran interface. This release
536 public interface: a {ref}`CeedQFunction` can take any number of named input and output
539 `CeedOperatorSetField()` (passive). This interface change enables reusable libraries
635 with all dependencies. This release included a new Fortran interface for the library.