Lines Matching refs:solution_degree
45 solution_degree, in example_2()
54 assert!(solution_degree >= 1); in example_2()
73 println!(" Solution degree [-p] : {}", solution_degree); in example_2()
96 solution_degree + 1, in example_2()
102 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_2()
122 solution_degree, in example_2()
127 mesh::build_cartesian_restriction(&ceed, dim, num_xyz, solution_degree, 1, num_qpts)?; in example_2()
372 solution_degree: 4, in example_2_1d()
388 solution_degree: 4, in example_2_2d()
404 solution_degree: 4, in example_2_3d()
420 solution_degree: 4, in example_2_1d_gallery()
436 solution_degree: 4, in example_2_2d_gallery()
452 solution_degree: 4, in example_2_3d_gallery()