1 #ifndef DDMD_TENSOR_AVERAGE_ANALYZER_H 2 #define DDMD_TENSOR_AVERAGE_ANALYZER_H 11 #include <ddMd/analyzers/Analyzer.h> 61 virtual void readParameters(std::istream& in);
95 virtual void sample(
long iStep);
100 virtual void output();
109 virtual void compute() = 0;
116 virtual Tensor value() = 0;
121 std::ofstream outputFile_;
127 int nSamplePerBlock_;
Abstract base for periodic output and/or analysis actions.
Parallel domain decomposition (DD) MD simulation.
Main object for a domain-decomposition MD simulation.
A Tensor represents a Cartesian tensor.
Saving / output archive for binary ostream.
Utility classes for scientific computation.
Calculates averages of all components of a Tensor-valued variable.
Analyzer that computes averages and block averages of a single Tensor.
Saving archive for binary istream.