Searched refs:PetscOptionsBCDefinition (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 44 …PetscCall(PetscOptionsBCDefinition("-bc_wall", "Face IDs to apply wall BC", NULL, "wall", &bc_def,… in BoundaryConditionSetUp() 65 …PetscCall(PetscOptionsBCDefinition(flags[j], "Face IDs to apply symmetry BC", NULL, "symmetry", &b… in BoundaryConditionSetUp() 67 …PetscCall(PetscOptionsBCDefinition(deprecated[j], "Face IDs to apply symmetry BC", NULL, "symmetry… in BoundaryConditionSetUp()
|
| /libCEED/examples/fluids/include/ |
| H A D | bc_definition.h | 35 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ macro
|