Home
last modified time | relevance | path

Searched defs:orient (Results 1 – 4 of 4) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-restriction-oriented.h19 const bool orient = orients[node]; in OrientedNoTranspose() local
37 const bool orient = orients[node]; in OrientedTranspose() local
62 const bool orient = orients[t_ind]; in OrientedTranspose() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-restriction-oriented.h19 const bool orient = orients[node]; in OrientedNoTranspose() local
37 const bool orient = orients[node]; in OrientedTranspose() local
62 const bool orient = orients[t_ind]; in OrientedTranspose() local
/libCEED/tests/
H A Dt220-elemrestriction.c14 bool orient[p * num_elem]; in main() local
/libCEED/interface/
H A Dceed-preconditioning.c841 const double orient = elem_orients[i] ? -1.0 : 1.0; in CeedOperatorAssembleSingle() local