CHROMA
|
#include <lcm_sts_leapfrog_recursive.h>
Public Member Functions | |
LatColMatSTSLeapfrogRecursiveIntegratorParams () | |
LatColMatSTSLeapfrogRecursiveIntegratorParams (XMLReader &xml, const std::string &path) | |
Public Attributes | |
int | n_steps |
multi1d< std::string > | monomial_ids |
std::string | subintegrator_xml |
Definition at line 31 of file lcm_sts_leapfrog_recursive.h.
Chroma::LatColMatSTSLeapfrogRecursiveIntegratorParams::LatColMatSTSLeapfrogRecursiveIntegratorParams | ( | ) |
Chroma::LatColMatSTSLeapfrogRecursiveIntegratorParams::LatColMatSTSLeapfrogRecursiveIntegratorParams | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Definition at line 48 of file lcm_sts_leapfrog_recursive.cc.
References monomial_ids, n_steps, Chroma::pop(), Chroma::push(), Chroma::read(), subintegrator_xml, and Chroma::write().
multi1d<std::string> Chroma::LatColMatSTSLeapfrogRecursiveIntegratorParams::monomial_ids |
Definition at line 36 of file lcm_sts_leapfrog_recursive.h.
Referenced by LatColMatSTSLeapfrogRecursiveIntegratorParams().
int Chroma::LatColMatSTSLeapfrogRecursiveIntegratorParams::n_steps |
Definition at line 35 of file lcm_sts_leapfrog_recursive.h.
Referenced by LatColMatSTSLeapfrogRecursiveIntegratorParams().
std::string Chroma::LatColMatSTSLeapfrogRecursiveIntegratorParams::subintegrator_xml |
Definition at line 37 of file lcm_sts_leapfrog_recursive.h.
Referenced by LatColMatSTSLeapfrogRecursiveIntegratorParams().