#include "petscpc.h" PetscErrorCode PCBDDCSetDiscreteGradient(PC pc, Mat G, PetscInt order, PetscInt field, PetscBool global, PetscBool conforming)Collective on PC
pc | - the preconditioning context | |
G | - the discrete gradient matrix (should be in AIJ format) | |
order | - the order of the Nedelec space (1 for the lowest order) | |
field | - the field id of the Nedelec dofs (not used if the fields have not been specified) | |
global | - the type of global ordering for the rows of G | |
conforming | - whether the mesh is conforming or not |