Home
last modified time | relevance | path

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

/honee/include/
H A Ddm-utils.h32 …tscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_ext…
35 …tscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_ext…
/honee/src/
H A Ddm-utils.c1069 …tscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_ext… in DMSetupByOrderBegin_FEM() argument
1108 if (coord_order != PETSC_DECIDE) fe_coord_order = coord_order; in DMSetupByOrderBegin_FEM()
1162 …tscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_ext… in DMSetupByOrder_FEM() argument
1165 …PetscCall(DMSetupByOrderBegin_FEM(setup_faces, setup_coords, degree, coord_order, q_extra, num_fie… in DMSetupByOrder_FEM()