CG  Version 25
Functions | Variables
trigonometricTZ.h File Reference

Go to the source code of this file.

Functions

RealArray fx (nc)
 
RealArray fy (nc)
 
RealArray fz (nc)
 
RealArray ft (nc)
 
RealArray gx (nc)
 
RealArray gy (nc)
 
RealArray gz (nc)
 
RealArray gt (nc)
 
RealArray amplitude (nc)
 
RealArray cc (nc)
 
 if (numberOfDimensions==2)
 
 if (method==sosup)
 
OGTrigFunction *tz setShifts (gx, gy, gz, gt)
 
OGTrigFunction *tz setAmplitudes (amplitude)
 
OGTrigFunction *tz setConstants (cc)
 

Variables

const int nc = numberOfComponents + int(useChargeDensity)
 
 gx =0.
 
 gy =0.
 
 gz =0.
 
 gt =0.
 
 amplitude =1.
 
 cc =0.
 
 fx =omega[0]
 
 fy = numberOfDimensions>1 ? omega[1] : 0.
 
 fz = numberOfDimensions>2 ? omega[2] : 0.
 
 ft = omega[3]
 
 tz = new OGTrigFunction(fx,fy,fz,ft)
 

Function Documentation

RealArray amplitude ( nc  )
RealArray cc ( nc  )
RealArray ft ( nc  )
RealArray fx ( nc  )
RealArray fy ( nc  )
RealArray fz ( nc  )
RealArray gt ( nc  )
RealArray gx ( nc  )
RealArray gy ( nc  )
RealArray gz ( nc  )
if ( numberOfDimensions  = =2)

References amplitude, assert(), cc, ex, ey, gx, gy, omega, uc, vc, and wc.

if ( method  = =sosup)

References amplitude, cc, ex, ft, fx, fy, fz, gt, gx, gy, gz, and n.

OGTrigFunction* tz setAmplitudes ( amplitude  )
OGTrigFunction* tz setConstants ( cc  )
OGTrigFunction* tz setShifts ( gx  ,
gy  ,
gz  ,
gt   
)

Variable Documentation

amplitude =1.
cc =0.
ft = omega[3]
fx =omega[0]
fy = numberOfDimensions>1 ? omega[1] : 0.
fz = numberOfDimensions>2 ? omega[2] : 0.
gt =0.
gx =0.
gy =0.
gz =0.
const int nc = numberOfComponents + int(useChargeDensity)
tz = new OGTrigFunction(fx,fy,fz,ft)