Searched refs:elem_restr_dXdx (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ ! |
| H A D | strong_boundary_conditions.c | 20 …_sur, elem_restr_q_sur, elem_restr_x_stored, elem_restr_scale, elem_restr_stgdata, elem_restr_dXdx; in SetupStrongSTG_Ceed() local 69 …tionCollocatedCreate(ceed, dm, domain_label, bc->inflows[i], height, dXdx_size, &elem_restr_dXdx)); in SetupStrongSTG_Ceed() 73 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_dXdx, &dXdx, NULL)); in SetupStrongSTG_Ceed() 83 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dXdx", elem_restr_dXdx, CEED_BASIS_NONE, dXdx)… in SetupStrongSTG_Ceed() 90 …PetscCallCeed(ceed, CeedOperatorSetField(op_stgdata, "dXdx", elem_restr_dXdx, CEED_BASIS_NONE, dXd… in SetupStrongSTG_Ceed() 100 …PetscCallCeed(ceed, CeedOperatorSetField(op_strong_bc_sub, "dXdx", elem_restr_dXdx, CEED_BASIS_NON… in SetupStrongSTG_Ceed() 119 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_dXdx)); in SetupStrongSTG_Ceed()
|