Home
last modified time | relevance | path

Searched refs:num_bc_defs (Results 1 – 14 of 14) sorted by relevance

/honee/problems/
H A Dgaussianwave.c45 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_GAUSSIAN_WAVE()
H A Dstg_shur14.c310 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStg()
357 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStrongStg()
H A Deulervortex.c157 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_EULER_VORTEX()
H A Dchannel.c112 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_CHANNEL()
H A Dblasius.c227 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_BLASIUS()
H A Dadvection.c597 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_ADVECTION()
H A Dnewtonian.c611 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_NEWTONIAN_IG()
/honee/examples/
H A Dnavierstokes.c122 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in main()
/honee/src/
H A Dhonee.c107 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in HoneeDestroy()
H A Dsetupdm.c94 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in SetUpDM()
H A Dsetuplibceed.c254 …for (PetscCount b = 0; b < problem->num_bc_defs; b++) PetscCall(BCDefinitionAddOperators(problem->… in SetupLibceed()
275 …for (PetscCount b = 0; b < problem->num_bc_defs; b++) PetscCall(BCDefinitionAddOperators(problem->… in SetupLibceed()
H A Dstrong_boundary_conditions.c62 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStrongSTG_Ceed()
H A Dboundary_condition.c88 PetscCall(PetscSegBufferGetSize(bc_defs_seg, &problem->num_bc_defs)); in BoundaryConditionSetUp()
/honee/include/
H A Dnavierstokes.h244 PetscCount num_bc_defs; member