Searched refs:PetscOptionsBCDefinition (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | boundary_condition.c | 40 …PetscCall(PetscOptionsBCDefinition("-bc_wall", "Face IDs to apply wall BC", NULL, "wall", &bc_def,… in BoundaryConditionSetUp() 61 …PetscCall(PetscOptionsBCDefinition(flags[j], "Face IDs to apply symmetry BC", NULL, "symmetry", &b… in BoundaryConditionSetUp() 63 …PetscCall(PetscOptionsBCDefinition(deprecated[j], "Face IDs to apply symmetry BC", NULL, "symmetry… in BoundaryConditionSetUp() 74 …PetscCall(PetscOptionsBCDefinition("-bc_inflow", "Face IDs to apply inflow BC", NULL, "inflow", &b… in BoundaryConditionSetUp() 77 …PetscCall(PetscOptionsBCDefinition("-bc_outflow", "Face IDs to apply outflow BC", NULL, "outflow",… in BoundaryConditionSetUp() 80 …PetscCall(PetscOptionsBCDefinition("-bc_freestream", "Face IDs to apply freestream BC", NULL, "fre… in BoundaryConditionSetUp() 83 …PetscCall(PetscOptionsBCDefinition("-bc_slip", "Face IDs to apply slip BC", NULL, "slip", &bc_def,… in BoundaryConditionSetUp()
|
| /honee/include/ |
| H A D | bc_definition.h | 50 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ macro
|