CHROMA
Public Attributes | List of all members

Diagnostics about the forces, per direction and total. More...

#include <force_monitors.h>

Public Attributes

Real F_sq
 
Real F_avg
 
Real F_max
 
Real F_max_dt
 
multi1d< Real > F_sq_dir
 
multi1d< Real > F_avg_dir
 
multi1d< Real > F_max_dir
 
multi1d< Real > F_max_dt_dir
 

Detailed Description

Diagnostics about the forces, per direction and total.

Definition at line 15 of file force_monitors.h.

Member Data Documentation

◆ F_avg

Real Chroma::ForceMonitors::F_avg

sum sqrt(norm2(F))

Definition at line 18 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().

◆ F_avg_dir

multi1d<Real> Chroma::ForceMonitors::F_avg_dir

Definition at line 22 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().

◆ F_max

Real Chroma::ForceMonitors::F_max

max(localNorm2(F))

Definition at line 19 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().

◆ F_max_dir

multi1d<Real> Chroma::ForceMonitors::F_max_dir

Definition at line 23 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().

◆ F_max_dt

Real Chroma::ForceMonitors::F_max_dt

Definition at line 20 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().

◆ F_max_dt_dir

multi1d<Real> Chroma::ForceMonitors::F_max_dt_dir

Definition at line 24 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().

◆ F_sq

Real Chroma::ForceMonitors::F_sq

sum norm2(F)

Definition at line 17 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().

◆ F_sq_dir

multi1d<Real> Chroma::ForceMonitors::F_sq_dir

Definition at line 21 of file force_monitors.h.

Referenced by Chroma::forceMonitorCalc(), and Chroma::write().


The documentation for this struct was generated from the following file: