Lines Matching full:degree
371 @brief Setup `DM` with FE space of appropriate degree
1054 @brief Setup `DM` with FE space of appropriate degree
1060 @param[in] degree Polynomial orders of field
1069 …ByOrderBegin_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_or… in DMSetupByOrderBegin_FEM() argument
1071 PetscInt dim, q_order = degree + q_extra; in DMSetupByOrderBegin_FEM()
1083 PetscInt q_order = degree + q_extra; in DMSetupByOrderBegin_FEM()
1085 PetscCall(PetscFECreateLagrange(comm, dim, field_sizes[i], is_simplex, degree, q_order, &fe)); in DMSetupByOrderBegin_FEM()
1147 @brief Setup `DM` with FE space of appropriate degree with no boundary conditions
1153 @param[in] degree Polynomial orders of field
1162 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P… in DMSetupByOrder_FEM() argument
1165 …PetscCall(DMSetupByOrderBegin_FEM(setup_faces, setup_coords, degree, coord_order, q_extra, num_fie… in DMSetupByOrder_FEM()