Searched refs:bcTypes (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex32.c | 51 const char *bcTypes[2] = {"dirichlet", "neumann"}; in main() local 68 …scOptionsEList("-bc_type", "Type of boundary condition", "ex29.c", bcTypes, 2, bcTypes[0], &bc, NU… in main()
|
| H A D | ex29.c | 46 const char *bcTypes[2] = {"dirichlet", "neumann"}; in main() local 66 …scOptionsEList("-bc_type", "Type of boundary condition", "ex29.c", bcTypes, 2, bcTypes[0], &bc, NU… in main()
|
| H A D | ex36.cxx | 513 const char *bcTypes[2] = {"dirichlet", "neumann"}; in InitializeOptions() local 551 …PetscCall(PetscOptionsEList("-bc", "Type of boundary condition", "ex36.cxx", bcTypes, 2, bcTypes[0… in InitializeOptions()
|
| H A D | ex35.cxx | 558 const char *bcTypes[2] = {"dirichlet", "neumann"}; in InitializeOptions() local 593 …PetscCall(PetscOptionsEList("-bc", "Type of boundary condition", "ex35.cxx", bcTypes, 2, bcTypes[0… in InitializeOptions()
|
| H A D | ex73.c | 48 const char *bcTypes[2] = {"dirichlet", "neumann"}; in UserContextCreate() local 60 …scOptionsEList("-bc_type", "Type of boundary condition", "ex29.c", bcTypes, 2, bcTypes[0], &bc, NU… in UserContextCreate()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex11.c | 92 static const char *const bcTypes[] = {"DIRICHLET", "NEUMANN", "bcType", "BC_", 0}; variable 182 …PetscCall(PetscOptionsEnum("-bc_type", "Type of boundary condition", __FILE__, bcTypes, (PetscEnum… in ProcessOptions() 194 PetscCall(PetscPrintf(comm, " boundary conditions: %s\n", bcTypes[options->bc])); in ProcessOptions()
|
| H A D | ex12.c | 408 const char *bcTypes[3] = {"neumann", "dirichlet", "none"}; in ProcessOptions() local 436 …scOptionsEList("-bc_type", "Type of boundary condition", "ex12.c", bcTypes, 3, bcTypes[options->bc… in ProcessOptions()
|