Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
\( f(x,y) =A/\cosh^2(k_x x) \) More...
Public Member Functions | |
InvCoshXsq (double amp, double kx) | |
Construct with two coefficients. More... | |
DG_DEVICE double | operator() (double x) const |
DG_DEVICE double | operator() (double x, double y) const |
DG_DEVICE double | operator() (double x, double y, double z) const |
\( f(x,y) =A/\cosh^2(k_x x) \)
|
inline |
Construct with two coefficients.
amp | amplitude |
kx | kx |
|
inline |
|
inline |
|
inline |