Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dsetup-libceed.c315 CeedElemRestriction elem_restr_x_face, elem_restr_u_face; in SetupLibceedFineLevel() local
319 …in(ceed, dm, 1, domain_label, app_ctx->bc_traction_faces[i], Q, 0, &elem_restr_u_face, &elem_restr… in SetupLibceedFineLevel()
325 CeedOperatorSetField(op_traction, "v", elem_restr_u_face, basis_u_face, CEED_VECTOR_ACTIVE); in SetupLibceedFineLevel()
330 CeedElemRestrictionDestroy(&elem_restr_u_face); in SetupLibceedFineLevel()