Searched refs:stg_data (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | strong_boundary_conditions.c | 18 CeedVector multiplicity, x_stored, scale_stored, stg_data, dXdx; in SetupStrongSTG_Ceed() local 72 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_stgdata, &stg_data, NULL)); in SetupStrongSTG_Ceed() 94 …PetscCallCeed(ceed, CeedOperatorApply(op_stgdata, CEED_VECTOR_NONE, stg_data, CEED_REQUEST_IMMEDIA… in SetupStrongSTG_Ceed() 103 …CeedOperatorSetField(op_strong_bc_sub, "stg data", elem_restr_stgdata, CEED_BASIS_NONE, stg_data)); in SetupStrongSTG_Ceed() 112 PetscCallCeed(ceed, CeedVectorDestroy(&stg_data)); in SetupStrongSTG_Ceed()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14.h | 237 CeedScalar(*stg_data) = (CeedScalar(*))out[0]; in StgShur14Preprocess() 275 stg_data[i] = Ek_tot != 0 ? 1 / Ek_tot : 0; in StgShur14Preprocess()
|