|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <fei_macros.hpp>#include <fei_Solver.hpp>#include <fei_Matrix_Impl.hpp>#include <fei_MatrixReducer.hpp>#include <snl_fei_LinearSystem_FEData.hpp>#include <fei_ParameterSet.hpp>#include <fei_utils.hpp>#include <fei_ErrMacros.hpp>
Go to the source code of this file.
Macros | |
| #define | fei_file "fei_Solver.cpp" |
Functions | |
| int | fei_Solver_solve (fei::LinearSystem *linearSystem, fei::Matrix *preconditioningMatrix, int numParams, const char *const *solverParams, int &iterationsTaken, int &status) |
| #define fei_file "fei_Solver.cpp" |
Definition at line 20 of file fei_Solver.cpp.
| int fei_Solver_solve | ( | fei::LinearSystem * | linearSystem, |
| fei::Matrix * | preconditioningMatrix, | ||
| int | numParams, | ||
| const char *const * | solverParams, | ||
| int & | iterationsTaken, | ||
| int & | status | ||
| ) |
Definition at line 24 of file fei_Solver.cpp.
References CHK_ERR, ERReturn, fei::SharedPtr< T >::get(), snl_fei::LinearSystem_FEData::getFiniteElementData(), fei::LinearSystem::getMatrix(), fei::Matrix_Impl< T >::getMatrix(), FiniteElementData::launchSolver(), LinearSystemCore::launchSolver(), and LinearSystemCore::parameters().
Referenced by fei::Solver::solve().
1.8.5