Home
last modified time | relevance | path

Searched refs:PetscOptionsBCDefinition (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/src/
H A Dboundary_condition.c44 …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 Dbc_definition.h35 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ macro