Searched refs:elem_restr_x_face (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 315 CeedElemRestriction elem_restr_x_face, elem_restr_u_face; in SetupLibceedFineLevel() local 319 …, dm, 1, domain_label, app_ctx->bc_traction_faces[i], Q, 0, &elem_restr_u_face, &elem_restr_x_face, in SetupLibceedFineLevel() 323 CeedOperatorSetField(op_traction, "dx", elem_restr_x_face, basis_x_face, CEED_VECTOR_ACTIVE); in SetupLibceedFineLevel() 329 CeedElemRestrictionDestroy(&elem_restr_x_face); in SetupLibceedFineLevel()
|