DOLFIN
DOLFIN C++ interface
dolfin::PETScLUSolver Member List

This is the complete list of members for dolfin::PETScLUSolver, including all inherited members.

default_parameters()dolfin::PETScLUSolverstatic
get_options_prefix() constdolfin::PETScLUSolver
id() constdolfin::Variableinline
ksp() constdolfin::PETScLUSolver
label() constdolfin::Variable
methods()dolfin::PETScLUSolverstatic
mpi_comm() constdolfin::PETScLUSolver
name() constdolfin::Variable
operator=(const Variable &variable)dolfin::Variable
parameter_type() constdolfin::PETScLUSolverinlinevirtual
parametersdolfin::Variable
PETScLUSolver(MPI_Comm comm, std::string method="default")dolfin::PETScLUSolver
PETScLUSolver(std::string method="default")dolfin::PETScLUSolver
PETScLUSolver(MPI_Comm comm, std::shared_ptr< const PETScMatrix > A, std::string method="default")dolfin::PETScLUSolver
PETScLUSolver(std::shared_ptr< const PETScMatrix > A, std::string method="default")dolfin::PETScLUSolver
PETScSNESSolver (defined in dolfin::PETScLUSolver)dolfin::PETScLUSolverfriend
PETScTAOSolver (defined in dolfin::PETScLUSolver)dolfin::PETScLUSolverfriend
rename(const std::string name, const std::string label)dolfin::Variable
require_matrix(const GenericLinearOperator &A)dolfin::GenericLinearSolverprotectedstatic
require_matrix(std::shared_ptr< const GenericLinearOperator > A)dolfin::GenericLinearSolverprotectedstatic
set_from_options() constdolfin::PETScLUSolver
set_operator(std::shared_ptr< const GenericLinearOperator > A)dolfin::PETScLUSolvervirtual
set_operator(const PETScMatrix &A)dolfin::PETScLUSolver
set_operators(std::shared_ptr< const GenericLinearOperator > A, std::shared_ptr< const GenericLinearOperator > P)dolfin::GenericLinearSolverinlinevirtual
set_options_prefix(std::string options_prefix)dolfin::PETScLUSolver
solve(GenericVector &x, const GenericVector &b)dolfin::PETScLUSolvervirtual
solve(GenericVector &x, const GenericVector &b, bool transpose)dolfin::PETScLUSolver
solve(const GenericLinearOperator &A, GenericVector &x, const GenericVector &b)dolfin::PETScLUSolvervirtual
solve(const PETScMatrix &A, PETScVector &x, const PETScVector &b)dolfin::PETScLUSolver
str(bool verbose) constdolfin::PETScLUSolvervirtual
update_parameters(const Parameters &parameters)dolfin::GenericLinearSolverinlinevirtual
Variable()dolfin::Variable
Variable(const std::string name, const std::string label)dolfin::Variable
Variable(const Variable &variable)dolfin::Variable
~PETScLUSolver()dolfin::PETScLUSolver
~Variable()dolfin::Variablevirtual