Lines Matching refs:solution_degree
44 solution_degree, in example_1()
53 assert!(solution_degree >= 1); in example_1()
72 println!(" Solution degree [-p] : {}", solution_degree); in example_1()
95 solution_degree + 1, in example_1()
101 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_1()
118 mesh::build_cartesian_restriction(&ceed, dim, num_xyz, solution_degree, 1, num_qpts)?; in example_1()
294 solution_degree: 4, in example_1_1d()
310 solution_degree: 4, in example_1_2d()
326 solution_degree: 4, in example_1_3d()
342 solution_degree: 4, in example_1_1d_gallery()
358 solution_degree: 4, in example_1_2d_gallery()
374 solution_degree: 4, in example_1_3d_gallery()