| 
    Bridge++
    Version 1.4.4
    
   | 
 
Base class of gauge force calculation. More...
#include <force_G.h>
  
 Public Member Functions | |
| Force_G () | |
| virtual | ~Force_G () | 
| virtual void | set_parameters (const Parameters &)=0 | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
| void | set_config (Field *U) | 
| void | set_config (Field_G *U) | 
| virtual void | force_core (Field &)=0 | 
| virtual void | force_core (Field &v, Field *U) | 
| virtual void | force_core (Field &v, Field_G *U) | 
Protected Attributes | |
| Field_G * | m_U | 
| Bridge::VerboseLevel | m_vl | 
Private Member Functions | |
| Force_G (const Force_G &) | |
| Force_G & | operator= (const Force_G &) | 
Base class of gauge force calculation.
This class defines the interface of gauge force calculation. [3 Mar 2016 Y.Namekawa]
      
  | 
  private | 
      
  | 
  pure virtual | 
Implemented in Force_G_Rectangle_SF, Force_G_Plaq_SF, Force_G_Rectangle, and Force_G_Plaq.
      
  | 
  inline | 
      
  | 
  pure virtual | 
Implemented in Force_G_Rectangle_SF, Force_G_Plaq_SF, Force_G_Rectangle, and Force_G_Plaq.
      
  | 
  protected |