Home
last modified time | relevance | path

Searched defs:bcTypes (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex32.c51 const char *bcTypes[2] = {"dirichlet", "neumann"}; in main() local
H A Dex29.c46 const char *bcTypes[2] = {"dirichlet", "neumann"}; in main() local
H A Dex36.cxx513 const char *bcTypes[2] = {"dirichlet", "neumann"}; in InitializeOptions() local
H A Dex35.cxx558 const char *bcTypes[2] = {"dirichlet", "neumann"}; in InitializeOptions() local
H A Dex73.c48 const char *bcTypes[2] = {"dirichlet", "neumann"}; in UserContextCreate() local
/petsc/src/snes/tutorials/
H A Dex11.c92 static const char *const bcTypes[] = {"DIRICHLET", "NEUMANN", "bcType", "BC_", 0}; variable
H A Dex12.c408 const char *bcTypes[3] = {"neumann", "dirichlet", "none"}; in ProcessOptions() local