Home
last modified time | relevance | path

Searched refs:p_degree (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/petsc/include/
H A Dpetscutils.h23 PetscErrorCode SetupDMByDegree(DM dm, PetscInt p_degree, PetscInt q_extra, PetscInt num_comp_u, P…
/libCEED/examples/petsc/src/
H A Dpetscutils.c134 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()