In addition to @WeizhaoLi2018's p-adaptive multimaterial changes, this change-set also removes the old least-squares (LS) reconstruction functions that used only the face-neighbors. Why:
It was tested that this choice of neighbor-stencil can be unstable. The better choice is to use node-neighbors, which is expensive due to the large neighborhood, but very stable.
It wasn't being used.
The upkeep of this LS scheme was turning out to be more than initially thought.
Removing the face-neighbor LS means that compflow and transport cannot work with scheme="p0p1" anymore.
In addition to @WeizhaoLi2018's p-adaptive multimaterial changes, this change-set also removes the old least-squares (LS) reconstruction functions that used only the face-neighbors. Why:
Removing the face-neighbor LS means that
compflow
andtransport
cannot work withscheme="p0p1"
anymore.This change is