ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #00598
Re: FFC limitation
-
To:
Discussion of FFC development <ffc-dev@xxxxxxxxxx>
-
From:
Anders Logg <logg@xxxxxxxxx>
-
Date:
Wed, 10 May 2006 13:16:17 +0200
-
Mail-followup-to:
Discussion of FFC development <ffc-dev@xxxxxxxxxx>
-
Sender:
Anders Logg <logg@gwaihir>
-
User-agent:
Mutt/1.5.11
On Wed, May 10, 2006 at 12:01:48PM +0200, Mehdi Nikbakht wrote:
> Dear Anders
>
> I am trying to compile my form file for a complex mixed nonlinear problem(3
> phase). I received this error:
>
> *** Unable to find dimension for Index i0
>
> I removed some of my terms in bilinear form of 3th phase(they don't have any
> error themselves),then I could compile successfully. Is there any limitation in
> the number of arguments that can be compiled in form file?
>
> regards,
No, there's no such limitation.
Try to do the opposite instead. Remove as many terms as you can while
you still get an error. Remove the easy ones and try to isolate the
term that gives you errors. Then I can take a look at it and find/fix
the problem.
Try to produce as simple an example as possible.
/Anders