Home
last modified time | relevance | path

Searched defs:b (Results 1 – 12 of 12) sorted by relevance

/honee/src/
H A Dsetuplibceed.c254 …for (PetscCount b = 0; b < problem->num_bc_defs; b++) PetscCall(BCDefinitionAddOperators(problem->… in SetupLibceed() local
275 …for (PetscCount b = 0; b < problem->num_bc_defs; b++) PetscCall(BCDefinitionAddOperators(problem->… in SetupLibceed() local
H A Dstrong_boundary_conditions.c62 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStrongSTG_Ceed() local
H A Ddm-utils.c294 …ormTensorQuadrature(PetscInt dim, PetscInt num_comp, PetscInt num_points, PetscReal a, PetscReal b, in PetscDTUniformTensorQuadrature()
/honee/problems/
H A Dgaussianwave.c45 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_GAUSSIAN_WAVE() local
H A Dstg_shur14.c310 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStg() local
357 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStrongStg() local
H A Deulervortex.c157 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_EULER_VORTEX() local
H A Dchannel.c112 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_CHANNEL() local
H A Dblasius.c227 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_BLASIUS() local
H A Dadvection.c597 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_ADVECTION() local
H A Dnewtonian.c611 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_NEWTONIAN_IG() local
/honee/qfunctions/
H A Dutils.h14 CEED_QFUNCTION_HELPER CeedScalar Max(CeedScalar a, CeedScalar b) { return a < b ? b : a; } in Max()
15 CEED_QFUNCTION_HELPER CeedScalar Min(CeedScalar a, CeedScalar b) { return a < b ? a : b; } in Min()
17 CEED_QFUNCTION_HELPER void SwapScalar(CeedScalar *a, CeedScalar *b) { in SwapScalar()
82 CeedScalar *b) { in MatVecNM()
H A Dnewtonian_state.h273 …ervative StateConservativeAXPBYPCZ(CeedScalar a, StateConservative X, CeedScalar b, StateConservat… in StateConservativeAXPBYPCZ()