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

Structure containing the parameters for the setup initialization of the FETI solver. More...

#include <carl_feti_setup_finish_input_parser.h>

Public Attributes

ClusterSchedulerType scheduler
 Cluster scheduler software type. Values: PBS, SLURM (code not implemented for the later yet). More...
 
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 RB_vectors_base
 [RB] Common path base for the micro system's rigid body mode vectors. More...
 
int nb_of_rb_vectors
 [RB] Number of RB mode vectors. More...
 
std::string coupling_folder_path
 Folder containing the coupling matrices. More...
 
carl::BaseCGPrecondType CG_precond_type
 [CG] Type of preconditionner. More...
 

Detailed Description

Structure containing the parameters for the setup initialization of the FETI solver.

Definition at line 16 of file carl_feti_setup_finish_input_parser.h.

Member Data Documentation

bool carl::feti_setup_finish_params::bUseRigidBodyModes

[RB] Use the rigid body modes for the micro system?

Definition at line 26 of file carl_feti_setup_finish_input_parser.h.

carl::BaseCGPrecondType carl::feti_setup_finish_params::CG_precond_type

[CG] Type of preconditionner.

Definition at line 33 of file carl_feti_setup_finish_input_parser.h.

std::string carl::feti_setup_finish_params::coupling_folder_path

Folder containing the coupling matrices.

Definition at line 31 of file carl_feti_setup_finish_input_parser.h.

int carl::feti_setup_finish_params::nb_of_rb_vectors

[RB] Number of RB mode vectors.

Definition at line 28 of file carl_feti_setup_finish_input_parser.h.

std::string carl::feti_setup_finish_params::RB_vectors_base

[RB] Common path base for the micro system's rigid body mode vectors.

Definition at line 27 of file carl_feti_setup_finish_input_parser.h.

ClusterSchedulerType carl::feti_setup_finish_params::scheduler

Cluster scheduler software type. Values: PBS, SLURM (code not implemented for the later yet).

Definition at line 20 of file carl_feti_setup_finish_input_parser.h.

std::string carl::feti_setup_finish_params::scratch_folder_path

Path to the folder which will be used to save the temporary files during the solve operation.

Definition at line 23 of file carl_feti_setup_finish_input_parser.h.


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