Re: [Libmesh-users] Shell Matrix

2015-10-20 Thread Xikai Jiang
Yes, putting my own shell matrix files in the application directory is much easier and works. Also the Makefile doesn't need to be changed. Thanks. Xikai From: karp...@mcs.anl.gov Date: Sun, 18 Oct 2015 15:52:11 + Subject: Re: [Libmesh-users] Shell Matrix To: jx...@msn.com; vikra

Re: [Libmesh-users] Shell Matrix

2015-10-18 Thread Dmitry Karpeyev
> fatal error: libmesh/user_shell_matrix.h: No such file or directory > compilation terminated. > > My config.log file is attached. Are there steps I missed? > > Xikai > > From: vikram.v.g...@gmail.com > Date: Fri, 16 Oct 2015 13:10:34 -0500 > Subject: Re: [Libmesh-users] Shell

Re: [Libmesh-users] Shell Matrix

2015-10-16 Thread Vikram Garg
On Fri, Oct 16, 2015 at 12:46 PM, Xikai Jiang wrote: > Dear libMesh developers and users, > > I want to use matrix-free method and am looking into ShellMatrix in > libMesh. To get started, I've looked at the ShellMatrix example in example > 4 under Miscellaneous folder, and got several questions: