libMesh
libMesh::PetscLinearSolver< T > Member List

This is the complete list of members for libMesh::PetscLinearSolver< T >, including all inherited members.

_communicatorlibMesh::ParallelObjectprotected
_countslibMesh::ReferenceCounterprotectedstatic
_enable_print_counterlibMesh::ReferenceCounterprotectedstatic
_is_initializedlibMesh::LinearSolver< T >protected
_ksplibMesh::PetscLinearSolver< T >private
_mutexlibMesh::ReferenceCounterprotectedstatic
_n_objectslibMesh::ReferenceCounterprotectedstatic
_pclibMesh::PetscLinearSolver< T >private
_petsc_shell_matrix_get_diagonal(Mat mat, Vec dest)libMesh::PetscLinearSolver< T >privatestatic
_petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest)libMesh::PetscLinearSolver< T >privatestatic
_petsc_shell_matrix_mult_add(Mat mat, Vec arg, Vec add, Vec dest)libMesh::PetscLinearSolver< T >privatestatic
_preconditionerlibMesh::LinearSolver< T >protected
_preconditioner_typelibMesh::LinearSolver< T >protected
_restrict_solve_to_islibMesh::PetscLinearSolver< T >private
_restrict_solve_to_is_complementlibMesh::PetscLinearSolver< T >private
_solver_configurationlibMesh::LinearSolver< T >protected
_solver_typelibMesh::LinearSolver< T >protected
_subset_solve_modelibMesh::PetscLinearSolver< T >private
adjoint_solve(SparseMatrix< T > &matrix_in, NumericVector< T > &solution_in, NumericVector< T > &rhs_in, const std::optional< double > tol=std::nullopt, const std::optional< unsigned int > m_its=std::nullopt) overridelibMesh::PetscLinearSolver< T >virtual
attach_preconditioner(Preconditioner< T > *preconditioner)libMesh::LinearSolver< T >
build(const libMesh::Parallel::Communicator &comm_in, const SolverPackage solver_package=libMesh::default_solver_package())libMesh::LinearSolver< T >static
clear() overridelibMesh::PetscLinearSolver< T >virtual
comm() constlibMesh::ParallelObjectinline
Counts typedeflibMesh::ReferenceCounterprotected
create_complement_is(const NumericVector< T > &vec_in)libMesh::PetscLinearSolver< T >private
disable_print_counter_info()libMesh::ReferenceCounterstatic
enable_print_counter_info()libMesh::ReferenceCounterstatic
get_converged_reason() const overridelibMesh::PetscLinearSolver< T >virtual
get_info()libMesh::ReferenceCounterstatic
get_initial_residual()libMesh::PetscLinearSolver< T >
get_int_solver_setting(const std::string &setting_name, const std::optional< int > &setting, const std::optional< int > default_value=std::nullopt)libMesh::LinearSolver< T >protected
get_real_solver_setting(const std::string &setting_name, const std::optional< double > &setting, const std::optional< double > default_value=std::nullopt)libMesh::LinearSolver< T >protected
get_residual_history(std::vector< double > &hist)libMesh::PetscLinearSolver< T >
get_same_preconditioner()libMesh::LinearSolver< T >inline
increment_constructor_count(const std::string &name) noexceptlibMesh::ReferenceCounterinlineprotected
increment_destructor_count(const std::string &name) noexceptlibMesh::ReferenceCounterinlineprotected
init(const char *name=nullptr) overridelibMesh::PetscLinearSolver< T >virtual
init(PetscMatrix< T > *matrix, const char *name=nullptr)libMesh::PetscLinearSolver< T >
init_names(const System &) overridelibMesh::PetscLinearSolver< T >virtual
initialized() constlibMesh::LinearSolver< T >inline
ksp()libMesh::PetscLinearSolver< T >
ksp_solve_func_type typedeflibMesh::PetscLinearSolver< T >private
LinearSolver(const libMesh::Parallel::Communicator &comm_in)libMesh::LinearSolver< T >
n_objects()libMesh::ReferenceCounterinlinestatic
n_processors() constlibMesh::ParallelObjectinline
ReferenceCountedObject< LinearSolver< T > >::operator=(const ReferenceCountedObject &)libMesh::ReferenceCountedObject< LinearSolver< T > >inlineprotected
libMesh::ParallelObject::operator=(const ParallelObject &libmesh_dbg_var(other))libMesh::ParallelObjectinline
ParallelObject(const Parallel::Communicator &comm_in)libMesh::ParallelObjectinline
ParallelObject(const ParallelObject &other)libMesh::ParallelObjectinline
pc()libMesh::PetscLinearSolver< T >inline
PetscLinearSolver(const libMesh::Parallel::Communicator &comm_in)libMesh::PetscLinearSolver< T >
preconditioner_type() constlibMesh::LinearSolver< T >
print_converged_reason() constlibMesh::LinearSolver< T >virtual
print_info(std::ostream &out_stream=libMesh::out)libMesh::ReferenceCounterstatic
processor_id() constlibMesh::ParallelObjectinline
ReferenceCountedObject()libMesh::ReferenceCountedObject< LinearSolver< T > >inlineprotected
ReferenceCountedObject(const ReferenceCountedObject &other)libMesh::ReferenceCountedObject< LinearSolver< T > >inlineprotected
ReferenceCountedObject(ReferenceCountedObject &&other) noexceptlibMesh::ReferenceCountedObject< LinearSolver< T > >inlineprotected
ReferenceCounter()libMesh::ReferenceCounterinlineprotected
ReferenceCounter(const ReferenceCounter &)libMesh::ReferenceCounterinlineprotected
ReferenceCounter(ReferenceCounter &&other) noexceptlibMesh::ReferenceCounterinlineprotected
restrict_solve_to(const std::vector< unsigned int > *const dofs, const SubsetSolveMode subset_solve_mode=SUBSET_ZERO) overridelibMesh::PetscLinearSolver< T >virtual
restrict_solve_to_is_local_size() constlibMesh::PetscLinearSolver< T >private
reuse_preconditioner(bool)libMesh::LinearSolver< T >virtual
same_preconditionerlibMesh::LinearSolver< T >protected
set_petsc_solver_type()libMesh::PetscLinearSolver< T >private
set_preconditioner_type(const PreconditionerType pct)libMesh::LinearSolver< T >
set_solver_configuration(SolverConfiguration &solver_configuration)libMesh::LinearSolver< T >
set_solver_type(const SolverType st)libMesh::LinearSolver< T >inline
shell_solve_common(const ShellMatrix< T > &shell_matrix, PetscMatrix< T > *precond_matrix, NumericVector< T > &solution_in, NumericVector< T > &rhs_in, const double rel_tol, const double abs_tol, const unsigned int m_its)libMesh::PetscLinearSolver< T >privatevirtual
solve(SparseMatrix< T > &matrix_in, NumericVector< T > &solution_in, NumericVector< T > &rhs_in, const std::optional< double > tol=std::nullopt, const std::optional< unsigned int > m_its=std::nullopt) overridelibMesh::PetscLinearSolver< T >inlinevirtual
solve(SparseMatrix< T > &matrix, SparseMatrix< T > &preconditioner, NumericVector< T > &solution, NumericVector< T > &rhs, const std::optional< double > tol=std::nullopt, const std::optional< unsigned int > m_its=std::nullopt) overridelibMesh::PetscLinearSolver< T >virtual
solve(const ShellMatrix< T > &shell_matrix, NumericVector< T > &solution_in, NumericVector< T > &rhs_in, const std::optional< double > tol=std::nullopt, const std::optional< unsigned int > m_its=std::nullopt) overridelibMesh::PetscLinearSolver< T >virtual
solve(const ShellMatrix< T > &shell_matrix, const SparseMatrix< T > &precond_matrix, NumericVector< T > &solution_in, NumericVector< T > &rhs_in, const std::optional< double > tol=std::nullopt, const std::optional< unsigned int > m_its=std::nullopt) overridelibMesh::PetscLinearSolver< T >virtual
libMesh::LinearSolver::solve(SparseMatrix< T > &matrix, SparseMatrix< T > *precond_matrix, NumericVector< T > &, NumericVector< T > &, const std::optional< double > tol=std::nullopt, const std::optional< unsigned int > m_its=std::nullopt)libMesh::LinearSolver< T >inline
libMesh::LinearSolver::solve(const ShellMatrix< T > &matrix, const SparseMatrix< T > *precond_matrix, NumericVector< T > &, NumericVector< T > &, const std::optional< double > tol=std::nullopt, const std::optional< unsigned int > m_its=std::nullopt)libMesh::LinearSolver< T >inline
solve_base(SparseMatrix< T > *matrix, PetscMatrix< T > *precond, Mat mat, NumericVector< T > &solution_in, NumericVector< T > &rhs_in, const double rel_tol, const double abs_tol, const unsigned int m_its, ksp_solve_func_type solve_func)libMesh::PetscLinearSolver< T >private
solve_common(SparseMatrix< T > &matrix_in, SparseMatrix< T > &precond_in, NumericVector< T > &solution_in, NumericVector< T > &rhs_in, const double rel_tol, const double abs_tol, const unsigned int m_its, ksp_solve_func_type solve_func)libMesh::PetscLinearSolver< T >privatevirtual
solver_type() constlibMesh::LinearSolver< T >inline
~LinearSolver()libMesh::LinearSolver< T >inlinevirtual
~ParallelObject()=defaultlibMesh::ParallelObjectvirtual
~PetscLinearSolver()=defaultlibMesh::PetscLinearSolver< T >virtual
~ReferenceCountedObject()libMesh::ReferenceCountedObject< LinearSolver< T > >inline
~ReferenceCounter()libMesh::ReferenceCounterinline