Lines Matching full:degree
27 //TESTARGS -ceed {ceed_resource} -test -problem bp2 -degree 5 -q_extra 1 -ksp_max_it_clip 15,15
59 static void GlobalNodes(const PetscInt p[3], const PetscInt i_rank[3], PetscInt degree, const P… in GlobalNodes() argument
60 for (int d = 0; d < 3; d++) m_nodes[d] = degree * mesh_elem[d] + (i_rank[d] == p[d] - 1); in GlobalNodes()
62 static PetscInt GlobalStart(const PetscInt p[3], const PetscInt i_rank[3], PetscInt degree, const P… in GlobalStart() argument
70 GlobalNodes(p, ijk_rank, degree, mesh_elem, m_nodes); in GlobalStart()
342 …PetscInt degree, q_extra, local_nodes, local_elem, mesh_elem[3], m_nodes[3], p[3], i_rank[3], l_no… in main() local
378 degree = test_mode ? 3 : 1; in main()
379 …PetscCall(PetscOptionsInt("-degree", "Polynomial degree of tensor product basis", NULL, degree, &d… in main()
391 P = degree + 1; in main()
419 for (local_elem = PetscMax(1, local_nodes / (degree * degree * degree));; local_elem++) { in main()
432 GlobalNodes(p, i_rank, degree, mesh_elem, m_nodes); in main()
474 l_nodes[d] = mesh_elem[d] * degree + 1; in main()
492 g_start[i][j][k] = GlobalStart(p, ijk_rank, degree, mesh_elem); in main()
493 GlobalNodes(p, ijk_rank, degree, mesh_elem, g_m_nodes[i][j][k]); in main()