Lines Matching +full:- +full:o +full:-
21 U -->|wrap data| V
22 U(High-level user code) -->|apply| O
24 O(CeedOperator) --> E(CeedElemRestriction)
25 O --> B(CeedBasis)
26 O --> Q(CeedQFunction)
27 B --> V(CeedVector)
28 O --> V
29 E --> V
30 Q --> V
32 Q --> UQ(User's physics)
49 generally be found in `ceed-backend.h`.
65 generally be found in `ceed-impl.h`.