Strieded Element Restriction #1692
Replies: 1 comment 5 replies
-
I don't understand the use case, can you say more? With a standard restriction, the data for node With a strided restriction, the data for node In practice, a strided restriction tends to only be for data that is regularly laid out discontinuously per node or quadrature point. Are you looking for something where the data for node |
Beta Was this translation helpful? Give feedback.
-
Hello,
I see that there are basically two ways of creating element restriction: the basic
CeedElemRestrictionCreate
andCeedElemRestrictionCreateStrided
. If my understanding is correct, the former receives the offset for each node, and the latter only receives strides that can be applied globally. But we want to mix these two. We want to provide offset for each element, and use strides in each element, because we want to restrict a strided vector with some sparse element map. Is there a way to do this or can this functionality be added easily?Beta Was this translation helpful? Give feedback.
All reactions