Re: [Libmesh-users] Vector basis and Block support

2011-06-08 Thread Kirk, Benjamin (JSC-EG311)
> And if it's not too much of a problem how do you exactly specify subdomains ? > is it part of mesh class? You can manually set the sudomian_id() for an element after you read in the mesh, or many formats support specifying this in the mesh file itself. The ExodusII format and our own XDA/XDR fo

Re: [Libmesh-users] Vector basis and Block support

2011-06-08 Thread Kirk, Benjamin (JSC-EG311)
> Dear all, > > I have two questions: > > 1- Is there any support for vector basis ? The reason I'm asking is I want to > implement a full elasticity and without vector basis for finite elements it's > a headache? Is there a way for me to build it using a scalar basis? Not too much of a headache.

[Libmesh-users] Vector basis and Block support

2011-06-08 Thread Ataollah Mesgarnejad
Dear all, I have two questions: 1- Is there any support for vector basis ? The reason I'm asking is I want to implement a full elasticity and without vector basis for finite elements it's a headache? Is there a way for me to build it using a scalar basis? 2- Is there a support for blocks ? sa