Searched refs:qf_stgdata (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | strong_boundary_conditions.c | 21 CeedQFunction qf_setup, qf_strongbc, qf_stgdata; in SetupStrongSTG_Ceed() local 55 …ll(SetupStrongStg_PreProcessing(ceed, problem, num_comp_x, stg_data_size, dXdx_size, &qf_stgdata)); in SetupStrongSTG_Ceed() 89 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stgdata, NULL, NULL, &op_stgdata)); in SetupStrongSTG_Ceed() 129 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_stgdata)); in SetupStrongSTG_Ceed()
|