Searched refs:dXdx_size (Results 1 – 3 of 3) sorted by relevance
| /honee/problems/ |
| H A D | stg_shur14.h | 16 CeedInt dXdx_size, CeedQFunction *qf_strongbc); 18 …ssing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_size,
|
| H A D | stg_shur14.c | 367 …blemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size, CeedInt dXdx_size, in SetupStrongStg_QF() argument 371 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "dXdx", dXdx_size, CEED_EVAL_NONE)); in SetupStrongStg_QF() 381 …ssing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_size, in SetupStrongStg_PreProcessing() argument 385 PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_strongbc, "dXdx", dXdx_size, CEED_EVAL_NONE)); in SetupStrongStg_PreProcessing()
|
| /honee/src/ |
| H A D | strong_boundary_conditions.c | 13 CeedInt num_comp_x, num_comp_q = 5, stg_data_size = 1, dXdx_size; in SetupStrongSTG_Ceed() local 28 dXdx_size = num_comp_x * (dim - height_cell); in SetupStrongSTG_Ceed() 47 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "dxdX", dXdx_size, CEED_EVAL_GRAD)); in SetupStrongSTG_Ceed() 51 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_setup, "dXdx", dXdx_size, CEED_EVAL_NONE)); in SetupStrongSTG_Ceed() 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() 115 …catedCreate(ceed, dm, face_orientation_label, orientation, height_face, dXdx_size, &elem_restr_dXd… in SetupStrongSTG_Ceed()
|