|
bool | boo = true |
|
int | is = 0 |
|
double | fs = 0.0 |
|
std::complex< double > | imgs {0.0, 0.0} |
|
std::string | chs = "abacus" |
|
char | cha [7] = "abacus" |
|
int | iv [10] = {0} |
|
double | fv [10] = {0} |
|
std::complex< double > | imgv [10] = {0.0, 0.0} |
|
std::string | chv [10] = {""} |
|
MPIContext | mpiContext |
|
◆ boo
bool ParaCommon::boo = true |
|
protected |
◆ cha
char ParaCommon::cha[7] = "abacus" |
|
protected |
◆ chs
std::string ParaCommon::chs = "abacus" |
|
protected |
◆ chv
std::string ParaCommon::chv[10] = {""} |
|
protected |
◆ fs
double ParaCommon::fs = 0.0 |
|
protected |
◆ fv
double ParaCommon::fv[10] = {0} |
|
protected |
◆ imgs
std::complex<double> ParaCommon::imgs {0.0, 0.0} |
|
protected |
◆ imgv
std::complex<double> ParaCommon::imgv[10] = {0.0, 0.0} |
|
protected |
◆ is
◆ iv
int ParaCommon::iv[10] = {0} |
|
protected |
◆ mpiContext
The documentation for this class was generated from the following file: