Home
last modified time | relevance | path

Searched refs:inflowids (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex18.c685 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 Dex11.c265 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()