From: Daniel D. <d.d...@tu...> - 2003-11-17 19:23:39
|
Hello Leopold, good, that you finally managed to get libmesh on your system running. However what you name an error in ex6 and ex12, is actually intended. Example 6 (ex6) is _only_ functional when you configure libmesh with ./configure --enable-ifem See details of the infinite elements e.g. in the class docs of InfFE. Similar reasoning applies also to ex12. Example 12 only works _completely_ fine when you _do_ use gzstream functionality (check the output of ex12 carefully!). So, the behavior of ex6 and ex12 is expected, and not erroneous. A final recommendation: better use METHOD=dbg, and not optimized mode. This helps a lot. Again, congrat's for using the right stuff: libmesh! ;) Daniel |