Lines Matching refs:solution_degree
46 solution_degree, in example_2_vector()
55 assert!(solution_degree >= 1); in example_2_vector()
75 println!(" Solution degree [-p] : {}", solution_degree); in example_2_vector()
98 solution_degree + 1, in example_2_vector()
104 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_2_vector()
124 solution_degree, in example_2_vector()
130 mesh::build_cartesian_restriction(&ceed, dim, num_xyz, solution_degree, ncomp_u, num_qpts)?; in example_2_vector()
403 solution_degree: 4, in example_2_vector_1d()
419 solution_degree: 4, in example_2_vector_2d()
435 solution_degree: 4, in example_2_vector_3d()
451 solution_degree: 4, in example_2_vector_1d_gallery()
467 solution_degree: 4, in example_2_vector_2d_gallery()
483 solution_degree: 4, in example_2_vector_3d_gallery()