Hi,
I am trying to develop a framework in Dolfinx in which I solve a 3D model (thermal) in which I embedded a heat source term based on a 1D model (also in DolfinX). Ideally, I would like every process to have its own 1D model. Currently, if I run the code in parallel, the 1D problem is automatically parallelized too.
So, my question is: Is it possible to run a large 3D model on multiple tasks and allow each task to create a smaller serial 1D model?
Thank you!
Francis