Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt210-elemrestriction.c24 CeedElemRestriction elem_restriction_copy = NULL; in main() local
26 CeedElemRestrictionReferenceCopy(elem_restriction, &elem_restriction_copy); in main()
27 CeedElemRestrictionSetNumViewTabs(elem_restriction_copy, 1); in main()
28 CeedObjectView((CeedObject)elem_restriction_copy, stdout); in main()
29 CeedObjectDestroy((CeedObject *)&elem_restriction_copy); in main()
H A Dt220-elemrestriction.c16 CeedElemRestriction elem_restriction, elem_restriction_unsigned, elem_restriction_copy; in main() local
35 CeedElemRestrictionCreateUnsignedCopy(elem_restriction, &elem_restriction_copy); in main()
39 …CeedElemRestrictionApply(elem_restriction_copy, CEED_NOTRANSPOSE, x, y_unsigned_copy, CEED_REQUEST… in main()
78 CeedElemRestrictionDestroy(&elem_restriction_copy); in main()