File setInput.h
-
class setInput
-
Public Functions
-
setInput()
-
~setInput()
-
bool &GetBoolOpt(const std::string &name)
-
int &GetIntOpt(const std::string &name)
-
double &GetScalarOpt(const std::string &name)
-
Vector3d &GetVecOpt(const std::string &name)
-
string &GetStringOpt(const std::string &name)
-
int LoadOptions(const char *filename)
-
inline int LoadOptions(const std::string &filename)
-
int LoadOptions(int argc, char **argv)
Public Members
-
OptionMap m_options
Private Members
-
double rodRadius
-
double youngM
-
double Poisson
-
double shearM
-
double deltaTime
-
double tol
-
double stol
-
int maxIter
-
double density
-
Vector3d gVector
-
double viscosity
-
bool render
-
double render_scale
-
bool show_mat_frames
-
double col_limit
-
double delta
-
double k_scaler
-
double mu
-
double nu
-
bool line_search
-
int verbosity
-
int cmdline_per
-
double floor_z
-
double sim_time
-
string integration_scheme
-
string phi_ctrl_filepath
-
bool enable_2d_sim
-
bool enable_logging
-
string logfile_base
-
int logging_period
-
int adaptive_time_stepping
-
setInput()