Bridge++  Ver. 1.3.x
field_G.cpp File Reference
#include "field_G.h"
#include "bridgeIO.h"

Go to the source code of this file.

Functions

void mult_Field_Gnn (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
 
void mult_Field_Gdn (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
 
void mult_Field_Gnd (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
 
void mult_Field_Gdd (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
 
void multadd_Field_Gnn (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2, const double ff)
 
void multadd_Field_Gdn (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2, const double ff)
 
void multadd_Field_Gnd (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2, const double ff)
 
void multadd_Field_Gdd (Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2, const double ff)
 
void at_Field_G (Field_G &w, const int ex)
 
void ah_Field_G (Field_G &w, const int ex)
 

Function Documentation

void ah_Field_G ( Field_G w,
const int  ex 
)

Definition at line 254 of file field_G.cpp.

void at_Field_G ( Field_G w,
const int  ex 
)

Definition at line 241 of file field_G.cpp.

void mult_Field_Gdd ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2 
)

Definition at line 142 of file field_G.cpp.

void mult_Field_Gdn ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2 
)

Definition at line 104 of file field_G.cpp.

void mult_Field_Gnd ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2 
)

Definition at line 123 of file field_G.cpp.

void mult_Field_Gnn ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2 
)

Definition at line 85 of file field_G.cpp.

void multadd_Field_Gdd ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2,
const double  ff 
)

Definition at line 221 of file field_G.cpp.

void multadd_Field_Gdn ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2,
const double  ff 
)

Definition at line 181 of file field_G.cpp.

void multadd_Field_Gnd ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2,
const double  ff 
)

Definition at line 201 of file field_G.cpp.

void multadd_Field_Gnn ( Field_G w,
const int  ex,
const Field_G u1,
const int  ex1,
const Field_G u2,
const int  ex2,
const double  ff 
)

Definition at line 161 of file field_G.cpp.