Lines Matching refs:mesh_degree
51 int SetCartesianMeshCoords(CeedInt dim, CeedInt num_xyz[3], CeedInt mesh_degree, CeedVector …
59 CeedInt mesh_degree = 4; // polynomial degree for the mesh in main() local
77 parse_error = next_arg ? mesh_degree = atoi(argv[++ia]), 0 : 1; in main()
100 mesh_degree = fmax(mesh_degree, sol_degree); in main()
101 sol_degree = mesh_degree; in main()
109 printf(" Mesh degree [-m] : %" CeedInt_FMT "\n", mesh_degree); in main()
130 …CeedBasisCreateTensorH1Lagrange(ceed, dim, num_comp_x, mesh_degree + 1, num_qpts, CEED_GAUSS, &mes… in main()
151 …BuildCartesianRestriction(ceed, dim, num_xyz, mesh_degree, num_comp_x, &mesh_size, num_qpts, &mesh… in main()
165 SetCartesianMeshCoords(dim, num_xyz, mesh_degree, mesh_coords); in main()
389 int SetCartesianMeshCoords(CeedInt dim, CeedInt num_xyz[3], CeedInt mesh_degree, CeedVector mesh_co… in SetCartesianMeshCoords() argument
390 CeedInt p = mesh_degree + 1; in SetCartesianMeshCoords()