Home
last modified time | relevance | path

Searched defs:num_comp_x (Results 1 – 18 of 18) sorted by relevance

/libCEED/examples/fluids/src/
H A Dqdata.c21 PetscInt num_comp_x, dim; in QDataGetNumComponents() local
77 CeedInt num_comp_x; in QDataGet() local
164 CeedInt num_comp_x; in QDataBoundaryGet() local
H A Dturb_spanstats.c155 CeedInt num_comp_x; in GetQuadratureCoords() local
187 CeedInt num_comp_x, num_comp_stats = user->spanstats.num_comp_stats; in SpanStatsSetupDataCreate() local
250 CeedInt num_comp_x; in CreateStatsSF() local
361 …CeedInt num_comp_stats = user->spanstats.num_comp_stats, num_comp_x = problem-… in CreateStatisticCollectionOperator() local
437 CeedInt num_comp_stats = user->spanstats.num_comp_stats, num_comp_x, q_data_size; in SetupMMSErrorChecking() local
H A Dsetuplibceed.c151 static PetscErrorCode SetupBCQFunctions(Ceed ceed, PetscInt dim_sur, PetscInt num_comp_x, PetscInt … in SetupBCQFunctions()
183 CeedInt height = 1, num_comp_q, num_comp_x; in AddBCSubOperators() local
284 const CeedInt dim = problem->dim, num_comp_x = problem->dim; in SetupLibceed() local
H A Dvelocity_gradient_projection.c50 CeedInt num_comp_x, num_comp_input, q_data_size; in VelocityGradientProjectionSetup() local
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
H A Ddifferential_filter.c21 CeedInt num_comp_q, num_comp_qd, num_comp_x; in DifferentialFilterCreateOperators() local
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c42 … dm, Ceed ceed, CeedInt degree, CeedInt topo_dim, CeedInt q_extra, PetscInt num_comp_x, PetscInt n… in SetupLibceedByDegree()
241 …pErrorOperator(DM dm, Ceed ceed, BPData bp_data, CeedInt topo_dim, PetscInt num_comp_x, PetscInt n… in SetupErrorOperator()
/libCEED/examples/petsc/
H A Darea.c63 num_comp_x = 3, // number of components of 3D physical coordinates in main() local
H A Dbpssphere.c53 …PetscInt degree = 3, q_extra, l_size, g_size, topo_dim = 2, num_comp_x = 3, num_comp_u… in main() local
H A Dbpsraw.c361 const CeedInt dim = 3, num_comp_x = 3; in main() local
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c333 PetscErrorCode SetupStrongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_co… in SetupStrongStg_QF()
347 PetscErrorCode SetupStrongStg_PreProcessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, Cee… in SetupStrongStg_PreProcessing()
/libCEED/examples/ceed/
H A Dex3-volume.c57 CeedInt num_comp_x = 3; // number of x components in main() local
H A Dex2-surface.c58 CeedInt num_comp_x = 3; // number of x components in main() local
H A Dex1-volume.c58 CeedInt num_comp_x = 3; // number of x components in main() local
H A Dex1-volume-f.f90258 integer fe_dim, num_comp_x, mesh_degree, sol_degree, num_qpts variable
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c59 CeedInt num_comp_x = 3; // number of x components in main() local
/libCEED/examples/solids/src/
H A Dsetup-libceed.c130 CeedInt num_comp_x, num_comp_e = 1, num_comp_d = 5; in SetupLibceedFineLevel() local
/libCEED/examples/petsc/include/
H A Dstructs.h59 CeedInt num_comp_x, num_comp_u, topo_dim, q_data_size, q_extra; member