Searched refs:CEED_BP4 (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 72 CEED_BP4 = 3, enumerator
|
| H A D | sphereproblemdata.h | 75 [CEED_BP4] = {.num_comp_u = 3,
|
| H A D | bpsproblemdata.h | 80 [CEED_BP4] = {.num_comp_u = 3,
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 124 typedef enum { CEED_BP1 = 0, CEED_BP2 = 1, CEED_BP3 = 2, CEED_BP4 = 3, CEED_BP5 = 4, CEED_BP6 = 5 }… enumerator 179 [CEED_BP4] = {.num_comp_u = 3,
|
| H A D | bps.c | 120 …tscCall(PetscSNPrintf(bp_name, 6, "%d + %d", rp->bp_choice % 2 ? 2 : 1, rp->bp_choice - CEED_BP4)); in RunWithDM()
|