Home
last modified time | relevance | path

Searched refs:is_gallery (Results 1 – 2 of 2) sorted by relevance

/libCEED/interface/
H A Dceed-qfunction.c241 if (qf->is_gallery) { in CeedQFunctionGetName()
751 (*qf)->is_gallery = true; in CeedQFunctionCreateInteriorByName()
1095 fprintf(stream, "%s%sCeedQFunction - %s\n", tabs, qf->is_gallery ? "Gallery " : "User ", name); in CeedQFunctionView()
/libCEED/include/
H A Dceed-impl.h266 bool is_gallery; member