Searched refs:num_bc_defs (Results 1 – 14 of 14) sorted by relevance
45 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_GAUSSIAN_WAVE()
310 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()
157 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_EULER_VORTEX()
112 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_CHANNEL()
227 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_BLASIUS()
597 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_ADVECTION()
611 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_NEWTONIAN_IG()
122 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in main()
107 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in HoneeDestroy()
94 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in SetUpDM()
254 …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()
62 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStrongSTG_Ceed()
88 PetscCall(PetscSegBufferGetSize(bc_defs_seg, &problem->num_bc_defs)); in BoundaryConditionSetUp()
244 PetscCount num_bc_defs; member