function au=mullap(u) % MULLAP Apply multiplicative Schwarz preconditioned laplace operator. % % function au=mullap(u) % u1=pcmulsw(u); au=lapmf(u1);