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

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

#include <carl_feti_iterate_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...
 
double CG_coupled_conv_abs
 [CG] Absolute residual convergence. More...
 
double CG_coupled_conv_rel
 [CG] Relative residual convergence. More...
 
double CG_coupled_div
 [CG] Residual divergence. More...
 
double CG_coupled_conv_corr
 [CG] Relative rigid body mode convergence. More...
 
int CG_coupled_conv_max
 [CG] Maximum number of iterations. 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_iterate_input_parser.h.

Member Data Documentation

bool carl::feti_iterate_params::bUseRigidBodyModes

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

Definition at line 26 of file carl_feti_iterate_input_parser.h.

double carl::feti_iterate_params::CG_coupled_conv_abs

[CG] Absolute residual convergence.

Definition at line 36 of file carl_feti_iterate_input_parser.h.

double carl::feti_iterate_params::CG_coupled_conv_corr

[CG] Relative rigid body mode convergence.

Definition at line 39 of file carl_feti_iterate_input_parser.h.

int carl::feti_iterate_params::CG_coupled_conv_max

[CG] Maximum number of iterations.

Definition at line 40 of file carl_feti_iterate_input_parser.h.

double carl::feti_iterate_params::CG_coupled_conv_rel

[CG] Relative residual convergence.

Definition at line 37 of file carl_feti_iterate_input_parser.h.

double carl::feti_iterate_params::CG_coupled_div

[CG] Residual divergence.

Definition at line 38 of file carl_feti_iterate_input_parser.h.

carl::BaseCGPrecondType carl::feti_iterate_params::CG_precond_type

[CG] Type of preconditionner.

Definition at line 42 of file carl_feti_iterate_input_parser.h.

std::string carl::feti_iterate_params::coupling_folder_path

Folder containing the coupling matrices.

Definition at line 31 of file carl_feti_iterate_input_parser.h.

int carl::feti_iterate_params::nb_of_rb_vectors

[RB] Number of RB mode vectors.

Definition at line 28 of file carl_feti_iterate_input_parser.h.

std::string carl::feti_iterate_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_iterate_input_parser.h.

ClusterSchedulerType carl::feti_iterate_params::scheduler

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

Definition at line 20 of file carl_feti_iterate_input_parser.h.

std::string carl::feti_iterate_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_iterate_input_parser.h.


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