Home
last modified time | relevance | path

Searched refs: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
68 …scOptionsEList("-bc_type", "Type of boundary condition", "ex29.c", bcTypes, 2, bcTypes[0], &bc, NU… in main()
H A Dex29.c46 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 Dex36.cxx513 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 Dex35.cxx558 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 Dex73.c48 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 Dex11.c92 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 Dex12.c408 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()