Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dstrong_boundary_conditions.c18 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 Dstg_shur14.h237 CeedScalar(*stg_data) = (CeedScalar(*))out[0]; in StgShur14Preprocess()
275 stg_data[i] = Ek_tot != 0 ? 1 / Ek_tot : 0; in StgShur14Preprocess()