#include "petscksp.h" PetscErrorCode PCSetCoordinates(PC pc, PetscInt dim, PetscInt nloc, PetscReal coords[])Collective on PC
pc | - the solver context | |
dim | - the dimension of the coordinates 1, 2, or 3 | |
nloc | - the blocked size of the coordinates array | |
coords | - the coordinates array |