CArl
Code Arlequin / C++ implementation
carl::feti_set_sol_params Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: