op/qf - consistent viewing ouput
op - include num_elem and num_qpts in view
ctx - move CeedQFunctionContextGetFieldLabel to backend interface
test - fix bad cov excl markers
interface - use CeedSize for flop count interface
interface - flop estimating interface
minor - update copyright headers
pc - clearer interface for reuse of qf data
pc - add CeedOperatorSetQFunctionUpdated to help assembled QF reuse
vec - use CeedSize for vector lengths
ceed - create type CeedSize
pc - use PetscCount/ptrdiff_t for num COO entries
style - minor consistency
qf - extend ctx read/write feature to qf
ctx - add read-only access for QFContext
tests: add zero sized array tests
test - add test for label that doesn't exist
tests: deleted CeedVectorSetValue in restriction tests
tests: added t220-elemrestriction.c
Merge pull request #887 from CEED/jeremy/set-op-ctx-no-errorQFContext - create labels for registered fields
prove - add t330 float exclusion
test - minor, test requesting same composite label twice
ctx - add support for registering multiple contiguous values of same type
ctx - add function to access label details
test - exclude intentionally skipped lines
12345678910>>...26