Home
last modified time | relevance | path

Searched refs:num_bc_defs (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/src/
H A Dboundary_condition.c93 PetscCall(PetscSegBufferGetSize(bc_defs_seg, &problem->num_bc_defs)); in BoundaryConditionSetUp()
H A Dsetupdm.c56 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in SetUpDM()
/libCEED/examples/fluids/
H A Dnavierstokes.c335 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in main()
H A Dnavierstokes.h238 PetscCount num_bc_defs; member