function au=addlap(u) % ADDLAP % Additive Schwarz preconditioned laplace operator. % % function au=addlap(u) % u1=pcaddsw(u); au=lapmf(u1);