>
> I would like to have your guidance on another point. I see that the system
> matrices and vectors required for the reduced basis and EIM computations
> are managed by unique pointers in the rb and eim construction classes. For
> hp EIM, multiple copies of these are required. This means that the
OK! Noted.
I would like to have your guidance on another point. I see that the system
matrices and vectors required for the reduced basis and EIM computations
are managed by unique pointers in the rb and eim construction classes. For
hp EIM, multiple copies of these are required. This means that t
Hi Nikhil,
> I have started to implement hp-EIM. I have a question about combining hp
> EIM with the reduced basis method. In standard EIM, the theta objects from
> the eim evaluation object are attached to the rb theta expansion of the rb
> evaluation object. In hp EIM there are multiple eim eva
Hi David,
I have started to implement hp-EIM. I have a question about combining hp
EIM with the reduced basis method. In standard EIM, the theta objects from
the eim evaluation object are attached to the rb theta expansion of the rb
evaluation object. In hp EIM there are multiple eim evaluation ob
On Tue, Apr 2, 2019 at 10:30 AM Nikhil Vaidya
wrote:
> Hello,
>
> I was wondering if there is a way to perform hp-EIM using the reduced basis
> module.
>
It's not implemented at the moment. You could try to extend the current EIM
code in order to support it, if you like.
Best,
David
__
On Tue, Apr 2, 2019 at 10:39 AM Nikhil Vaidya
wrote:
> Hi David,
>
> Thanks for your reply. Could you give me some tips for extending the
> current EIM code?
>
You'd have to read through the EIM code and familiarize yourself with it...
I don't see any blockers to supporting hp-EIM, but it would
Hi David,
Thanks for your reply. Could you give me some tips for extending the
current EIM code?
Best regards,
Nikhil
On Tue, Apr 2, 2019 at 4:31 PM David Knezevic
wrote:
> On Tue, Apr 2, 2019 at 10:30 AM Nikhil Vaidya
> wrote:
>
>> Hello,
>>
>> I was wondering if there is a way to perform hp