Go to the documentation of this file.
43 ListListOps::combine<Field<Type> >
54 combineFields(field());
A class for managing temporary objects.
static void scatterList(const List< commsStruct > &comms, List< T > &Values, const int tag, const label comm)
Scatter data. Reverse of gatherList.
static label nProcs(const label communicator=0)
Number of processes in parallel run.
void combineFields(Field< Type > &field)
Combine fields from all processor domains into single field.
static int myProcNo(const label communicator=0)
Number of this process (starting from masterNo() = 0)
static void gatherList(const List< commsStruct > &comms, List< T > &Values, const int tag, const label comm)
Gather data but keep individual values separate.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...