CArl
Code Arlequin / C++ implementation
|
Program responsible to finish the FETI setup and launch the iterations. More...
#include "CArl_FETI_setup_finish.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Program responsible to finish the FETI setup and launch the iterations.
This program's input file description can be found at the documentation of the function carl::get_input_params(GetPot& field_parser, feti_setup_finish_params& input_params) .
It will use the following files ...
input_params.coupling_folder_path
folder:coupling_matrix_macro.petscmat coupling_matrix_micro.petscmat coupling_matrix_mediator.petscmat
input_params.scratch_folder_path
folder:ext_solver_u0_A_sys_sol_vec.petscvec ext_solver_u0_B_sys_sol_vec.petscvec
ext_solver_A_sys_sol_vec.petscvec ext_solver_B_sys_sol_vec.petscvec
rb_inv_RITRI.petscmat
rb_coupl_vector_[iii]_n_[nb. of vectors].petscvec
input_params.RB_vectors_base
):[input_params.RB_vectors_base]_rb_vector_[iii]_n_[nb. of vectors].petscvec
The items marked with a [RB] are only needed if the rigid body modes projectors are used. In the last two cases, [nb. of vectors] is the number of rigid body mode vectors (given by input_params.nb_of_rb_vectors
) and [iii] is an integer going from 0 to input_params.nb_of_rb_vectors - 1
(following C++ notation).
This program outputs a series of files, all inside the input_params.scratch_folder_path
folder:
FETI_iter__r__0.petscvec FETI_iter__p__0.petscvec
ext_solver_A_rhs.petscvec ext_solver_B_rhs.petscvec
FETI_iter_scalar_data.dat
Definition in file CArl_FETI_setup_finish.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 61 of file CArl_FETI_setup_finish.cpp.