DOLFIN
DOLFIN C++ interface
|
This is the complete list of members for dolfin::PETScLUSolver, including all inherited members.
default_parameters() | dolfin::PETScLUSolver | static |
get_options_prefix() const | dolfin::PETScLUSolver | |
id() const | dolfin::Variable | inline |
ksp() const | dolfin::PETScLUSolver | |
label() const | dolfin::Variable | |
methods() | dolfin::PETScLUSolver | static |
mpi_comm() const | dolfin::PETScLUSolver | |
name() const | dolfin::Variable | |
operator=(const Variable &variable) | dolfin::Variable | |
parameter_type() const | dolfin::PETScLUSolver | inlinevirtual |
parameters | dolfin::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::PETScLUSolver | friend |
PETScTAOSolver (defined in dolfin::PETScLUSolver) | dolfin::PETScLUSolver | friend |
rename(const std::string name, const std::string label) | dolfin::Variable | |
require_matrix(const GenericLinearOperator &A) | dolfin::GenericLinearSolver | protectedstatic |
require_matrix(std::shared_ptr< const GenericLinearOperator > A) | dolfin::GenericLinearSolver | protectedstatic |
set_from_options() const | dolfin::PETScLUSolver | |
set_operator(std::shared_ptr< const GenericLinearOperator > A) | dolfin::PETScLUSolver | virtual |
set_operator(const PETScMatrix &A) | dolfin::PETScLUSolver | |
set_operators(std::shared_ptr< const GenericLinearOperator > A, std::shared_ptr< const GenericLinearOperator > P) | dolfin::GenericLinearSolver | inlinevirtual |
set_options_prefix(std::string options_prefix) | dolfin::PETScLUSolver | |
solve(GenericVector &x, const GenericVector &b) | dolfin::PETScLUSolver | virtual |
solve(GenericVector &x, const GenericVector &b, bool transpose) | dolfin::PETScLUSolver | |
solve(const GenericLinearOperator &A, GenericVector &x, const GenericVector &b) | dolfin::PETScLUSolver | virtual |
solve(const PETScMatrix &A, PETScVector &x, const PETScVector &b) | dolfin::PETScLUSolver | |
str(bool verbose) const | dolfin::PETScLUSolver | virtual |
update_parameters(const Parameters ¶meters) | dolfin::GenericLinearSolver | inlinevirtual |
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::Variable | virtual |