Public Member Functions | |
VanishingSigma (String cmd, Parameters parameters, PDE pde) | |
VanishingSigma (double sigma0, double x1, double x2, double a) | |
double | getValue (double x, int ileft, int iright) |
Gets the value of the numerical dissipation factor in the specified point. | |
Static Public Member Functions | |
static void | main (String[] args) throws Exception |
Package Attributes | |
double | sigma0 = 0 |
double | asq = 1 |
double | x1 = 0 |
double | x2 = 0 |
double | minx = 0 |
double | maxx = 0 |
double | sigma_at_minx = 0 |
double | sigma_at_maxx = 0 |
double | deltaRsq = 0 |
double gridripper::amr1d::sigma::VanishingSigma::getValue | ( | double | x, | |
int | ileft, | |||
int | iright | |||
) | [inline, virtual] |
Gets the value of the numerical dissipation factor in the specified point.
x | the x coordinate | |
ileft | point index relative to the left bound (positive or zero) if the current grid contains the left bound, Integer.MAX_VALUE otherwise. | |
iright | point index relative to the right bound (negative or zero) if the current grid contains the right bound, Integer.MIN_VALUE otherwise. |
Implements gridripper::amr1d::Sigma.