Re: [Libmesh-users] compute_data with infinite elements

2016-08-04 Thread Hubert Weissmann
Hi John, thank you for your fast answer. Your comment seems reasonable, I should have looked at the declaration of eval... I will try to get access to the mentioned paper to get the correct mapping. Maybe one could map it in ifem_compute_data(), so the user does not need to bother about it and use

Re: [Libmesh-users] compute_data with infinite elements

2016-08-04 Thread John Peterson
On Thu, Aug 4, 2016 at 6:21 AM, Hubert Weissmann wrote: > Hi everyone, > I am trying to print the solution of a test-system to a file/stdout. > For this I think it is best to use the compute_data() function which I > do in the following way: > After solving the system, I inserted > >MeshBase:

[Libmesh-users] compute_data with infinite elements

2016-08-04 Thread Hubert Weissmann
Hi everyone, I am trying to print the solution of a test-system to a file/stdout. For this I think it is best to use the compute_data() function which I do in the following way: After solving the system, I inserted MeshBase::const_element_iterator el = mesh.active_local_elements_begin