Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex100.c25 PetscInt solution_degree = 2; in main() local
32 …scOptionsInt("-solution_degree", "The input CGNS file", EX, solution_degree, &solution_degree, NUL… in main()
48 …PetscCall(PetscFECreateLagrange(PETSC_COMM_SELF, dim, 1, PETSC_FALSE, solution_degree, PETSC_DETER… in main()