UnnamedMoose / BasicOpenFOAMProgrammingTutorials

Introduces basic C++ concepts to beginner users of the OpenFOAM open-source CFD libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OFtutorial05_basicParallelComputing update request

klausbu opened this issue · comments

Could you elaborate also on how to consolidate/process lists across multiple processes.

I have to work a lot with matrix sections e.g. conversion of lower in COO format for further processing but am getting stuck e.g. with the local addressing at processor level when the case is decomposed.

Where are the global addresses?

I would appreciate if you could shed some light on that.