Home
last modified time | relevance | path

Searched defs:dXdx_size (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dstg_shur14.c333 …blemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size, CeedInt dXdx_size, in SetupStrongStg_QF()
347 …ssing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_size, in SetupStrongStg_PreProcessing()
/libCEED/examples/fluids/src/
H A Dstrong_boundary_conditions.c17 …_x = problem->dim, num_comp_q = 5, stg_data_size = 1, dim_boundary = 2, dXdx_size = num_comp_x * d… in SetupStrongSTG_Ceed() local