Searched refs:FVBCTypes (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | finitevolume1d.h | 38 extern const char *FVBCTypes[];
|
| H A D | ex7.c | 41 static const char *FVBCTypes[] = {"PERIODIC", "OUTFLOW", "FVBCType", "FVBC_", 0}; variable 693 …PetscCall(PetscOptionsEnum("-bc_type", "Boundary condition", "", FVBCTypes, (PetscEnum)ctx.bctype,… in main()
|
| H A D | ex5.c | 665 …PetscCall(PetscOptionsEnum("-bc_type", "Boundary condition", "", FVBCTypes, (PetscEnum)ctx.bctype,… in main()
|
| H A D | ex6.c | 785 …PetscCall(PetscOptionsEnum("-bc_type", "Boundary condition", "", FVBCTypes, (PetscEnum)ctx.bctype,… in main()
|
| H A D | finitevolume1d.c | 7 const char *FVBCTypes[] = {"PERIODIC", "OUTFLOW", "INFLOW", "FVBCType", "FVBC_", 0}; variable
|
| H A D | ex4.c | 1232 …PetscCall(PetscOptionsEnum("-bc_type", "Boundary condition", "", FVBCTypes, (PetscEnum)ctx.bctype,… in main()
|
| H A D | ex8.c | 1127 …PetscCall(PetscOptionsEnum("-bc_type", "Boundary condition", "", FVBCTypes, (PetscEnum)ctx.bctype,… in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 191 static const char *FVBCTypes[] = {"PERIODIC", "OUTFLOW", "FVBCType", "FVBC_", 0}; variable 1449 …PetscCall(PetscOptionsEnum("-bc_type", "Boundary condition", "", FVBCTypes, (PetscEnum)ctx.bctype,… in main()
|