Searched defs: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
|
| H A D | ex29.c | 46 const char *bcTypes[2] = {"dirichlet", "neumann"}; in main() local
|
| H A D | ex36.cxx | 513 const char *bcTypes[2] = {"dirichlet", "neumann"}; in InitializeOptions() local
|
| H A D | ex35.cxx | 558 const char *bcTypes[2] = {"dirichlet", "neumann"}; in InitializeOptions() local
|
| H A D | ex73.c | 48 const char *bcTypes[2] = {"dirichlet", "neumann"}; in UserContextCreate() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex11.c | 92 static const char *const bcTypes[] = {"DIRICHLET", "NEUMANN", "bcType", "BC_", 0}; variable
|
| H A D | ex12.c | 408 const char *bcTypes[3] = {"neumann", "dirichlet", "none"}; in ProcessOptions() local
|