| _boundaryCodeSpr (defined in WSpr) | WSpr | [protected] |
| _coefFirstDerivative (defined in WSpr) | WSpr | [protected] |
| _functionName (defined in WSpr) | WSpr | [protected] |
| _initialConditionFileName (defined in WSpr) | WSpr | [protected] |
| _interpFilterAntiSymmetricBoundary (defined in WSpr) | WSpr | [protected] |
| _interpFilterRigidBoundary (defined in WSpr) | WSpr | [protected] |
| _interpFilterSymmetricBoundary (defined in WSpr) | WSpr | [protected] |
| _interpOrder (defined in WSpr) | WSpr | [protected] |
| _isInSpr (defined in WSpr) | WSpr | [protected] |
| _isLocalDerivative (defined in WSpr) | WSpr | [protected] |
| _mat (defined in WSpr) | WSpr | |
| _matDer (defined in WSpr) | WSpr | |
| _maxLevel (defined in WSpr) | WSpr | [protected] |
| _meshLevel (defined in WSpr) | WSpr | [protected] |
| _minLevel (defined in WSpr) | WSpr | [protected] |
| _numberOfElementsX (defined in WSpr) | WSpr | [protected] |
| _numberOfElementsY (defined in WSpr) | WSpr | [protected] |
| _threshold (defined in WSpr) | WSpr | [protected] |
| _waveletFilter (defined in WSpr) | WSpr | [protected] |
| advRHS(Array2D &u, double dx, double dy) | WSpr | |
| applyConeCondition(void) | WSpr | |
| applyConeCondition(Array2D &u) (defined in WSpr) | WSpr | [protected] |
| compute_RK4(double dt, Array2D &u, Array2D &v, Array2D &w, Array2D(WSpr::*rhsEval1)(Array2D &w, double epsilon0), Array2D(WSpr::*rhsEval2)(Array2D &w, double epsilon0), Array2D(WSpr::*rhsEval3)(Array2D &u, double epsilon0, Array2D &v, double mu0), double epsilon0, double mu0) (defined in WSpr) | WSpr | |
| compute_RK4Complete(double dt, Array2D &u, Array2D &v, Array2D &w, Array2D &sigma, Array2D(WSpr::*rhsEval1)(Array2D &w, Array2D &u, Array2D &v, double par1), Array2D(WSpr::*rhsEval2)(Array2D &w, Array2D &u, Array2D &v, double par2), Array2D(WSpr::*rhsEval3)(Array2D &u, double par1, Array2D &v, double par3), double par1, double par2) (defined in WSpr) | WSpr | |
| computeDistanceOfNearestNeighbor(Array2D &u, int m, int n, int direction) | WSpr | [protected] |
| computeFirstDerivativeInfBoundary(Array2D &u, int m, int n, int stride, int direction, int kind) | WSpr | [protected] |
| computeFirstDerivativeInLocalScale(Array2D &u, int m, int n, int direction) (defined in WSpr) | WSpr | [protected] |
| computeFirstDerivativeInSpr(int direction, int kind) | WSpr | |
| computeFirstDerivativeInSpr(Array2D &u, int direction, int kind) (defined in WSpr) | WSpr | |
| computeFirstDerivativeLocalScaleX(Array2D &u, int m, int n, int kind) | WSpr | [protected] |
| computeFirstDerivativeLocalScaleY(Array2D &u, int m, int n, int kind) | WSpr | [protected] |
| computeFirstDerivativeSupBoundary(Array2D &u, int m, int n, int stride, int direction, int kind) | WSpr | [protected] |
| computeRK4(double dt, Array2D &u, Array2D(WSpr::*rhsEval)(Array2D &fu, double dX, double dY)) (defined in WSpr) | WSpr | |
| computeRKCashKarp45(double dt, Array2D &u, Array2D(WSpr::*rhsEval)(Array2D &f, double dX, double dY)) | WSpr | |
| computeRKCashKarp45(double dt, Array2D &u, Array2D &v, Array2D &w, Array2D(WSpr::*rhsEval1)(Array2D &w, double par1), Array2D(WSpr::*rhsEval2)(Array2D &w, double par2), Array2D(WSpr::*rhsEval3)(Array2D &u, double par1, Array2D &v, double par3), double par1, double par2) | WSpr | |
| computeRKFCashKarp45(double timeStep, int numberOfSteps, Array2D &u, Array2D(WSpr::*rhsEval)(Array2D &f, double dX, double dY)) (defined in WSpr) | WSpr | |
| computeRKFCashKarp45(double timeStep, int numberOfSteps, Array2D &u, Array2D &v, Array2D &w, Array2D(WSpr::*rhsEval1)(Array2D &w, double par1), Array2D(WSpr::*rhsEval2)(Array2D &w, double par2), Array2D(WSpr::*rhsEval3)(Array2D &u, double par1, Array2D &v, double par3), double par1, double par2) (defined in WSpr) | WSpr | |
| computeSameMesh(WSpr &U, WSpr &V) | WSpr | |
| computeSameMesh(Array2D &u, Array2D &v, Array2D &w) (defined in WSpr) | WSpr | [protected] |
| countNAN(Array2D &u) | WSpr | [protected] |
| dataAsciiToBlitz(char *fileNameIn, char *fileNameOut, int sizeX, int sizeY) | WSpr | [protected] |
| dataToSparse(void) | WSpr | |
| dataToSparse(Array2D &u) | WSpr | [protected] |
| dataToSparseInnerGrid(int numberOfBorderPoints) | WSpr | |
| drawPhi(void) (defined in WSpr) | WSpr | |
| exRHS(Array2D &u, double epsilon0) | WSpr | |
| exRHS(Array2D &hz, Array2D &ex, Array2D &sigma, double epsilon) | WSpr | |
| extendMesh(int numberOfNeighbors=1, int numberOfGenerations=1) | WSpr | |
| extendMesh(Array2D &u, int numberOfNeighbors=1, int numberOfGenerations=1) (defined in WSpr) | WSpr | [protected] |
| eyRHS(Array2D &u, double epsilon0) | WSpr | |
| eyRHS(Array2D &hz, Array2D &ey, Array2D &sigma, double epsilon) | WSpr | |
| findLevel(int m, int n, int meshLevel) | WSpr | [protected] |
| findLevel(int m, int n, int meshLevel, int *mPosition, int *nPosition) | WSpr | [protected] |
| findLocalSpacing(int m, int n) (defined in WSpr) | WSpr | [protected] |
| findMaxDecompositionLevel(Array2D &u) | WSpr | [protected] |
| findPointPosition(Array2D &u, int m, int n) | WSpr | [protected] |
| findPositionInMesh(int m, int n, int level, int *mPosition, int *nPosition) | WSpr | [protected] |
| findStride(int m, int n) | WSpr | [protected] |
| forceSprFlag(bool flag) (defined in WSpr) | WSpr | [inline] |
| getNumberOfElements(int dimension) (defined in WSpr) | WSpr | |
| getNumberOfLevels(int n) | WSpr | [protected] |
| getNumberOfNANs(void) | WSpr | |
| getThreshold(void) (defined in WSpr) | WSpr | |
| hzRHS(Array2D &u, double epsilon0, Array2D &v, double mu0) | WSpr | |
| infoNAN(void) | WSpr | |
| infoNAN(Array2D &u) (defined in WSpr) | WSpr | [protected] |
| initArray(void) | WSpr | |
| initArray(Array2D &u, char *confFileName) (defined in WSpr) | WSpr | [protected] |
| interpGrid(Array2D &tmp) | WSpr | [protected] |
| interpInnerCol(Array2D &u) | WSpr | [protected] |
| interpInnerColPoint(Array2D &u, int m, int n) | WSpr | [protected] |
| interpInnerRow(Array2D &u) | WSpr | [protected] |
| interpInnerRowPoint(Array2D &u, int m, int n) | WSpr | [protected] |
| interpLowerColAntisymmetric(Array2D &u) | WSpr | [protected] |
| interpLowerColPointAntisymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpLowerColPointRigid(Array2D &u, int m, int n) | WSpr | [protected] |
| interpLowerColPointSymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpLowerColRigid(Array2D &u) | WSpr | [protected] |
| interpLowerColSymmetric(Array2D &u) | WSpr | [protected] |
| interpLowerRowAntisymmetric(Array2D &u) | WSpr | [protected] |
| interpLowerRowPointAntisymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpLowerRowPointRigid(Array2D &u, int m, int n) | WSpr | [protected] |
| interpLowerRowPointSymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpLowerRowRigid(Array2D &u) | WSpr | [protected] |
| interpLowerRowSymmetric(Array2D &u) | WSpr | [protected] |
| interpPoint(Array2D &u, int m, int n, bool isToUseOrigMeshPoints=true) | WSpr | [protected] |
| interpUpperColAntisymmetric(Array2D &u) | WSpr | [protected] |
| interpUpperColPointAntisymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpUpperColPointRigid(Array2D &u, int m, int n) | WSpr | [protected] |
| interpUpperColPointSymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpUpperColRigid(Array2D &u) | WSpr | [protected] |
| interpUpperColSymmetric(Array2D &u) | WSpr | [protected] |
| interpUpperRowAntisymmetric(Array2D &u) | WSpr | [protected] |
| interpUpperRowPointAntisymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpUpperRowPointRigid(Array2D &u, int m, int n) | WSpr | [protected] |
| interpUpperRowPointSymmetric(Array2D &u, int m, int n) | WSpr | [protected] |
| interpUpperRowRigid(Array2D &u) | WSpr | [protected] |
| interpUpperRowSymmetric(Array2D &u) | WSpr | [protected] |
| logTwo(int n) | WSpr | [protected] |
| plotDataGnuplot(char *title) (defined in WSpr) | WSpr | |
| plotDataGnuplot(char *title, char *grfFileNameOutput) (defined in WSpr) | WSpr | |
| plotDataGnuplot(char *title, char *grfFileName, char *grfFileNameCfg) (defined in WSpr) | WSpr | |
| plotDataGnuplot(Array2D &u, char *title) | WSpr | [protected] |
| plotDataGnuplot(Array2D &u, char *title, char *grfFileNameOutput) (defined in WSpr) | WSpr | [protected] |
| plotDataGnuplot(Array2D &u, char *title, char *grfFileName, char *grfFileNameCfg) (defined in WSpr) | WSpr | [protected] |
| plotGridGnuplot(char *title) (defined in WSpr) | WSpr | |
| plotGridGnuplot(char *title, char *grfFileNameOutput) (defined in WSpr) | WSpr | |
| plotGridGnuplot(char *title, char *grfFileName, char *grfFileNameCfg) (defined in WSpr) | WSpr | |
| plotGridGnuplot(Array2D &u, char *title) | WSpr | [protected] |
| plotGridGnuplot(Array2D &u, char *title, char *grfFileNameOutput) (defined in WSpr) | WSpr | [protected] |
| plotGridGnuplot(Array2D &u, char *title, char *grfFileName, char *grfFileNameCfg) (defined in WSpr) | WSpr | [protected] |
| powerTwo(int n) | WSpr | [protected] |
| recoverGrid(Array2D &tmp) | WSpr | [protected] |
| recoverInnerCol(Array2D &u) | WSpr | [protected] |
| recoverInnerRow(Array2D &u) | WSpr | [protected] |
| recoverLowerColAntisymmetric(Array2D &u) | WSpr | [protected] |
| recoverLowerColRigid(Array2D &u) | WSpr | [protected] |
| recoverLowerColSymmetric(Array2D &u) | WSpr | [protected] |
| recoverLowerRowAntisymmetric(Array2D &u) | WSpr | [protected] |
| recoverLowerRowRigid(Array2D &u) | WSpr | [protected] |
| recoverLowerRowSymmetric(Array2D &u) | WSpr | [protected] |
| recoverUpperColAntisymmetric(Array2D &u) | WSpr | [protected] |
| recoverUpperColRigid(Array2D &u) | WSpr | [protected] |
| recoverUpperColSymmetric(Array2D &u) | WSpr | [protected] |
| recoverUpperRowAntisymmetric(Array2D &u) | WSpr | [protected] |
| recoverUpperRowRigid(Array2D &u) | WSpr | [protected] |
| recoverUpperRowSymmetric(Array2D &u) | WSpr | [protected] |
| setBoundarySpr(void) (defined in WSpr) | WSpr | [protected] |
| setDerivativeCoefficients(void) | WSpr | [protected] |
| setWaveletFilter(void) | WSpr | [protected] |
| setWSpr(void) | WSpr | [protected] |
| sparseToData(void) | WSpr | |
| sparseToData(Array2D &u) (defined in WSpr) | WSpr | [protected] |
| testExtendMesh(void) | WSpr | |
| testLocalDerivate(void) | WSpr | |
| testMaxwellTimeEvolution(void) | WSpr | |
| testSprWithBoundaries(void) | WSpr | |
| testTimeEvolution(void) | WSpr | |
| testTransformsTime(void) | WSpr | |
| testTransformTimeLocalPoints(void) | WSpr | |
| testViewMeshTransforms(void) | WSpr | |
| verifySpr(void) | WSpr | |
| verifySpr(Array2D &u) (defined in WSpr) | WSpr | [protected] |
| verifySprInnerGrid(int numberOfBordersPoints) | WSpr | |
| verifySprInnerGrid(Array2D &u, int numberOfBordersPoints) (defined in WSpr) | WSpr | [protected] |
| writeMessage(const char *message, const char *fileName, int ExiT=1, int App=0) | WSpr | [protected] |
| WSpr(char *configFileName) (defined in WSpr) | WSpr | |
| WSpr(int numberOfElementsX, int numberOfElementsY, double threshold=0.001, int minLevel=3, int interpOrder=4, int boundaryCodeSpr=1111, char *initialConditionFileName="InitialCondition.cfg") (defined in WSpr) | WSpr | |
| ~WSpr(void) (defined in WSpr) | WSpr | |