Hello,

I'm attempting to use a mesh(like the one generated in Misc Example 6,
using the Triangle Interface) to solve a Poisson problem like Intro.
Example 3.

Here are the problems I encounter:

1. Within the assemble_poisson function,
MeshBase::const_element_iterator       el     =
mesh.active_local_elements_begin(); and
MeshBase::const_element_iterator       el     =
mesh.active_local_elements_end(); are the same.

2. On the other hand I can iterate through the elements by accessing them
directly through mesh.elem(i) for index i within the correct range.

3. However the dof_indices for a single element all have the same value. I
suspect this is related to point 1 above.

What am I doing wrong ? I have a feeling that my mesh has not been
initialized properly and that this is leading to issues with the DOFMap.

Thank you!


Regards,
Xavier
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to