Bridge++  Ver. 2.0.2
field_F.cpp File Reference

Go to the source code of this file.

Functions

void mult_Field_Gn (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2)
 
void mult_Field_Gd (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2)
 
void multadd_Field_Gn (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2, const double a)
 
void multadd_Field_Gd (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2, const double a)
 
void mult_GM (Field_F &v, const GammaMatrix &gm, const Field_F &w)
 gamma matrix multiplication More...
 
void mult_iGM (Field_F &v, const GammaMatrix &gm, const Field_F &w)
 gamma matrix multiplication (i is multiplied) More...
 
void mult_GMproj (Field_F &v, const int pm, const GammaMatrix &gm, const Field_F &w)
 projection with gamma matrix: (1 \pm gamma)/2 More...
 
void mult_GMproj2 (Field_F &v, const int pm, const GammaMatrix &gm, const Field_F &w)
 projection with gamma matrix: (1 \pm gamma) More...
 
void mult_GMproj2 (Field_F &v, const double nu_s, const int pm, const double r_s, const GammaMatrix &gm, const Field_F &w)
 projection with gamma matrix: (r_s \pm nu_s * gamma) More...
 

Detailed Description

Author
Hideo Matsufuru (matsufuru)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2023-02-28 16:09:41 #$
Version
LastChangedRevision
2492

Definition in file field_F.cpp.

Function Documentation

◆ mult_Field_Gd()

void mult_Field_Gd ( Field_F y,
const int  ex,
const Field_G U,
int  ex1,
const Field_F x,
int  ex2 
)

Definition at line 54 of file field_F.cpp.

◆ mult_Field_Gn()

void mult_Field_Gn ( Field_F y,
const int  ex,
const Field_G U,
int  ex1,
const Field_F x,
int  ex2 
)

Definition at line 28 of file field_F.cpp.

◆ mult_GM()

void mult_GM ( Field_F v,
const GammaMatrix gm,
const Field_F w 
)

gamma matrix multiplication

Definition at line 136 of file field_F.cpp.

◆ mult_GMproj()

void mult_GMproj ( Field_F v,
const int  pm,
const GammaMatrix gm,
const Field_F w 
)

projection with gamma matrix: (1 \pm gamma)/2

Definition at line 228 of file field_F.cpp.

◆ mult_GMproj2() [1/2]

void mult_GMproj2 ( Field_F v,
const double  nu_s,
const int  pm,
const double  r_s,
const GammaMatrix gm,
const Field_F w 
)

projection with gamma matrix: (r_s \pm nu_s * gamma)

Definition at line 275 of file field_F.cpp.

◆ mult_GMproj2() [2/2]

void mult_GMproj2 ( Field_F v,
const int  pm,
const GammaMatrix gm,
const Field_F w 
)

projection with gamma matrix: (1 \pm gamma)

Definition at line 252 of file field_F.cpp.

◆ mult_iGM()

void mult_iGM ( Field_F v,
const GammaMatrix gm,
const Field_F w 
)

gamma matrix multiplication (i is multiplied)

Definition at line 182 of file field_F.cpp.

◆ multadd_Field_Gd()

void multadd_Field_Gd ( Field_F y,
const int  ex,
const Field_G U,
int  ex1,
const Field_F x,
int  ex2,
const double  a 
)

Definition at line 109 of file field_F.cpp.

◆ multadd_Field_Gn()

void multadd_Field_Gn ( Field_F y,
const int  ex,
const Field_G U,
int  ex1,
const Field_F x,
int  ex2,
const double  a 
)

Definition at line 80 of file field_F.cpp.