UBlockMask allows one to compress the selected data in UBlock used for communication. More...
UBlockMask allows one to compress the selected data in UBlock used for communication.
std::vector<Int> mask( UBlockMask::TOTAL_NUMBER, 1 );
assumes all information is to be communicated.
mask[UBlockMask::NZVAL] = 0;
then nzval will not be serialized / deserialized.