CArl
Code Arlequin / C++ implementation
|
Structure containing the parameters for the setup initialization of the FETI solver. More...
#include <carl_feti_set_sol_input_parser.h>
Public Attributes | |
std::string | scratch_folder_path |
Path to the folder which will be used to save the temporary files during the solve operation. More... | |
bool | bUseRigidBodyModes |
[RB] Use the rigid body modes for the micro system? More... | |
std::string | output_folder |
Path to the coupled outup folder. More... | |
Structure containing the parameters for the setup initialization of the FETI solver.
Definition at line 16 of file carl_feti_set_sol_input_parser.h.
bool carl::feti_set_sol_params::bUseRigidBodyModes |
[RB] Use the rigid body modes for the micro system?
Definition at line 23 of file carl_feti_set_sol_input_parser.h.
std::string carl::feti_set_sol_params::output_folder |
Path to the coupled outup folder.
Definition at line 26 of file carl_feti_set_sol_input_parser.h.
std::string carl::feti_set_sol_params::scratch_folder_path |
Path to the folder which will be used to save the temporary files during the solve operation.
Definition at line 20 of file carl_feti_set_sol_input_parser.h.