Searched refs:p_degree (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | petscutils.h | 23 PetscErrorCode SetupDMByDegree(DM dm, PetscInt p_degree, PetscInt q_extra, PetscInt num_comp_u, P…
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 134 PetscErrorCode SetupDMByDegree(DM dm, PetscInt p_degree, PetscInt q_extra, PetscInt num_comp_u, Pet… in SetupDMByDegree() argument 136 PetscInt q_degree = p_degree + q_extra; in SetupDMByDegree() 146 PetscCall(PetscFECreateLagrange(comm, dim, num_comp_u, is_simplex, p_degree, q_degree, &fe)); in SetupDMByDegree()
|