28 : _isValid(true), _couplingCellSize(0.0), _linkedCellsPerCouplingCell(0), _writeEveryMicroscopicTimestep(0), _microscopicFilename(
""),
29 _writeEveryMacroscopicTimestep(0), _macroscopicFilename(
"") {}
83 unsigned int writeEveryMicroscopicTimestep, std::string microscopicFilename,
unsigned int writeEveryMacroscopicTimestep,
84 std::string macroscopicFilename)
85 : _isValid(true), _couplingCellSize(couplingCellSize), _linkedCellsPerCouplingCell(linkedCellsPerCouplingCell),
86 _writeEveryMicroscopicTimestep(writeEveryMicroscopicTimestep), _microscopicFilename(microscopicFilename),
87 _writeEveryMacroscopicTimestep(writeEveryMacroscopicTimestep), _macroscopicFilename(macroscopicFilename) {}
90 static const std::string COUPLING_CELL_SIZE;
91 static const std::string LINKED_CELLS_PER_COUPLING_CELL;
92 static const std::string WRITE_EVERY_MICROSCOPIC_TIMESTEP;
93 static const std::string WRITE_EVERY_MACROSCOPIC_TIMESTEP;
94 static const std::string MICROSCOPIC_FILENAME;
95 static const std::string MACROSCOPIC_FILENAME;
100 unsigned int _writeEveryMicroscopicTimestep;
101 std::string _microscopicFilename;
102 unsigned int _writeEveryMacroscopicTimestep;
103 std::string _macroscopicFilename;
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15