42 bool overwrite =
false,
int oneCellOnly = -1)
46 _oneCellOnly(oneCellOnly), _iteration(1) {
52#ifdef DEBUG_WRITE_TO_FILE
53 std::cout <<
" WTF: Write to file instance created. Will save to: " << _location << std::endl;
55 std::cout <<
" It will only print output of the last iteration." << std::endl;
56 if (_oneCellOnly != -1)
57 std::cout <<
" It will only print data of cell with linear "
58 "sequence domain index "
59 << _oneCellOnly << std::endl;
64#ifdef DEBUG_WRITE_TO_FILE
65 std::cout <<
" WTF: Write to file instance deconstructed." << std::endl;
72 std::string _location;
82 unsigned int _iteration;
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15