Home
last modified time | relevance | path

Searched refs:CEED_BP6 (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/petsc/include/
H A Dstructs.h74 CEED_BP6 = 5, enumerator
H A Dsphereproblemdata.h107 [CEED_BP6] = {.num_comp_u = 3,
H A Dbpsproblemdata.h114 [CEED_BP6] = {.num_comp_u = 3,
/libCEED/examples/petsc/
H A Dbps.c116 bool is_combined_bp = rp->bp_choice > CEED_BP6; in RunWithDM()
403 if ((bp_choices[0] == CEED_BP5 || bp_choices[0] == CEED_BP6) && (rp->simplex)) { in main()
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
207 [CEED_BP6] = {.num_comp_u = 3,
H A Dmultigrid.c90 if ((bp_choice == CEED_BP5 || bp_choice == CEED_BP6) && (simplex)) { in main()