On November 5, 2006 9:45 AM David Joyner
>
> This is excellent! Thank you very much. I have two
> questions.
>
> 1. I think there are permission problems maybe?
> You can see (below) I tried your commands and then I
> tried them from my copy of PAFF. Do you see what the
> problem is?
>
I just c
On 11/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I added the following function to my polynomial_element.py file. The good
> news is that tests on a small polynomial (order 7) ran 1k to 2k times faster
> than __call__(). This thoroughly blows matlab out of the water for an
> inlin
I added the following function to my polynomial_element.py file. The good news
is that tests on a small polynomial (order 7) ran 1k to 2k times faster than
__call__(). This thoroughly blows matlab out of the water for an inlined
function, and is about 10x faster than a hard-coded polynomial.