Loading [MathJax]/extensions/tex2jax.js
Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/dc/ddf/classdolfinx_1_1la_1_1petsc_1_1Matrix-members.html
DOLFINx 0.7.0
DOLFINx C++ interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages Concepts
Matrix Member List

This is the complete list of members for Matrix, including all inherited members.

apply(AssemblyType type)Matrix
AssemblyType enum nameMatrix
create_vector(std::size_t dim) constOperator
get_options_prefix() constMatrix
mat() constOperator
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)=defaultMatrix
norm(Norm norm_type) constMatrix
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)=deleteMatrix
operator=(Matrix &&A)=defaultMatrix
dolfinx::la::petsc::Operator::operator=(const Operator &A)=deleteOperator
dolfinx::la::petsc::Operator::operator=(Operator &&A)Operator
set_block_expand_fn(Mat A, int bs0, int bs1, InsertMode mode)Matrixinlinestatic
set_block_fn(Mat A, InsertMode mode)Matrixinlinestatic
set_fn(Mat A, InsertMode mode)Matrixinlinestatic
set_from_options()Matrix
set_options_prefix(std::string options_prefix)Matrix
size() constOperator
~Matrix()=defaultMatrix
~Operator()Operatorvirtual