Go to the documentation of this file.
   14 #ifndef SOURCE_WALL_INCLUDED 
   15 #define SOURCE_WALL_INCLUDED 
   59   void set(
Field& v, 
const int i_color, 
const int i_spin);
 
   65   static Source *create_object()
 
   76   static bool register_factory()
 
   79     init &= Source::Factory::Register(
"Wall", create_object);
 
   80     init &= Source::Factory_params::Register(
"Wall", create_object_with_params);
 
  
 
void set(Field &v, const int idx)
 
void set_all_color(Field &v, const int i_spin)
 
Common parameter class: provides parameters as singleton.
 
Wall source for 4-spinor fermion.
 
Bridge::VerboseLevel m_vl
 
Source_Wall(const Parameters ¶ms)
 
void get_parameters(Parameters ¶ms) const
 
std::vector< int > m_source_position
 
Base class of source for a linear solver.
 
void set_all_color_spin(Field &v)
 
int idx(const int in, const int Nin, const int ist, const int Nx2, const int Ny, const int leo, const int Nvol2, const int ex)
 
Container of Field-type object.
 
void set_parameters(const Parameters ¶ms)
 
static const std::string class_name