Home
last modified time | relevance | path

Searched refs:stg_data_size (Results 1 – 3 of 3) sorted by relevance

/honee/problems/
H A Dstg_shur14.h15 …g_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size,
18 …rocessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_…
H A Dstg_shur14.c367 … ProblemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size, CeedInt dXdx_… in SetupStrongStg_QF() argument
374 …PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "stg data", stg_data_size, CEED_EVAL_NONE)… in SetupStrongStg_QF()
381 …rocessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_… in SetupStrongStg_PreProcessing() argument
387 …PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_strongbc, "stg data", stg_data_size, CEED_EVAL_NONE… in SetupStrongStg_PreProcessing()
/honee/src/
H A Dstrong_boundary_conditions.c13 CeedInt num_comp_x, num_comp_q = 5, stg_data_size = 1, dXdx_size; in SetupStrongSTG_Ceed() local
54 …PetscCall(SetupStrongStg_PreProcessing(ceed, problem, num_comp_x, stg_data_size, dXdx_size, &qf_st… in SetupStrongSTG_Ceed()
55 …PetscCall(SetupStrongStg_QF(ceed, problem, num_comp_x, num_comp_q, stg_data_size, dXdx_size, &qf_s… in SetupStrongSTG_Ceed()
113 …trictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, stg_data_size, in SetupStrongSTG_Ceed()