A nodegroup parallel component that reads in a volume data file and distributes its data to elements of an array parallel component.
More...
template<typename Metavariables>
struct importers::ElementDataReader< Metavariables >
A nodegroup parallel component that reads in a volume data file and distributes its data to elements of an array parallel component.
Each element of the array parallel component must register itself before data can be sent to it. To do so, invoke importers::Actions::RegisterWithElementDataReader on each element. In a subsequent phase you can then invoke importers::ThreadedActions::ReadVolumeData on the ElementDataReader component to read in the file and distribute its data to the registered elements.
- See also
- Dev guide on Importing data