Home
last modified time | relevance | path

Searched refs:CEED_BP24 (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/petsc/include/
H A Dstructs.h76 CEED_BP24 = 7, enumerator
H A Dbpsproblemdata.h148 [CEED_BP24] = {.num_comp_u = 3,
/libCEED/examples/petsc/
H A Dbps.c196 …EED_BP1 || rp->bp_choice == CEED_BP2 || rp->bp_choice == CEED_BP13 || rp->bp_choice == CEED_BP24 || in RunWithDM()
199 …if (rp->simplex || rp->bp_choice == CEED_BP13 || rp->bp_choice == CEED_BP24 || rp->bp_choice == CE… in RunWithDM()