julien pommier wrote: [snipped]
>> > Hello, here is the patch for the svn trunk: > http://svn.gna.org/viewcvs/getfem?rev=2350&view=rev Yes, it worked now and I tried a couple of the tests and they worked as well. Thanks very much for the quick response. > > However, I suggest that you do not use QD if you do not really need it > (i.e. if you intend to work with very high degree FEM such as P8, P10 > etc.), since it has an impact on the performances of the assembly. > > -- > julien > Thanks for the advice. I'll do that. Now another problem. :-) I'd like to use the python interface and while it compiled alright, trying the demos results in got an undefined symbol error. Here's the traceback. <quote> Traceback (most recent call last): File "demo_plate.py", line 1, in ? from getfem import * File "/usr/lib/python2.3/site-packages/getfem/__init__.py", line 30, in ? from getfem import * File "/usr/lib/python2.3/site-packages/getfem/getfem.py", line 39, in ? from _getfem import * ImportError: /usr/lib/python2.3/site-packages/getfem/_getfem.so: undefined symbol: _ZN3dal20dump_glibc_backtraceEv </quote> Another minor problem is the "Documentation" and "Links" links on the web page http://www-gmm.insa-toulouse.fr/getfem/ are not working. A little sleuthing turns up http://www-gmm.insa-toulouse.fr/getfem/doc/ for the documentation. :-) Regards, ST -- _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
