#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexDistributeField(DM dm, PetscSF pointSF, PetscSection originalSection, Vec originalVec, PetscSection newSection, Vec newVec)Collective on DM
dm | - The DMPlex object | |
pointSF | - The PetscSF describing the communication pattern | |
originalSection | - The PetscSection for existing data layout | |
originalVec | - The existing data |
newSection | - The PetscSF describing the new data layout | |
newVec | - The new data |