Searched refs:elem_restriction_copy (Results 1 – 2 of 2) sorted by relevance
| /libCEED/tests/ |
| H A D | t210-elemrestriction.c | 24 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 D | t220-elemrestriction.c | 16 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()
|