Lines Matching full:degree
20 // ./bps -problem bp1 -degree 3
21 // ./bps -problem bp2 -degree 3
22 // ./bps -problem bp3 -degree 3
23 // ./bps -problem bp4 -degree 3
24 // ./bps -problem bp5 -degree 3 -ceed /cpu/self
25 // ./bps -problem bp6 -degree 3 -ceed /gpu/cuda
27 //TESTARGS(name="BP3, tet elements") -ceed {ceed_resource} -test -problem bp3 -degree 3 -ksp_max_it…
28 //TESTARGS(name="BP5, hex elements") -ceed {ceed_resource} -test -problem bp5 -degree 3 -ksp_max_it…
29 //TESTARGS(name="BP1+3, hex elements") -ceed {ceed_resource} -test -problem bp1_3 -degree 3 -ksp_ma…
30 //TESTARGS(name="BP2+4, hex elements") -ceed {ceed_resource} -test -problem bp2_4 -degree 3 -ksp_ma…
111 PetscInt P = rp->degree + 1, Q = P + rp->q_extra; in RunWithDM()
167 …PetscCall(SetupLibceedByDegree(dm, ceed, rp->degree, rp->dim, rp->q_extra, rp->dim, rp->num_comp_u… in RunWithDM()
339 …PetscCall(SetupDMByDegree(dm_deg, rp->degree, rp->q_extra, rp->num_comp_u, dim, bp_options[rp->bp_… in Run()
361 PetscInt num_degrees = 30, degree[30] = {0}, num_local_nodes = 2, local_nodes[2] = {0}; in main() local
406 degree[0] = rp->test_mode ? 3 : 2; in main()
407 …PetscCall(PetscOptionsIntArray("-degree", "Polynomial degree of tensor product basis", NULL, degre… in main()
444 for (PetscInt i = 0; i < max_degree; i++) degree[i] = i + 1; in main()
465 PetscInt deg = degree[d]; in main()
467 rp->degree = deg; in main()