Memosa-FVM  0.2
MultiFieldReduction.h File Reference
#include "Field.h"
#include "ArrayBase.h"
Include dependency graph for MultiFieldReduction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MultiFieldReduction
 

Typedefs

typedef shared_ptr
< MultiFieldReduction
MFRPtr
 
typedef vector< shared_ptr
< MultiFieldReduction > > 
MFReductionVector
 

Functions

ostream & operator<< (ostream &os, const MultiFieldReduction &x)
 

Typedef Documentation

typedef vector<shared_ptr<MultiFieldReduction> > MFReductionVector

Definition at line 58 of file MultiFieldReduction.h.

typedef shared_ptr<MultiFieldReduction> MFRPtr

Definition at line 56 of file MultiFieldReduction.h.

Function Documentation

ostream& operator<< ( ostream &  os,
const MultiFieldReduction x 
)
inline

Definition at line 49 of file MultiFieldReduction.h.

References MultiFieldReduction::print().

51 {
52  x.print(os);
53  return os;
54 }
void print(ostream &os) const