33 #ifndef __H__LIB_ALGEBRA__PARALLELIZATION__PARALLEL_STORAGE_TYPE__
34 #define __H__LIB_ALGEBRA__PARALLELIZATION__PARALLEL_STORAGE_TYPE__
81 if(!type) outStream <<
"undefined";
ParallelStorageType
Definition: parallel_storage_type.h:66
@ PST_UNDEFINED
Definition: parallel_storage_type.h:67
@ PST_CONSISTENT
Definition: parallel_storage_type.h:68
@ PST_UNIQUE
Definition: parallel_storage_type.h:70
@ PST_ADDITIVE
Definition: parallel_storage_type.h:69
std::ostream & operator<<(std::ostream &outStream, const ug::MathMatrix< 2, 2 > &m)
Definition: math_matrix.cpp:38
ParallelStorageType operator&(const ParallelStorageType &a, const ParallelStorageType &b)
Definition: parallel_storage_type.h:74