Dear David,
Dear libMesh developers,
I have some problems with the new version
of RBEIMConstruction/RBEIMEvaluation AND ParallelMesh.
I guess that the problem was introduced with the following commit
https://github.com/libMesh/libmesh/commit/474509c0d10ff0feb7292410b3cfdd91b743310d
In particular,
On Thu, 9 Jan 2014, Francesco Ballarin wrote:
In particular, at line 346
of src/reduced_basis/rb_eim_construction.C, the optimal_elem_id is
broadcast among the processors, in order for the optimal element to
be retrieved at line 356. However, when working in parallel on a
ParallelMesh, the elem
On 01/10/2014 02:09 AM, Roy Stogner wrote:
>
> On Thu, 9 Jan 2014, Francesco Ballarin wrote:
>
>> In particular, at line 346
>> of src/reduced_basis/rb_eim_construction.C, the optimal_elem_id is
>> broadcast among the processors, in order for the optimal element to
>> be retrieved at line 356. How
Ok, thank you both. Roy: yes, I'm willing to test the patch.
On Fri, Jan 10, 2014 at 1:46 AM, David Knezevic
wrote:
>
> On 01/10/2014 02:09 AM, Roy Stogner wrote:
>
>>
>> On Thu, 9 Jan 2014, Francesco Ballarin wrote:
>>
>> In particular, at line 346
>>> of src/reduced_basis/rb_eim_construction.C