Home
last modified time | relevance | path

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

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