Searched refs:inflowids (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 685 const PetscInt inflowids[] = {100, 200, 300}, outflowids[] = {101}; in SetupBC() local 687 …DM_BC_NATURAL_RIEMANN, "inflow", label, PETSC_STATIC_ARRAY_LENGTH(inflowids), inflowids, 1, 0, NUL… in SetupBC()
|
| H A D | ex11.c | 265 const PetscInt inflowids[] = {100, 200, 300}, outflowids[] = {101}; in SetUpBC_Advect() local 271 …DM_BC_NATURAL_RIEMANN, "inflow", label, PETSC_STATIC_ARRAY_LENGTH(inflowids), inflowids, 0, 0, NUL… in SetUpBC_Advect()
|