On Thu, Dec 12, 2013 at 11:15 AM, Andrew Davis wrote:
> Hi,
>
> I suppose you are right - it would depend on the node number in the mesh.
> So in that case, the set dofIndices contains the correct numbers. However,
> if I look at the points (the line cout << pt << endl;) they only come from a
> q
On Thu, Dec 12, 2013 at 10:59 AM, Andrew Donaldson Davis
wrote:
> Hi,
>
> I am trying to get the spatial points corresponding to the degrees of
> freedom for a specific variable in a libMesh::System. However, I am having
> some trouble if the degree of the variable's shape functions is less than
Hi,
I am trying to get the spatial points corresponding to the degrees of
freedom for a specific variable in a libMesh::System. However, I am having
some trouble if the degree of the variable's shape functions is less than
the mesh. Here is the code I am using
int varNum = 0
set dofIndices;