Home
last modified time | relevance | path

Searched refs:CEED_BP4 (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/petsc/include/
H A Dstructs.h72 CEED_BP4 = 3, enumerator
H A Dsphereproblemdata.h75 [CEED_BP4] = {.num_comp_u = 3,
H A Dbpsproblemdata.h80 [CEED_BP4] = {.num_comp_u = 3,
/libCEED/examples/petsc/
H A Dbpsraw.c124 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 Dbps.c120 …tscCall(PetscSNPrintf(bp_name, 6, "%d + %d", rp->bp_choice % 2 ? 2 : 1, rp->bp_choice - CEED_BP4)); in RunWithDM()