Re: [deal.II] MPI: Evaluating several distributed functions on each node

2022-04-01 Thread Wolfgang Bangerth
On 4/1/22 08:40, Konrad Simon wrote: I am facing a little challenge: Suppose I have several objects myFunction of a certain class MyFunction derived from a Function object on each process in my MPI universe. The number of MyFunction objects may vary from process to process. I am trying to

[deal.II] MPI: Evaluating several distributed functions on each node

2022-04-01 Thread Konrad Simon
Dear all, I am facing a little challenge: Suppose I have several objects myFunction of a certain class MyFunction derived from a Function object on each process in my MPI universe. The number of MyFunction objects may vary from process to process. I am trying to evaluate each object at certain