CG  Version 25
Macros
ad/src/userDefinedInitialConditions.C File Reference
#include "Cgad.h"
#include "AdParameters.h"
#include "GenericGraphicsInterface.h"
#include "ParallelUtility.h"
Include dependency graph for ad/src/userDefinedInitialConditions.C:

Macros

#define U2D(x, y, z, t)   ( amp*exp( - alpha*( SQR((x)-(xPulse-c*t)) + SQR((y)-yPulse) ) ) )
 
#define U3D(x, y, z, t)   (amp*exp( - alpha*( SQR((x)-(xPulse-c*t)) + SQR((y)-yPulse) + SQR((z)-zPulse) ) ))
 

Macro Definition Documentation

#define U2D (   x,
  y,
  z,
 
)    ( amp*exp( - alpha*( SQR((x)-(xPulse-c*t)) + SQR((y)-yPulse) ) ) )
#define U3D (   x,
  y,
  z,
 
)    (amp*exp( - alpha*( SQR((x)-(xPulse-c*t)) + SQR((y)-yPulse) + SQR((z)-zPulse) ) ))