#include "Paso_MPI.h"
Go to the source code of this file.
#define PASO_AGGREGATION_COARSENING 35 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), Paso_Options_name(), and Paso_Solver_getAMG().
#define PASO_AMG 22 |
#define PASO_BICGSTAB 6 |
#define PASO_CGS 5 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_CHOLEVSKY 2 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), Paso_Options_getSolver(), and Paso_Options_name().
#define PASO_CR 4 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_DEFAULT 0 |
#define PASO_DEFAULT_REORDERING 30 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_DIRECT 1 |
#define PASO_GAUSS_SEIDEL 28 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_GMRES 11 |
#define PASO_GS PASO_GAUSS_SEIDEL |
Referenced by Paso_Solver_setPreconditioner(), and Paso_Solver_solvePreconditioner().
#define PASO_ILU0 8 |
#define PASO_ILUT 9 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_ITERATIVE 20 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_JACOBI 10 |
#define PASO_LUMPING 13 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_MIN_COARSE_MATRIX_SIZE 37 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_MINIMUM_FILL_IN 18 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), Paso_MKL(), and Paso_Options_name().
#define PASO_MINRES 27 |
#define PASO_MKL 15 |
#define PASO_NESTED_DISSECTION 19 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_NO_PRECONDITIONER 36 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_NO_REORDERING 17 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), Paso_Options_name(), and Paso_Options_setDefaults().
#define PASO_NONLINEAR_GMRES 25 |
#define Paso_Options_copy | ( | in, | |||
out | ) | memcpy((Paso_Options*)out,(Paso_Options*)in,sizeof(Paso_Options)) |
#define PASO_PASO 21 |
#define PASO_PASTIX 32 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), Paso_Options_getPackage(), and Paso_Options_name().
#define PASO_PCG 3 |
#define PASO_PRES20 12 |
#define PASO_REC_ILU 23 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_RILU 29 |
#define PASO_RUGE_STUEBEN_COARSENING 34 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), Paso_Options_name(), and Paso_Solver_getAMG().
#define PASO_SSOR 7 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_SUPER_LU 31 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), and Paso_Options_name().
#define PASO_TFQMR 26 |
#define PASO_TRILINOS 24 |
#define PASO_UMFPACK 16 |
#define PASO_YAIR_SHAPIRA_COARSENING 33 |
Referenced by finley::SystemMatrixAdapter::mapOptionToPaso(), Paso_Options_name(), and Paso_Solver_getAMG().
index_t Paso_Options_getPackage | ( | index_t | solver, | |
index_t | package, | |||
bool_t | symmetry, | |||
Paso_MPIInfo * | mpi_info | |||
) |
References PASO_DEFAULT, PASO_DIRECT, PASO_MKL, PASO_PASO, PASO_PASTIX, Paso_setError(), PASO_TRILINOS, PASO_UMFPACK, Paso_MPIInfo::size, and VALUE_ERROR.
Referenced by Paso_solve(), and Paso_SystemMatrix_getSystemMatrixTypeId().
index_t Paso_Options_getSolver | ( | index_t | solver, | |
index_t | package, | |||
bool_t | symmetry, | |||
Paso_MPIInfo * | mpi_info | |||
) |
References PASO_BICGSTAB, PASO_CHOLEVSKY, PASO_DEFAULT, PASO_DIRECT, PASO_GMRES, PASO_MINRES, PASO_MKL, PASO_NONLINEAR_GMRES, PASO_PASO, PASO_PCG, PASO_PRES20, Paso_setError(), PASO_TFQMR, PASO_TRILINOS, PASO_UMFPACK, and VALUE_ERROR.
Referenced by Paso_Solver().
const char* Paso_Options_name | ( | const index_t | key | ) |
References PASO_AGGREGATION_COARSENING, PASO_AMG, PASO_BICGSTAB, PASO_CGS, PASO_CHOLEVSKY, PASO_CR, PASO_DEFAULT, PASO_DEFAULT_REORDERING, PASO_DIRECT, PASO_GAUSS_SEIDEL, PASO_GMRES, PASO_ILU0, PASO_ILUT, PASO_ITERATIVE, PASO_JACOBI, PASO_LUMPING, PASO_MIN_COARSE_MATRIX_SIZE, PASO_MINIMUM_FILL_IN, PASO_MINRES, PASO_MKL, PASO_NESTED_DISSECTION, PASO_NO_PRECONDITIONER, PASO_NO_REORDERING, PASO_NONLINEAR_GMRES, PASO_PASO, PASO_PASTIX, PASO_PCG, PASO_PRES20, PASO_REC_ILU, PASO_RILU, PASO_RUGE_STUEBEN_COARSENING, PASO_SSOR, PASO_SUPER_LU, PASO_TFQMR, PASO_TRILINOS, PASO_UMFPACK, and PASO_YAIR_SHAPIRA_COARSENING.
Referenced by Paso_Options_show().
void Paso_Options_setDefaults | ( | Paso_Options * | in | ) |
References Paso_Options::absolute_tolerance, Paso_Options::accept_failed_convergence, Paso_Options::adapt_inner_tolerance, Paso_Options::coarsening_method, Paso_Options::coarsening_threshold, Paso_Options::converged, Paso_Options::drop_storage, Paso_Options::drop_tolerance, FALSE, Paso_Options::inner_iter_max, Paso_Options::inner_tolerance, Paso_Options::iter_max, Paso_Options::level_max, Paso_Options::method, Paso_Options::min_coarse_matrix_size, Paso_Options::net_time, Paso_Options::num_inner_iter, Paso_Options::num_iter, Paso_Options::num_level, Paso_Options::package, PASO_DEFAULT, PASO_JACOBI, PASO_NO_REORDERING, Paso_Options::post_sweeps, Paso_Options::pre_sweeps, Paso_Options::preconditioner, Paso_Options::relaxation_factor, Paso_Options::reordering, Paso_Options::residual_norm, Paso_Options::restart, Paso_Options::set_up_time, Paso_Options::sweeps, Paso_Options::symmetric, Paso_Options::time, Paso_Options::tolerance, TRUE, Paso_Options::truncation, and Paso_Options::verbose.
Referenced by finley::SystemMatrixAdapter::escriptToPasoOptions().
void Paso_Options_show | ( | const Paso_Options * | options | ) |
References Paso_Options::absolute_tolerance, Paso_Options::accept_failed_convergence, Paso_Options::adapt_inner_tolerance, Paso_Options::coarsening_method, Paso_Options::coarsening_threshold, Paso_Options::drop_storage, Paso_Options::drop_tolerance, Paso_Options::inner_iter_max, Paso_Options::inner_tolerance, Paso_Options::iter_max, Paso_Options::level_max, Paso_Options::method, Paso_Options::package, Paso_Options_name(), Paso_Options::post_sweeps, Paso_Options::pre_sweeps, Paso_Options::preconditioner, Paso_Options::relaxation_factor, Paso_Options::reordering, Paso_Options::restart, Paso_Options::sweeps, Paso_Options::symmetric, Paso_Options::tolerance, Paso_Options::truncation, and Paso_Options::verbose.
void Paso_Options_showDiagnostics | ( | const Paso_Options * | options | ) |