#include <sou1d_chebyshev.h>
Public Member Functions | |
CSourceFtn1dChebyshevPoly (string p1="", string p2="", int l=0, int m=0, bool repart=true, int nc=10, double rmin=0., double rmax=50.) | |
CSourceFtn1dChebyshevPoly (const CSourceFtn1dChebyshevPoly &A) | |
bool | Read (const parameterMap &s) |
read from parameter map | |
bool | Write (parameterMap &s) |
write to parameter map | |
void | CopyState (const CSourceFtn1dChebyshevPoly &A) |
Definition at line 8 of file sou1d_chebyshev.h.
CSourceFtn1dChebyshevPoly::CSourceFtn1dChebyshevPoly | ( | string | p1 = "" , |
|
string | p2 = "" , |
|||
int | l = 0 , |
|||
int | m = 0 , |
|||
bool | repart = true , |
|||
int | nc = 10 , |
|||
double | rmin = 0. , |
|||
double | rmax = 50. | |||
) | [inline] |
Definition at line 11 of file sou1d_chebyshev.h.
CSourceFtn1dChebyshevPoly::CSourceFtn1dChebyshevPoly | ( | const CSourceFtn1dChebyshevPoly & | A | ) | [inline] |
Definition at line 14 of file sou1d_chebyshev.h.
void CSourceFtn1dChebyshevPoly::CopyState | ( | const CSourceFtn1dChebyshevPoly & | A | ) | [inline] |
Definition at line 22 of file sou1d_chebyshev.h.
bool CSourceFtn1dChebyshevPoly::Read | ( | const parameterMap & | s | ) |
Reimplemented from CChebyshevPolynomialExpansion1d.
Definition at line 4 of file sou1d_chebyshev.cc.
bool CSourceFtn1dChebyshevPoly::Write | ( | parameterMap & | s | ) |
Reimplemented from CChebyshevPolynomialExpansion1d.
Definition at line 10 of file sou1d_chebyshev.cc.