DOLFINx 0.7.3
DOLFINx C++ interface
|
This is the complete list of members for Matrix, including all inherited members.
apply(AssemblyType type) | Matrix | |
AssemblyType enum name | Matrix | |
create_vector(std::size_t dim) const | Operator | |
get_options_prefix() const | Matrix | |
mat() const | Operator | |
Matrix(MPI_Comm comm, const SparsityPattern &sp, const std::string &type=std::string()) | Matrix | |
Matrix(Mat A, bool inc_ref_count) | Matrix | |
Matrix(const Matrix &A)=delete (defined in Matrix) | Matrix | |
Matrix(Matrix &&A)=default | Matrix | |
norm(Norm norm_type) const | Matrix | |
Operator(Mat A, bool inc_ref_count) | Operator | |
Operator(const Operator &A)=delete (defined in Operator) | Operator | |
Operator(Operator &&A) | Operator | |
operator=(const Matrix &A)=delete | Matrix | |
operator=(Matrix &&A)=default | Matrix | |
dolfinx::la::petsc::Operator::operator=(const Operator &A)=delete | Operator | |
dolfinx::la::petsc::Operator::operator=(Operator &&A) | Operator | |
set_block_expand_fn(Mat A, int bs0, int bs1, InsertMode mode) | Matrix | inlinestatic |
set_block_fn(Mat A, InsertMode mode) | Matrix | inlinestatic |
set_fn(Mat A, InsertMode mode) | Matrix | inlinestatic |
set_from_options() | Matrix | |
set_options_prefix(std::string options_prefix) | Matrix | |
size() const | Operator | |
~Matrix()=default | Matrix | |
~Operator() | Operator | virtual |