|
| SphericalHarmonicsLookup (const std::string &filename, const MPI_Comm comm) |
|
const std::vector< double > & | cos_coeffs () const |
| Declare a function that returns the cosine coefficients. More...
|
|
const std::vector< double > & | sin_coeffs () const |
| Declare a function that returns the sine coefficients. More...
|
|
unsigned int | maxdegree () const |
|
|
unsigned int | order |
|
std::vector< double > | a_lm |
|
std::vector< double > | b_lm |
|
Definition at line 38 of file S40RTS_perturbation.h.
§ SphericalHarmonicsLookup()
aspect::InitialTemperature::internal::S40RTS::SphericalHarmonicsLookup::SphericalHarmonicsLookup |
( |
const std::string & |
filename, |
|
|
const MPI_Comm |
comm |
|
) |
| |
§ cos_coeffs()
const std::vector<double>& aspect::InitialTemperature::internal::S40RTS::SphericalHarmonicsLookup::cos_coeffs |
( |
| ) |
const |
Declare a function that returns the cosine coefficients.
§ sin_coeffs()
const std::vector<double>& aspect::InitialTemperature::internal::S40RTS::SphericalHarmonicsLookup::sin_coeffs |
( |
| ) |
const |
Declare a function that returns the sine coefficients.
§ maxdegree()
unsigned int aspect::InitialTemperature::internal::S40RTS::SphericalHarmonicsLookup::maxdegree |
( |
| ) |
const |
§ order
unsigned int aspect::InitialTemperature::internal::S40RTS::SphericalHarmonicsLookup::order |
|
private |
§ a_lm
std::vector<double> aspect::InitialTemperature::internal::S40RTS::SphericalHarmonicsLookup::a_lm |
|
private |
§ b_lm
std::vector<double> aspect::InitialTemperature::internal::S40RTS::SphericalHarmonicsLookup::b_lm |
|
private |
The documentation for this class was generated from the following file: