Home
last modified time | relevance | path

Searched defs:dim (Results 1 – 25 of 30) sorted by relevance

12

/honee/src/
H A Dqdata.c95 PetscInt num_comp_x, dim; in QDataGetNumComponents() local
138 PetscInt dim, height = 0, num_comp_x; in QDataGet() local
198 PetscInt dim; in QDataBoundaryGetNumComponents() local
233 PetscInt dim, height = 1, num_comp_x; in QDataBoundaryGet() local
285 PetscInt dim; in QDataBoundaryGradientGetNumComponents() local
317 PetscInt dim; in QDataBoundaryGradientGet() local
H A Dboundary_condition.c128 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIFunctionQF() local
176 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIJacobianQF() local
224 PetscInt dim, height = 1, num_comp_x, num_comp_q; in HoneeBCAddIFunctionOp() local
293 PetscInt dim, height = 1, num_comp_x, num_comp_q; in HoneeBCAddIJacobianOp() local
H A Ddm-utils.c212 PetscInt num_dual_basis_vectors, dim, num_comp; in DMPlexCeedElemRestrictionStridedCreate() local
294 static PetscErrorCode PetscDTUniformTensorQuadrature(PetscInt dim, PetscInt num_comp, PetscInt num_… in PetscDTUniformTensorQuadrature()
384 PetscErrorCode PetscFECreateLagrangeFromOptions(MPI_Comm comm, PetscInt dim, PetscInt num_comp, Pet… in PetscFECreateLagrangeFromOptions()
539 PetscInt dim, num_fields, offset = 0, size = 0; in GetClosurePermutationAndFieldOffsetAtDepth() local
594 PetscInt field_offset = 0, num_comp, P, Q, dim; in ComputeFieldTabulationP2C() local
647 PetscInt spatial_dim, dim, num_comp_quadrature, num_q_points; in GetQuadratureDataP2C() local
691 PetscInt dim, num_comp, Q = -1, q_dim = -1, num_derivatives = 1; in Create1DTabulation_Tensor() local
838 PetscInt P_1d, Q_1d, num_comp, dim; in DMPlexCeedBasisCreate() local
1071 PetscInt dim, q_order = degree + q_extra; in DMSetupByOrderBegin_FEM() local
H A Ddiff_flux_projection.c24 …PetscInt height = 0, dm_field = 0, dim, degree = honee->app_ctx->degree, q_extra … in DivDiffFluxProjectionCreate() local
257 PetscInt dim; in DivDiffFluxProjectionSetup_Indirect() local
H A Dvelocity_gradient_projection.c45 PetscInt dim, height = 0, dm_field = 0, num_comp_input; in VelocityGradientProjectionSetup() local
H A Dmonitor_cfl.c35 PetscInt num_comp_cfl = 1, dim, tab_level; in SetupMontiorCfl() local
H A Dhonee-meshtransform.c61 PetscInt narr, ncoords, dim; in HoneeMeshTransform_PlateMesh() local
H A Dsetupts.c75 PetscInt dim = 3; in Surface_Forces_NS() local
257 PetscInt num_wall = honee->app_ctx->wall_forces.num_wall, dim = 3; in TSMonitor_WallForce() local
H A Dsetuplibceed.c94 PetscInt dim, num_comp_x; in SetupLibceed() local
H A Dstrong_boundary_conditions.c21 PetscInt dim; in SetupStrongSTG_Ceed() local
H A Dmonitor_totalkineticenergy.c56 PetscInt num_comp_totalke = 5, dim, tab_level; in SetupMontiorTotalKineticEnergy() local
H A Ddifferential_filter.c96 PetscInt dim, num_comp_grid_aniso; in DifferentialFilterCreateOperators() local
/honee/problems/
H A Dadvection.c26 PetscInt dim; in PRINT_ADVECTION() local
84 PetscInt dim; in CreateKSPMassOperator_AdvectionStabilized() local
149 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
305 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
362 PetscInt dim; in AdvectionInflowBCSetup_CreateIFunctionQF() local
394 PetscInt dim; in NS_ADVECTION() local
H A Ddensitycurrent.c21 PetscInt dim; in NS_DENSITY_CURRENT() local
H A Dnewtonian.c46 PetscInt dim = 3; in CreateKSPMassOperator_NewtonianStabilized() local
103 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
271 PetscInt dim, num_comp_q; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
424 PetscInt dim = 3; in NS_NEWTONIAN_IG() local
H A Deulervortex.c63 PetscInt dim; in NS_EULER_VORTEX() local
H A Dchannel.c150 PetscInt narr, ncoords, dim; in DivDiffFluxVerifyMesh() local
/honee/qfunctions/
H A Dadvection.h64 CEED_QFUNCTION_HELPER int Exact_AdvectionGeneric(CeedInt dim, CeedScalar time, const CeedScalar X[]… in Exact_AdvectionGeneric()
240 …LPER CeedScalar Tau(AdvectionContext context, const State s, const CeedScalar *dXdx, CeedInt dim) { in Tau()
266 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in IFunction_AdvectionGeneric()
347 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in MassFunction_AdvectionGeneric()
402 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in RHSFunction_AdvectionGeneric()
496 …owGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in Advection_InOutFlowGeneric()
541 const CeedInt dim) { in DivDiffusiveFluxVolumeRHS_AdvDif_Generic()
578 const CeedInt dim) { in DivDiffusiveFluxBoundaryRHS_AdvDif_Generic()
613 const CeedInt dim) { in DiffusiveFluxRHS_AdvDif_Generic()
H A Ddiff_flux_projection.h9 …neric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, const CeedInt dim, in ComputeDivDiffusiveFluxGeneric()
H A Dutils.h347 CEED_QFUNCTION_HELPER int QdataUnpack_ND(CeedInt dim, CeedInt Q, CeedInt i, const CeedScalar *q_dat… in QdataUnpack_ND()
374 CEED_QFUNCTION_HELPER int QdataBoundaryUnpack_ND(CeedInt dim, CeedInt Q, CeedInt i, const CeedScala… in QdataBoundaryUnpack_ND()
403 CEED_QFUNCTION_HELPER int QdataBoundaryGradientUnpack_ND(CeedInt dim, CeedInt Q, CeedInt i, const C… in QdataBoundaryGradientUnpack_ND()
528 CEED_QFUNCTION_HELPER void GradUnpackND(CeedInt Q, CeedInt i, CeedInt num_comp, CeedInt dim, const … in GradUnpackND()
574 …oid DivergenceND(const CeedScalar *grad_qn, const CeedScalar *dXdx, const CeedInt dim, CeedScalar … in DivergenceND()
H A Dmonitor_cfl.h9 CeedInt dim) { in MonitorCFL()
H A Ddensitycurrent.h79 CEED_QFUNCTION_HELPER State Exact_DC(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt Nf… in Exact_DC()
/honee/src/spanstats/
H A Dcflpe.c21 PetscInt dim, num_comp_q, num_comp_x; in CreateStatisticCollectionOperator() local
/honee/include/
H A Dpetsc-ceed-utils.h233 static inline CeedInt GetCeedQuadratureSize(CeedEvalMode eval_mode, CeedInt dim, CeedInt num_compon… in GetCeedQuadratureSize()
/honee/qfunctions/spanstats/
H A Dcflpe.h19 StateVariable state_var, CeedInt dim) { in ChildStatsCollection_CflPe()

12