--
You received this message because you are subscribed to the Google Groups "chebfun-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chebfun-users+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/chebfun-users/8d4b8b63-0bf9-4ca4-ae39-6f65210c487a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think the offending line needs to be replaced withif ( cellArg )bcU = N.bc(x, u);elsebcU = N.bc(x, uBlocks{:});end(see the similar sections for N.rbc and N.lbc.)I've issued a pull request:N
On 10 February 2017 at 16:44, Christopher Marcotte <christophe...@gmail.com> wrote:
Hi everyone!I've run into a strange issue with solving BVPs using the chebmatrix syntax. Rather, the BVP is solved fine (see demonstrative script below) but the solver fails when checking the boundary residuals. The error is "Too many input arguments."Is this a known issue? I could't find anything quite matching the description in the group or in the open issues on Github.The reason I'd like to cast the problem as a chebmatrix is because eventually I'd like to use the followpath functions to do some simple continuation, alternatively if you know how to use this function with the first form, I'd love to see it.CM
--
You received this message because you are subscribed to the Google Groups "chebfun-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chebfun-user...@googlegroups.com.