function [pl,ql,pr,qr] = turingbc(xl,ul,xr,ur,t) % TURINGBC Boundary conditions for Turing equations % % See also: TURING, TURINGIC % % Ecole de Printemps SFBT 2012 pl = [0 0]'; pr = [0 0]'; ql = [1 1]'; qr = [1 1]';