Lines Matching full:degree
21 // bpssphere -problem bp1 -degree 3
22 // bpssphere -problem bp2 -degree 3
23 // bpssphere -problem bp3 -degree 3
24 // bpssphere -problem bp4 -degree 3
25 // bpssphere -problem bp5 -degree 3 -ceed /cpu/self
26 // bpssphere -problem bp6 -degree 3 -ceed /gpu/cuda
28 //TESTARGS -ceed {ceed_resource} -test -problem bp3 -degree 3 -dm_refine 2
53 …PetscInt degree = 3, q_extra, l_size, g_size, topo_dim = 2, num_comp_x = 3, num_comp_u… in main() local
84 degree = test_mode ? 3 : 2; in main()
85 …PetscCall(PetscOptionsInt("-degree", "Polynomial degree of tensor product basis", NULL, degree, &d… in main()
133 PetscCall(SetupDMByDegree(dm, degree, q_extra, num_comp_u, topo_dim, false)); in main()
151 PetscInt P = degree + 1, Q = P + q_extra; in main()
175 …PetscCall(SetupLibceedByDegree(dm, ceed, degree, topo_dim, q_extra, num_comp_x, num_comp_u, g_size… in main()