#include "petscdmplex.h" PetscErrorCode DMPlexLocalToGlobalBasis(DM dm, Vec lv)
dm | - The DM | |
lv | - A local vector with values in the local basis |
lv | - A local vector with values in the global basis |
Note: This method is only intended to be called inside DMGlobalToLocal(). It is unlikely that a user would want a local vector full of coefficients for the global basis unless they are reimplementing GlobalToLocal.