Lines Matching refs:num_qpts
46 num_qpts, in example_1_vector()
55 assert!(num_qpts >= 1); in example_1_vector()
75 println!(" Num. 1D quadr. pts [-q] : {}", num_qpts); in example_1_vector()
91 num_qpts, in example_1_vector()
98 num_qpts, in example_1_vector()
118 mesh::build_cartesian_restriction(&ceed, dim, num_xyz, mesh_degree, ncomp_x, num_qpts)?; in example_1_vector()
120 mesh::build_cartesian_restriction(&ceed, dim, num_xyz, solution_degree, 1, num_qpts)?; in example_1_vector()
122 mesh::build_cartesian_restriction(&ceed, dim, num_xyz, solution_degree, ncomp_u, num_qpts)?; in example_1_vector()
211 let elem_qpts = num_qpts.pow(dim as u32); in example_1_vector()
313 num_qpts: 6, in example_1_vector_1d()
329 num_qpts: 6, in example_1_vector_2d()
345 num_qpts: 6, in example_1_vector_3d()
361 num_qpts: 6, in example_1_vector_1d_gallery()
377 num_qpts: 6, in example_1_vector_2d_gallery()
393 num_qpts: 6, in example_1_vector_3d_gallery()