Home
last modified time | relevance | path

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

/libCEED/examples/petsc/include/
H A Dstructs.h71 CEED_BP3 = 2, enumerator
H A Dsphereproblemdata.h59 [CEED_BP3] = {.num_comp_u = 1,
H A Dbpsproblemdata.h63 [CEED_BP3] = {.num_comp_u = 1,
/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
165 [CEED_BP3] = {.num_comp_u = 1,
H A Dbps.c273 … PetscReal tol = rp->bp_choice < CEED_BP3 ? 5e-4 : (5e-2 + (rp->bp_choice % 2 == 1 ? 5e-3 : 0)); in RunWithDM()
H A Dmultigrid.c79 bp_choice = CEED_BP3; in main()