Searched defs:b (Results 1 – 12 of 12) sorted by relevance
| /honee/src/ |
| H A D | setuplibceed.c | 254 …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 D | strong_boundary_conditions.c | 62 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStrongSTG_Ceed() local
|
| H A D | dm-utils.c | 294 …ormTensorQuadrature(PetscInt dim, PetscInt num_comp, PetscInt num_points, PetscReal a, PetscReal b, in PetscDTUniformTensorQuadrature()
|
| /honee/problems/ |
| H A D | gaussianwave.c | 45 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_GAUSSIAN_WAVE() local
|
| H A D | stg_shur14.c | 310 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 D | eulervortex.c | 157 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_EULER_VORTEX() local
|
| H A D | channel.c | 112 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_CHANNEL() local
|
| H A D | blasius.c | 227 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_BLASIUS() local
|
| H A D | advection.c | 597 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_ADVECTION() local
|
| H A D | newtonian.c | 611 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_NEWTONIAN_IG() local
|
| /honee/qfunctions/ |
| H A D | utils.h | 14 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 D | newtonian_state.h | 273 …ervative StateConservativeAXPBYPCZ(CeedScalar a, StateConservative X, CeedScalar b, StateConservat… in StateConservativeAXPBYPCZ()
|