1 #ifndef DDMD_SYMM_TENSOR_AVERAGE_ANALYZER_H 2 #define DDMD_SYMM_TENSOR_AVERAGE_ANALYZER_H 11 #include <ddMd/analyzers/Analyzer.h> 15 class SymmTensorAverage;
61 virtual void readParameters(std::istream& in);
94 virtual void sample(
long iStep);
99 virtual void output();
108 virtual void compute() = 0;
115 virtual Tensor value() = 0;
120 std::ofstream outputFile_;
126 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.
Calculates averages of all components of a Tensor-valued variable.
Utility classes for scientific computation.
Saving archive for binary istream.
Analyzer that computes average of a sequence of symmetric Tensor values.