Home
last modified time | relevance | path

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

/honee/src/
H A Dstrong_boundary_conditions.c14 CeedVector multiplicity, x_stored, scale_stored, stg_data, dXdx, x_coord; in SetupStrongSTG_Ceed() local
118 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_stgdata, &stg_data, NULL)); in SetupStrongSTG_Ceed()
140 …PetscCallCeed(ceed, CeedOperatorApply(op_stgdata, CEED_VECTOR_NONE, stg_data, CEED_REQUEST_IMMEDIA… in SetupStrongSTG_Ceed()
149 …CeedOperatorSetField(op_strong_bc_sub, "stg data", elem_restr_stgdata, CEED_BASIS_NONE, stg_data)); in SetupStrongSTG_Ceed()
158 PetscCallCeed(ceed, CeedVectorDestroy(&stg_data)); in SetupStrongSTG_Ceed()
/honee/qfunctions/
H A Dstg_shur14.h246 CeedScalar(*stg_data) = (CeedScalar(*))out[0]; in StgShur14Preprocess()
277 stg_data[i] = Ek_tot != 0 ? 1 / Ek_tot : 0; in StgShur14Preprocess()